Versions
Via the PLC you have the possibility to trigger the Mover ID detection by using the program code. Two options are available for this:
PLC variant I (trigger via XtsUtility)
Start Mover ID detection by calling the method TriggerMoverIdDetection.
PLC variant II (trigger via ADS-Write)
Start of Mover ID detection by an ADSWRITE command on the parameter TriggerMoverIdDetection in the XTS Processing Unit object.
Observe computing time The call of the PLC variant I requires more computing time. If the computing time for the application proves to be a problem, use the PLC variant II. |