11-20-2008 02:04 PM
I'm trying to control a Chamber than is using a Watlow 942 controler with RS232 port. I look over the web and I can't to find anything.
Do any body has that VI?
thank you
11-20-2008 02:45 PM
http://www.icselect.com/pdfs/LabView_ANSIx3.28_dvr_ds.pdf
Or implement the protocol yourself using this document.
11-26-2008 01:57 PM
I make two VI's to control this Walow: SetPoint and read actual Temp.
01-12-2011 01:32 PM
lmontoya, how did you connect the watlow 942 to labview? Was the Watlow in FULL program or ON program in the settings? I have downloaded your vis but it doesnt work.
Vince
01-12-2011 02:39 PM
Are you sure the baud rate is 9600 on your controller? I know the code below is not related to your question but I wanted to show you a better way to do the series of writes. You can use a build array and put the wait inside of that. This way if you want to adjust the timing there is only one place to do it. Are you sure you need the waits?