Page 1 of 1

Selecting Individual Outputs REL1100_0

Posted: Tue Oct 23, 2018 9:22 am
by aaron
Hello,

I am trying to turn on individual outputs on the REL1100_1 4x Isolated Solid State Relay Phidget. I can turn on the first output, but I can't figure out how to turn on the others. setState and setDutyCycle only seems to take one argument. What am I missing?

Thanks!

Aaron

Re: Selecting Individual Outputs REL1100_0

Posted: Wed Oct 24, 2018 4:42 pm
by jdecoux
You need to open each output channel as its own object.

In the case of Max/MSP, that means using two or more objects, and specifying the channel as outlined in the Specifying a Phidget section of the Max/MSP language page. You will specify the channel property for each object to access the other outputs on the device.