Ladder Logic programming

kleinkinstein

Senior member
Aug 16, 2012
823
0
0
Does anyone have any experience programming in Ladder Logic? If so, have you been able to bring any of this type of programming into V Basic or C+ ?
 

Cogman

Lifer
Sep 19, 2000
10,286
147
106
There is no C+ language.

As for Ladder Logic in C++ or VB, don't know but it looks like you will probably be better off converting instead of trying to intermix things (if possible).
 

Markbnj

Elite Member <br>Moderator Emeritus
Moderator
Sep 16, 2005
15,682
14
81
www.markbetz.net
I worked with machines years ago that used Allen Bradley PLCs, and the guys who set up the units worked in ladder logic. I was always sort of curious about it, but when I looked at the code it was like nothing I'd ever seen. I'm curious as to what aspects of it you would replicate in a procedural language C-like language. If there's a mapping that makes sense then I wouldn't be surprised if it's already been done.