Tagged Questions

9
votes
9answers
1k views

Learning PLC programming

How do I learn PLC programming? Would it differ greatly for different brands of PLCs? Is ladder programming the same as PLC programming?
-1
votes
1answer
67 views

PLC Ladder Logic

I am trying to use PLC's to monitor a race track. I will be using 3 Photo sensors to show which car crossed the finish line first. Each sensor will have be OTL (Latched) instructio …
4
votes
4answers
197 views

Being a better / more efficient PLC Programmer

Hello guys! The company I am doing my intership/appretinceship in, does mainly PLC programming with Siemens modules. Comes from the fact that most of the people were electric guys …
0
votes
3answers
273 views

C to IEC 61131-3 IL compiler

I have a requirement for porting some existing C code to a IEC 61131-3 compliant PLC. I have some options of splitting the code into discrete function blocks and weaving those bl …
3
votes
3answers
384 views

Testing ladder logic

We all know the various ways of testing OO systems. However, it looks like I'll be going to do a project where I'll be dealing with PLC ladder logic (don't ask :/), and I was wonde …
0
votes
4answers
320 views

OPC in .NET

Where is a good place to start with making an application in .NET that communicates through OPC?
0
votes
2answers
409 views

Any successful profibus communications from .NET?

Has anyone successfully talked profibus from a .NET application? If you did, what device/card did you use to accomplish this, what was the application, and did you use any kind of …
2
votes
2answers
602 views

Modbus - .NET

Does anyone know of a good (preferably open source) library for dealing with the Modbus protocol? I have seen a few libraries, but I am looking for some people's personal experienc …