07-09-2015 11:36 AM - edited 07-09-2015 11:42 AM
Hello, I can succesfully issue commands to and recieve data from instrument via MAX query but not MAX read and write. I know the instruments allows sends a response to a command even if its just "\r\n\00". Is their anyway I can "query" in a labview VI? The labview VI am writing isn't working with the GPIB read/writes. Thanks.
EDIT: I should note that I was actually using the VISA test panel I/O.
07-09-2015 12:21 PM
07-09-2015 12:49 PM - edited 07-09-2015 12:52 PM
The instrument is a temperature chamber controled by a Procon 7200 controller. I talked to someone from the company and they said there needs to be a read after every write, I think the query may do it quick enough. When I write to the contoller it shuts down to restart (perhaps to flush the contents of the last aborted communication) . When I read (after the restart), there's a time out error. When I send the command as a query, such as "SE 75\r\n" (set the set temperature to 75 celcius) the set point is set and reads "\r\n\00". I attached screen shots of this. The command in the unseccessful pictures was the command to start the heater which should have returned "\r\n\00" with a read as well.