I have a VINT Hub Phidget, and I want to control a relay board. I read the web page on the open collector output. https://www.phidgets.com/docs/Open_Coll ... put_Primer.
The relays will turn on an external power supply. If there is no power to the relay board, or the VINT Hub, I want to make sure the external supplies can't run. (due to the various steps during startup....). Hence I want to use the NO (normally open) contacts on the relays. But, per the web page, if I use the NO contacts, when the program starts up, but *before* the digital output is turned on, the NO contacts will be closed and the supplies enabled.
Is there a way to arrange this so I can use the NO contacts?