I have inherited a program to work on using MAM motion commands on a CompactLogix 5370 processor.
The MAM variables for some parameters state that REAL data type is required.
However in looking at the the code those REAL variables are actually declared as DINT.
Is this OK. Does Logix somehow accept DINT for these parameters even though REAL is specified.
So if parameter is 5600 DINT it somehow interprets this as 5600.00 REAL.
Confused!