For the application I am developing I am using 3 relays. I am using PCI 6515 as my DAQ unit. It is configured as follows.
The normally connected (NC) of relay is is connected to the common (COM) of relay 2. The normally open (NO) of relay 1 is connected to the COM of relay 3.
NCs and NOs of relay 2 and relay 3 are connected to resistors for the purpose fo simulating temperature.
Leaving aside the details, what I want to know is using the DAQ, how does the relay function. That is if I write a 1 (or True) tot he port where relay 1 is connected will it switch to the NO position?
Thats is does writing a 1 (or True) make the relay switch to NO and writing a 0 (or False) make it switch back to NC?
I am having trouble getting the relay back to the original NC position of realy 1 at the end of the process. Please advise.