Please help me with this:
Actually I have a ML1500 LRP connected on DH+ network by using the DL3500 DF1 to DH+ protocol converter with an others SLC 5/04 ,
and my scenario is as follow:
ML1500 CH0 is conneccted at DH+ network with an others SLC5/04 by using the interface DL3500 DF1-DH+
ML1500 CH1 is used to read a scanner (for traceability of product).
The flow begin on ML1500 Station by Scanning the Label on the part using the ARD instruction and store data in ST10:0
this ST10:0 should be sended to next SLC 5/04 Station.
But the MSG instruction for the ML1500 does not supported to send string file like ST10:0, only integer like N7 files.
And the label to be scann has Ascci characters and numbers like : AG110SP34SZ.
So since only Integers can be sended with MSG instruction on ML1500, I tried to convert String file to Integer and then send it by using COP (ST10:0 to N7:0; Length 10) instruction but neither this instruction is supported. In other manner if I use the ACI (String to integer) instruction only numeric characters will be converted.
Please let me know if there exist some form or method to perform this convertion in order to send the converted data to the next SLC 5/04 by process the serial number scannd in the ML1500 Station.
I will appreciate your help..
Thanks in advance