Evening,
I need to read analogue value from Compactlogix PLC, this value is currently displayed as DINT. I will need this to be displayed as INT (I have SLC PLC reading this analogue and SLC doesn’t understand DINT).
Can I convert DINT to INT using a simple MOV block ? I have tested this on my test PLC and it seems to be working fine. It’s now mowing DINt to INt. Please advise if this is a correct way of converting it.