1st AnswerI will let you know what I need then. I can use the read... instead to get the string value out, i guess ?
Can the parameter of a set.... also be a string ? (so a string that is inputted to a device, my device needs both input and output)
When I want to do the full programming language, making a script, I do need to use the #interface command to 'talk' to the device right ?
2nd AnswerBoth methods do use multiple register read on the the Modbus level, so both holding 0x06 2 (255 7) as well as holdingL 0x06 ((255<<16)+7), right ?
In my case registers 0x07 and 0x08 need to be written using function code 10 (hex)
Can I do a split in a scpiCmd between de ( ) of after the holding command? I thought it was not allowed.
I will try some approaches and report back if I fail again...
