Page 1 of 1

Accessing RFID Digital Ouput

Posted: Tue Jan 22, 2019 4:41 pm
by oakStem
How do I access the RFID Controlled Output (0) to control the +5VDC Source on the terminal block?

I don't see in the API how to retrieve/get the Digital Output class from the RFID object. Nor how to set the Digital Output "on" once I get it.

Thanks in advance for any assistance.

Re: Accessing RFID Digital Ouput

Posted: Wed Jan 23, 2019 12:03 pm
by mparadis
You need to create a new DigitalOutput object and open it separately. You'll have one variable for your RFID reader, and a different variable for your digital output. This is different from the previous version of our libraries (Phidget21) where everything was in one object.

Re: Accessing RFID Digital Ouput

Posted: Mon Jan 28, 2019 11:20 am
by oakStem
Thank you! That was very helpful and I was able to access the Digital Output.