08-25-2012 08:07 AM
Hello
i have a little Problem
i must read datas from a Inverter
The Comunication is in RS232, but now i must send a Datarequest in the format is HEX
when i can send following HEX-String i becom the answet of this Parameter
the Code to send is : 02 00 86 31 00 20 85 00 00 00 00 10 (Hex)
now the problem is to insert this string in Dasylab
thanks for help
Thomas
08-27-2012 01:09 AM - edited 08-27-2012 01:11 AM
Attach a \x to each byte of the code to tell DASYLab to send hex-data. Remove the blank between the "hex formatted bytes":
\x02\x00\x86\x31...
08-30-2012 04:57 AM
Issue solved in measx-forum: http://www.dasylab-forum.de/forum/index.php?showtopic=242
08-30-2012 09:08 AM
Danke!
Thank you!