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,839
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
98
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
69
Sorry if this has been asked before, and apologies if this seems like a trivial issue, but I am new to Beckhoff and have been banging my head...
Replies
2
Views
142
Hi everyone, This is my first time posting, so please forgive any omissions or mistakes. I am attempting to control the velocity of a stepper...
Replies
18
Views
957
Back
Top Bottom