Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Using RS 232C and DAQ 6009 to communicate and record data

The error is common and a search would have found the cause. You probably left teraterm open and windows does not allow multiple programs to access a port at the same time.

You control execution order with dataflow. A VISA Write is connected to a VISA Read by connecting the error in/put connections and the VISA references.

You have everything you need.
0 Kudos
Message 21 of 26
(1,343 Views)

I don't think I understand how the basic read write vi works. How do I know the potentiostat is communicating properly?

0 Kudos
Message 22 of 26
(1,323 Views)
You know it works if it responds to a query. For example, if you write a 'ver' command (without the quotes), you will get version information when you do a read. If there is a problem, you will get a timeout error.
0 Kudos
Message 23 of 26
(1,320 Views)

Ok I was able to communicate. How can I acquire data in a waveform format from the VISA read?

0 Kudos
Message 24 of 26
(1,317 Views)
I don't know. That would require a lot of studying of the manual. I did notice that there are examples written in basic. You might want to give those a close look. The functions to read/write are different but the actual strings sent to the instrument are going to be the same.

This is a project that could easily take an inexperienced user a couple of months to implement if you need a full driver.
0 Kudos
Message 25 of 26
(1,315 Views)

Okay well thank you for all your help. I really appreciate it. 

0 Kudos
Message 26 of 26
(1,305 Views)