Page 1 of 1

send pulse through phidget 8/8/8

Posted: Thu Jun 02, 2022 3:58 pm
by Osvaldo
I need to know how to send a pulse through phidget 8/8/8 card outputs with java to activate a relay

or send a voltage through any of the outputs

This is possible?

Re: send pulse through phidget 8/8/8

Posted: Mon Jun 06, 2022 7:48 am
by mparadis
If the relay can be activated by a 5V DC output, then the InterfaceKit 8/8/8 can activate it.

Go to the product page for the 1018 PhidgetInterfaceKit 8/8/8 and go to the code samples tab. Select Java from the language drop-down and make sure one of the Digital Output boxes are checked. It will generate a Java code sample showing you how to activate a 5V digital output on your Phidget, which you can connect to the positive terminal of the control input for your relay. Then you can connect the negative terminal of the control input of the relay to the 'G' terminal on the Phidget.

Re: send pulse through phidget 8/8/8

Posted: Wed Jun 08, 2022 3:28 pm
by Osvaldo
mparadis wrote:If the relay can be activated by a 5V DC output, then the InterfaceKit 8/8/8 can activate it.

Go to the product page for the 1018 PhidgetInterfaceKit 8/8/8 and go to the code samples tab. Select Java from the language drop-down and make sure one of the Digital Output boxes are checked. It will generate a Java code sample showing you how to activate a 5V digital output on your Phidget, which you can connect to the positive terminal of the control input for your relay. Then you can connect the negative terminal of the control input of the relay to the 'G' terminal on the Phidget.
thanks, I try this solution, regards