Hi,
i need to do the byte swap of variable, what i get from Siemens PLC.
with 2 variable its work:
pMe.Pm("/Data/#vars/v1").Value = Pm.TransformValue(pMe.Pm("/Data/#vars/v1_raw").Value, 1)
i don't understand - how it must work with 1 variable, same variable what i read from PLC to PmaData with comm.data extension?