TwinCAT Ladder Rung Branches

TheBadge21

Member
Join Date
Jun 2011
Location
Waterford
Posts
2
I've just started using TwinCAT to program using the LD editor. Coming from using RSLogix and Step7 the LD editor appears to be very basic.
I'm having difficulty adding extra branches to the right side (output side) of a rung. I cannot achieve this using the editor as far as I can see.
Can anybody tell me does TwinCAT Ladder editor support this?
I have attached an RSLogix example of what I'm am trying to do.
Thanks in Advance

Example1.jpg
 
After placing the first coil (or box) on the right side of the rung, click on the top of it again, and then click on the coil (or box) symbol, it will add a new branch below the first one
 
Thanks jmsmoreira for your reply. You are correct in saying that this will add a new branch below the first one, however I can only place output coils on this branch. I cannot place any NO or NC contacts on these branches. I think this is a limitation of TwinCAT LD editor
 
Yes, it's true. I also think that the editor is very basic. The good thing with Twincat is that you can use several types of programming at the same time (Lad, STL, ST, SFC).
 
TwinCAT and CodeSys will not allow what you are trying to do. I tried it too. I ended up splitting the rung into three rungs and using an intermediate bit.
 
No this is impossible, as it should be.
The calcs are something like output := A and B or C etc.
it can not save the intermediate result and then carry on.
you should use (not only for visibility) use more rungs.
or CFC where it is possible.
 

Similar Topics

I'm using TwinCat 3 and trying to comment a PLC written in ladder. There doesn't seem to be a way to do this. TwinCat 2 had the feature, you...
Replies
4
Views
5,863
I am using twincat 3 to send some strings over TCP/IP. Where the server is a sensor and my PLC is the client. I noticed that the sensor didnt...
Replies
2
Views
96
I'm trying to control a device via MODBUS RTU and the ModbusRtuMasterV2_PcCOM in Twincat 3. I've configured a device with the right com port and...
Replies
7
Views
236
Hi! I am trying to run the 'SimpleSample' (https://infosys.beckhoff.com/content/1033/TF5100_TC3_NC_I/Resources/3438746891/.zip ) to understand the...
Replies
2
Views
117
I am developing a library in twincat and one of the function uses IID_ITcVnAccess_TcVnPoint2_DINT and the definition of this type is defined in...
Replies
0
Views
83
Back
Top Bottom