Page 1 of 1

REL1101_1 (16x SSR) and saving state

Posted: Thu Aug 22, 2024 5:40 pm
by pg_ammo
Hi all,

I noticed when using the REL1101_1 through the python API, the duty cycle I set (1.0) is released/unset/goes to 0 when I disconnect from the device by calling device.close(). When I reconnect to the device, the duty cycle is automatically set back to what it was before (1.0).

Is this expected? Is there a way to get the device to maintain it's state even when the API isn't connected? Should be I using a different API?

I found this related post from 2011 – is it still true? https://www.phidgets.com/phorum/posting ... te&p=33546

Thanks!
Patrick

Re: REL1101_1 (16x SSR) and saving state

Posted: Fri Aug 23, 2024 9:24 am
by Patrick
That's right, the device goes back to it's reset state when it's closed.

-Patrick

Re: REL1101_1 (16x SSR) and saving state

Posted: Fri Aug 23, 2024 1:05 pm
by pg_ammo
Cool, thank you!