02-15-2016 12:22 PM
Hello All,
I am new to Labview and will be using it to communicate with a Watlow F4 controller. The instrument I am communicating with is a Watlow F4 controller used to control a Associated Enviormental Systems chamber. First, I would like to open a communiation to the controller and have it send data every 20 mins while I conduct my experiments. The chamber sends out information about temperature and humidity. I would like to record this as an excel file. Eventually I would like to set temperature/humidity profiles from labview and record the data.
Right now I have not been able to establish a successful communciation. I have been searching through similar threads but I'm still getting a timeout error. I have attached my current VI and appreciate any advice as I continue to troubleshoot my VI.
Best,
Naim876
02-16-2016 08:30 AM
Hi,
Could you try to use the *IDN? command through the VISA test panel in MAX? This is a good way to test if any sort of commands are getting through to your controller.
02-16-2016 09:05 AM
02-16-2016 03:28 PM
That is correct, It uses Modbus. I first attempted using the Waltlow drivers but they didnt to work so I substiuted the serial-visa. Take a look at the VI when you get a chance and let me know. All help is valued, thanks.
Naim
02-16-2016 04:25 PM
02-17-2016 07:47 AM
see attahced snippet
02-17-2016
08:03 AM
- last edited on
06-24-2025
05:03 PM
by
Content Cleaner
That's not a LabVIEW snippet. Look it up in the help.
You aren't using the modbus library. I said you couldn't use the plain VISA functions. You could have done the search yourself -
http://www.ni.com/example/29756/en/
02-17-2016 11:52 AM
I am running an old version of Labview, verson 8.
02-17-2016 12:06 PM
02-19-2016 11:50 AM - edited 02-19-2016 12:03 PM
I had a similar timeout problem with a Watlow controller because I wasn't setting the right baud rate. Mine required 19200.
Once I set that right, the communication was ok.
Later edit: 19200, not 19600 I initially wrote.