Looking for a soft PLC

Toscan

Guest
T
Hello,

I would like to buy (or not) a PLC in "C source file" packaging, with a HMI
running over a PC, and complying actual standards (IEC 611-31)

Is there any alternative to CoDeSys ?

Thanks.
 
Just in case : ... to buy (or not) ...... means "freeware" for example !
But I'm also interested in costly PLCs !!

Thanks again.
 
Go to control.ccm. Click the LinuxPLC icon. There is a GNU licenced soft PLC written in C. If you are really into that kind of stuff, download the tarball and compile it. I have looked at the source code. Its an interesting project. They still have a ways to go to become full featured, but all the basic stuff is there.
 
as far as i know ,this is possible with siemens

there is a seires other than s7 which can be programmed with c language , iam not very sure is it c7 or m7
 
Amr Hassan said:
as far as i know ,this is possible with siemens

there is a seires other than s7 which can be programmed with c language , iam not very sure is it c7 or m7

The seires is M7, but you still need plc hardware. Another way of doing this is with siemens WinAC, their soft plc. You can purchase an option package WinAC ODK, in wich you can program functionblocks in C code. Pretty neat actually.
 
Casey, it entirely depends on what you want to do. Parsing a large text file is a pain in the rear in Ladder, do-able in VB, but a breeze in C. Writing a btree (for data access) in ladder would be impossible, difficult in basic, but its easy in C. A good PID controller is much simpler to write from scratch in C than it is to write from scratch in ladder. Single bit access comes easy in ladder, but in C you have to bitwise AND a word with a mask and then test its value. Ladder requires multiple memory store and fetch operations just to do a simple equation, but C easily handles complex equations all in the stack without lots of intermediate storage steps.

Virtually any modern computer application was probably written in multiple languages.
 
Excellent points, Alaric.


One thing I've found much easier with ladder vs vb programming is timers. I find this much more difficult on anything longer than a minute or so...
-Mike
 

Similar Topics

Hello I am looking for twidosoft V3.2 from Schnider. I looked in the downloads section of the forum and could not find. If anyone can...
Replies
6
Views
4,202
Would anyone please knidly share with me the Programming manuals for TIsoft2 Simatic 505 Release 6.2.2 since I need to program it now!!! I am...
Replies
3
Views
4,166
Hi , Where i can find Mitsubishi PLC Card end of line & replacement model details. i am looking for Q02CPU replacement model. Please advice. thanks
Replies
2
Views
126
I have Allen Bradley plcs, I have had Circuit breakers and other automation equipment in the past. There's no solid buyers local. How much do you...
Replies
2
Views
202
can anyone has a good program to learn plc programming online. i have the basic looking into improve my skills thanks
Replies
1
Views
144
Back
Top Bottom