Page 1 of 1

OUT1001

Posted: Wed Jun 10, 2020 9:38 am
by MarioE
i habe a VINT HUB and a OUT1001 Module with a Crydom PMP2425.
Is it possible to configure the drivers in such a way, that
this module starts with 0 Volt on the output 0/5V, and NOT with any
voltage on the output -10/10 ?
I wrote a little PY-script which sets 0 Volt on 0/5V output, but after closing the connection the module falls back to the wrong output.

Thx for hints

Re: OUT1001

Posted: Thu Jun 11, 2020 8:14 am
by mparadis
A Phidget will always be at default values when it attaches, so the state of the device can be predicted. The default voltage range is +10/-10V, and the default output voltage is 0.

All you need to do is change the voltage range to 0-5V in the attach handler in your program, and it'll effectively be the same as if the default value was changed.

Re: OUT1001

Posted: Thu Jun 11, 2020 8:19 am
by fraser
The 0/5 output and the 10/10 output are controlled from a single source, and the intent is to use one or the other. Unfortunately you cannot achieve 0 volts on BOTH outputs at the same time. The VoltageOutputRange setting will determine which one is in use

Re: OUT1001

Posted: Tue Jun 23, 2020 2:36 pm
by fitchett
Defaults are hard on the voltage outputs. If I was using a OUT1001 to create a signal for a big high power output, I would use a REL2002 to switch the output of the OUT1001.

Use the Normally Open Output to isolate the output of the OUT1001. Open the OUT1001 in your code, switch the mode to 0-5V, set your "safe" state, and then turn the REL2002 on.