Branch nesting question

Yes, there is a difference. Using a ML1100 I needed to do three concatenate (ACN) instructions in order. I tried using parallel branching but it would not compile. Nested the three and it compiled and worked in the proper order.

Shawn
 
Thats strange.

I just tried

SOR BST ACN ST10:0 ST10:1 ST10:2 NXB ACN ST10:2 ST10:3 ST10:4 NXB ACN ST10:4 ST10:5 ST10:6 BND EOR

for a ML1100 and it worked just fine. Whats the exact rung you tried?
 
I think I figured out how I came to that conclusion. I started with this:

XIC B3:0/0 BST ACN ST9:1 ST9:2 ST9:3 NXB ACN ST9:3 ST9:4 ST9:5 NXB ACN ST9:5 ST9:6 ST9:7 BND OTL B3:1/0

It would not compile. When I clicked on the error message in the popup tab at the bottom it highlighted the branches. This led me to believe that the branching technique was wrong so I changed to this:

XIC B3:0/0 BST ACN ST9:1 ST9:2 ST9:3 NXB BST ACN ST9:3 ST9:4 ST9:5 NXB ACN ST9:5 ST9:6 ST9:7 BND BND OTL B3:1/0

Still errors when compiling. My final rung looked like this:

XIC B3:0/0 BST ACN ST9:1 ST9:2 ST9:3 NXB BST ACN ST9:3 ST9:4 ST9:5 NXB BST ACN ST9:5 ST9:6 ST9:7 NXB OTL B3:1/0 BND BND BND

I never changed from nested to parallel and from all the time I spent looking at the program I had convinced myself (incorrectly) that they needed to be nested.
 

Similar Topics

How do you expand a branch in connected components workbench. Example i want to add an interlock around more than one contact. Most software you...
Replies
14
Views
1,285
I'm trying to use proworx32 for the first time and can't seem to insert a vertical short between blocks. When using the [| Short] button from the...
Replies
0
Views
1,052
Good afternoon, Does anyone know if a circuit containing 3 Kinetix 5500 drives (& their motors) is considered a Motor Branch Circuit according to...
Replies
7
Views
2,721
Is there any reason I couldn't use a 140M circuit breaker for branch circuit protection of something like a control transformer or power supply...
Replies
7
Views
3,553
Hi guys! I have been spending quite a bit of time yesterday and today trying to get a definitive answer to this question regarding protection an...
Replies
10
Views
3,802
Back
Top Bottom