How to use the LabView communicate with BS via RS232/USB ?
AS
Posts: 149
Hi!
This topic is not new but the other have some time and i´m not sure if somebody see it.
I already do all the steps.
At begining i think that was everything fine but i start doing some experimentation.
- In the file "LabVIEWIO.bs2" i change the instruction "SEROUT 16,baudmode,[noparse][[/noparse]"-- ", DEC3 val, CR]", only in the string "-- " to see the changes in LabVIEWSerial.bs2 and nothing happen.
I think that maybe it was echo that labview was reading.
- I decided try the other file "LabVIEWSerial.bs2", only to test a more simple example. Labview read the line with the string from the "debug", i see it in both files of labview.
After some modifications i think: _ that: the Labview files are working fine;
_ i put a "debug" after the "SERIN 16,baudmode,[noparse][[/noparse]STR indata\5\CR] 'get command", and i think that for some reason it block, the result is
that in Labview it just read the first debug and no more after "SERIN"
Please i really need help
i thank for anyone that cloud me help
AS
This topic is not new but the other have some time and i´m not sure if somebody see it.
I already do all the steps.
At begining i think that was everything fine but i start doing some experimentation.
- In the file "LabVIEWIO.bs2" i change the instruction "SEROUT 16,baudmode,[noparse][[/noparse]"-- ", DEC3 val, CR]", only in the string "-- " to see the changes in LabVIEWSerial.bs2 and nothing happen.
I think that maybe it was echo that labview was reading.
- I decided try the other file "LabVIEWSerial.bs2", only to test a more simple example. Labview read the line with the string from the "debug", i see it in both files of labview.
After some modifications i think: _ that: the Labview files are working fine;
_ i put a "debug" after the "SERIN 16,baudmode,[noparse][[/noparse]STR indata\5\CR] 'get command", and i think that for some reason it block, the result is
that in Labview it just read the first debug and no more after "SERIN"
Please i really need help
i thank for anyone that cloud me help
AS