07-26-2014 06:44 AM
From reading the very short manual, your communication do not use the termination character.
So when you setup the VISA, you need to disable this feature.
Next when you what to read the reply from your hardware, you need to specify the number of bytes you what to read. Depending on the command that you are sending, the number of bytes has to match to what is written in the manual.
Now for how you are trying to send your data.
For evey try you make that do not work, you need to let us see the code. Not a picture, but the vi, all the vi's that is your code.
Try this for the connect command:
07-28-2014 12:09 AM
Thanks for the help of VI i tried the same , but still the device is not communicating. I tried first the way you have shown in picture and then by sending two bits of data and creating crc 16 and sending it, i am attaching my alternative. But it did not work.
Thanks for all the help and support
07-28-2014 08:08 AM
You need to be more specific of what is happening when you run your code.
What did my code return ?
Did it give you an error? What was the error?