06-21-2006 11:10 AM
06-21-2006 12:01 PM
06-21-2006 12:14 PM
Yes sorry, I was sure it was because of the low voltage (witch is still strange for me but..).
But I am not using yet a VI because i wanted to try the connection before. So I use the "Instrument I/O Assistant" in the bloc diagram of an empty VI. Then I set up all the parameters (speed, termination character...) and I try to send a command in the serial toolbox. But nothing... Just the famous "?" sometimes...
In the hyperterminal, no problem, after all the commands I receive the good answer. I don't understand what can be THE difference in the Labview assistant...
06-21-2006 12:35 PM
06-21-2006 12:49 PM
06-21-2006 12:55 PM
06-21-2006 02:07 PM
I used a VI from a other RS232 thread.
This VI was ment to be used in a program. The configure and close should be at the beginning and end of a bigger program.
For the test I put the configure in front of this VI and forgetting the close
Default settings: Time-out is set 10 sec. and there is a <cr> added to the input string. You can change both.
Fill in your COM parameters if they are not correct.
Have a try and just ask if it's not working or something is not clear.
06-22-2006 03:19 AM
OK it is working... But what is this <cr> that you added? What is it for? Is it a kind of start message?
And for the low voltage: I didn't find any electrical specifications about my NI board... So Does anybody know if that's normal or if I have to change it, or to activate a power somewhere in the computer?
@KC: Thank you again very much for your help. I don't know why this "Instrument assistant" is not working, but your VI looks good.
06-22-2006 03:30 AM
The <cr> is a ascii 'Carriage return' with most ascii commands you need to add this at the end of your command to a device to indicate the end of a command. The VI does this for you if you set the boolean input to (the default value) true
According to the spec. the PCI8430/8 only needs +5VDC for supply.
06-22-2006 11:01 AM