LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Watlow F4 and Modbus

Dan,

The F4 ships from the factory with a default baud rate of 19200. Your comm port must be the same. Your computer might be set to 9600 baud. Either make sure your comm port is 19200 baud or change the F4 to 9600 baud.

Peter
TestEquity LLC
0 Kudos
Message 31 of 37
(3,006 Views)

Hi Peter,

Thanks for the quick response.

Yes my PC com setting is the same as the F4 Controller. I was able to change the controller temperature unit from F to C or vice versa.

But I was unable to read anything from any of the holding registers.

Please advise.

Thanks

Dan

0 Kudos
Message 32 of 37
(2,998 Views)
Dan:

I was never able to get my Watlow to reply to any queries.  We wound up needing to track the case temperature of a powered device in the chamber, so I ended up writing a closed-loop controller in LabVIEW for that with a separate thermocouple, and just doing blind sets to the Watlow.

Did you try sigaman's suggestion of making sure you have the latest firmware on your controller?


Joe

Message Edited by Joe Gerhardstein on 01-16-2007 08:47 AM

Joe Gerhardstein
Viasat
Certified LabVIEW Architect
Certified TestStand Developer
Certified Professional Instructor
http://www.viasat.com
0 Kudos
Message 33 of 37
(2,987 Views)

I had a heck of a time getting the watlows to communicate with the PC using both the modbus libraries and writing my own visa commands.  I dod get it to work though (It was my first attempt at modbus).  The main culprit was the baud rate.  The client insisted that they had set it to 9600 and the manual did state that the modbus is to be set to 9600 but it was 19200.  Once the settings were correct I had little problem using visa to communicate with the watlow using my own string parser and simple visa com writes and reads.  Dont give up, start simple and pass the example strings (make sure you are in hex string mode) and see if you can get a valid response.  Good luck.

 

Paul

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 34 of 37
(2,975 Views)
Dan,

I have a collection of drivers that I know work. You can contact me at the phone number on my website.

Peter Kesselman
VP Product Marketing
TestEquity LLC
http://www.testequity.com

0 Kudos
Message 35 of 37
(2,969 Views)
I am able to use the instrument driver from NI's site to read Input 1 temperature and control the Digital 1 Output.

I could not find a VI library call to change the value to SP1.

I would appreciate if anyone can enlighten me.

Regards.
0 Kudos
Message 36 of 37
(2,691 Views)
fzhong:

For my F4, I write to a Single Address starting at 300.  See attachment for a wrapper I wrote around the ModBus libraries.
Joe Gerhardstein
Viasat
Certified LabVIEW Architect
Certified TestStand Developer
Certified Professional Instructor
http://www.viasat.com
0 Kudos
Message 37 of 37
(2,671 Views)