03-16-2012 03:50 PM
Double checked my C code and i wasnt sending the carriage return...I aint even mad.
03-16-2012 03:51 PM
I think it means your controller is not sending the termination character. It was waiting for 1000 bytes, the termination character, or the timeout time, whichever occurred first. Since it was unlikely you were really going to get 1000 bytes, you must not have been getting the termination character.
(By the way, the screenshot of the errors and indicators like I was asking for would have shown whether the CR was in the read string or not. )
03-16-2012 03:54 PM
@LM84 wrote:
Double checked my C code and i wasnt sending the carriage return...I aint even mad.
See, by ignoring this error you were missing the fact that the device being tested was not operating as it should.
Lesson learned?
03-16-2012 03:59 PM
@RTSLVU wrote:
@LM84 wrote:
Double checked my C code and i wasnt sending the carriage return...I aint even mad.
See, by ignoring this error you were missing the fact that the device being tested was not operating as it should.
Lesson learned?
haha, yes definitely. Especially since this controller is set to be released in April. I would have released a faulty controller!!
04-12-2013 01:55 PM
Hi,
i have just started to paly around with VISA for my rigol device and I noticed that when I run the program without having the VISA close block at the end, the program is running successful only randomly. After putting the VISA close block it works ok.
08-20-2013 02:50 AM
Hello!!
I made a program that reads data from an Arduino microprocessor. Once I realize the exe and connect Arduino, the program starts reading the data, but only for a few minutes ... then it stops and i have to disconnect and reconnect Arduino....any ideas?
Thanks a lot!
08-20-2013 09:20 AM
You posted to the end of an old, long message thread that seems to have nothing to do with your question.
I recommend you start a new message thread. What does "realize the exe" mean? Please start a new thread with a clearer message describing how you wrote your VI. Perhaps attach the VI so others can look at it and look for potential problems rather than speculating wildly on what the problem may be.