How to use C language in Siemens PLC programming ?
thanks in advance
[?]: How to use C language in Siemens PLC programming ?
-
- Posts: 1
- Joined: Wed Jun 23, 2010 11:17 am
-
- Posts: 32
- Joined: Tue Jun 15, 2010 9:05 pm
Re: How to use C language in Siemens PLC programming
thats is also my question,how to do...
-
- Site Admin
- Posts: 1122
- Joined: Wed Sep 06, 2006 12:03 pm
- Location: CIS
Re: How to use C language in Siemens PLC programming
It is not possible, see this thread:
http://www.automation.siemens.com/WW/fo ... ostID=5147
Actually, there is no need in C, you can use SCL instead.
http://www.automation.siemens.com/WW/fo ... ostID=5147
Actually, there is no need in C, you can use SCL instead.
-
- Posts: 52
- Joined: Fri Jun 08, 2007 4:00 pm
- Location: Europe
Re: How to use C language in Siemens PLC programming
automation specialist never made good computer specialist, and computer specialist never made good automation specialist,
-
- Posts: 7
- Joined: Tue May 04, 2010 12:16 pm
Re: How to use C language in Siemens PLC programming
you can not use C language in PLC programming. though you can use it in Wincc , but you must aware with the fact that Siemens use its own customized Header Files. you can create your own Header File through MS Visual Studio.
-
- Posts: 186
- Joined: Sun Feb 12, 2006 5:47 pm
- Location: Europe
Re: How to use C language in Siemens PLC programming
Hi,
Why don't You try S7-SCL if You need more than STL. This is Pascal like programming language.
regards
Why don't You try S7-SCL if You need more than STL. This is Pascal like programming language.
regards
-
- Posts: 3
- Joined: Mon Apr 12, 2010 10:05 am
Re: [?]: How to use C language in Siemens PLC programming ?
You use Siemens soft PLC WinAC with their ODK.
Then you can write functions in C and call them from the step7 code.
/steff
Then you can write functions in C and call them from the step7 code.
/steff