LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VI for Watlow 942

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

0 Kudos
Message 1 of 5
(4,577 Views)

http://www.icselect.com/pdfs/LabView_ANSIx3.28_dvr_ds.pdf

 

Or implement the protocol yourself using this document.

Regards,
André (CLA, CLED)
0 Kudos
Message 2 of 5
(4,570 Views)

I make two VI's to control this Walow: SetPoint and read actual Temp.

 

Download All
0 Kudos
Message 3 of 5
(4,521 Views)

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

0 Kudos
Message 4 of 5
(3,858 Views)

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?

 

Capture.PNG

=====================
LabVIEW 2012


0 Kudos
Message 5 of 5
(3,852 Views)