03-25-2015 01:49 PM
I'm trying to communicate with a device over RS485. I have 3 commands possible: GET DATA, IBIT, and IBIT TERM. First I write and then I read. Now my code seems to work for GET DATA and IBIT but when I issue IBIT TERM the VISA Read times out. I'm using a NI-9871 module in a cRIO. My device requires half-duplex mode and 9-bit transmission. I've enclosed the code (haven't been successful with this in the past). Any ideas why this works for 2 out of 3 commands?
03-25-2015 01:49 PM
as usual, the files did not attach. Any ideas where I can post them?
03-25-2015 02:56 PM
Hi faustina,
that problem is old as you can read in this thread!
Try to ZIP your files. Or rename VIs to VIT as I usually do…
03-25-2015 03:11 PM
trying this ... a .vi file with a .vit extension, .zip files don't work
03-25-2015 03:12 PM
.zip, .vi, and .vit files don't work
03-25-2015 04:50 PM - edited 03-25-2015 04:52 PM
What browser are you using? If you are in IE, make sure you aren't in compatibility mode.
What are Get Data, IBIT, and IBIT Term? What are you trying to communicate with and what protocol is it using? Are you sure your device recgonizes the IBIT Term command?
Coult you be missing a termination character at the end of it?