PLC5 Migration to CLX - Logic Question

Briankr32

Member
Join Date
May 2016
Location
Murfreesboro, TN
Posts
15
The attached files shows a rung modified by the Migration Tool. Can anyone explain the purpose of the added parallel branch? I figure it has to do with the data types changing from INTs to DINTs during conversion, but I don't see how adding the MOV and FAL instructions affects the original FBC instruction.

Migration.JPG
 
The attached files shows a rung modified by the Migration Tool. Can anyone explain the purpose of the added parallel branch? I figure it has to do with the data types changing from INTs to DINTs during conversion, but I don't see how adding the MOV and FAL instructions affects the original FBC instruction.


Just a guess - I have not investigated - but the FBC may not work exactly the same way in the PLC5 and the ControlLogix. I don't see why that might be ... I have used FBC in ControlLogix and it worked as I expected from my previous PLC5 experience ...



I agree that the added branch does not add any value, or correct anything that is obvious
 
Okay, thanks. I'm thinking I just need to double the length to 320 to account for the array now being a DINT.


This assumes the rest of the code only uses bits 0-15 of each element of the DINT array. Also, the FBC will be comparing bits 16-31 of each element even though they are not used elsewhere, so it might be worth explicitly assigning zeros to those high bits.
 

Similar Topics

I am working on a PLC5 upgrade quote and I came across this system from Weidmuller. Just curious if anyone has used it and what their thoughts...
Replies
4
Views
1,483
I'm currently bidding a project and the customer is wanting to use the migration hardware kit to convert their existing PLC5 to Controllogix. Our...
Replies
10
Views
3,016
Dear Experts, Need to perform subjected task for air compressor unit having about 350 I/Os (DI,DO,AI,AO&RTD Signals) and Modbus slave...
Replies
2
Views
1,876
Dear all, I has a PLC5 system with PLC 5/80 CPU with 1785-ENET want to migrate to Controllogix. PLC5 system connect with DCS over Ethernet port of...
Replies
8
Views
5,635
Hi fellows, I must make a presentation about the migration of 3 PLC5 and 4 SLC500 migration to the Controllogix Platform. I never have made this...
Replies
4
Views
6,245
Back
Top Bottom