04-06-2014 11:10 PM
I have O2 analyzer ( model 600p) from CAI. They use AK protocol. I use labview 2013. I would like to through RS232 or TCP/IP sending commands to control the analyzer. I want to use their two control command: _SMGA_K0 ( start measurement) and _SATK_Km_Mn (start automatic calibration). But i don't know how to use labview to send the command to analyzer. If you can send me the examples will great help. Thanks.
04-07-2014 01:01 PM
As long as you can establish a connection to your device, you can send string commands to it in LabVIEW using the protocol required. If you are connecting with serial cables (on your COM port) then use VISA functions to establish the connection in LabVIEW and send commands.
04-07-2014 02:51 PM
Thank you very much for your help. Do you have examples how to write the command in VISA write. something like i have the command: _SATK_Km_Mn. How to write this command in the write buffer. Also if i use VISA read, how i decide the "Bytes at Port". What driver or software i need to install if i want to use TCP read or write VI. I don't see the function>> communication in the labview. Thanks a lot.
04-07-2014 03:15 PM
04-07-2014 04:40 PM
Thanks a lot for help. I found the TCP Vi under function>>data commnication. You said you saw the examples, can you attach them or where i can found the examples. Thanks.
04-07-2014 04:44 PM
04-07-2014 04:45 PM
02-09-2018 04:07 PM
Hi Joan331
I have the same problem. Did you ever manage to get labview talking to CAI via TCP/IP. If so it would be great if you could share an example of the code for it!
Thanks