From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
01-23-2012 12:26 PM
I have a Watlow EZ-Zone RM controller and here is the driver:
http://www.watlow.com/downloads/en/software/Watlow%20EZ-ZONE(R)%20LabView%20Driver%20a.zip
I have 16 Digital I/O connected to SSR and I need to use them to trigger the SSR.
so here is my question
How to Set Digital I/O State of Watlow EZ-Zone RM to "ON" in LabVIEW?
Which parameter ID that I should use to change the state from Off (62) to On (63)?
First I thought I can write "63" to parameter ID "6007", and it does not work since it is a read only parameter. Is it supposed to be a way that I can just simple change it from Off to On?
Thank you for answering my question.
Solved! Go to Solution.
01-23-2012 12:47 PM
I can read the state of the output but no able to write it.
01-23-2012 02:05 PM
Please help, I think it might not be that simple since I cannot set it to "on" directly from EZ-ZONE configuration neither. Please, anyone used the Watlow EZ-Zone RM before (With LabVIEW driver)?
01-24-2012 02:59 PM
Hi j816y,
Double check your COM port to see if it belongs to the EZ-ZONE RM controller, in addition, if you can't get it to work with the EZ-ZONE Configuration, then it might be a hardware problem. I had trouble finding the user manual which contains the states, can you provide a link to the document? Thanks!
01-25-2012 08:51 AM
Thanks, I just figure it out yesterday and I will post the answer later today, thanks again.
01-27-2012 06:45 AM
The DIO cannot be set directly. First a Variable block will need to be set to digital and tied to the DIO block. Then by changing the digital state can be changed from on (63) to off (62).
01-27-2012 07:59 AM
Thank you, I just found out yesterday. Thanks again
04-10-2012 09:27 AM
so how exactly did you set the variable block?
04-11-2012 07:19 PM
Hi mcnearymw,
I might need some clarification on terminology as I don't see anything mentioned in the LabVIEW code about a variable block. Could you give me a more detailed description of how you are trying to implement this setup?
04-06-2016 06:11 PM
I see this is an old thread but I'm confused about using a Watlow RM variable to enable/disable output. I can read/write temperature and setpoints ok. Any guidance would be appreciated.