REL1101_1 (16x SSR) and saving state

Comments & issues
Supporting Windows 8 or newer
Post Reply
pg_ammo
Phidgetsian
Posts: 6
Joined: Thu Aug 22, 2024 5:26 pm
Contact:

REL1101_1 (16x SSR) and saving state

Post 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
User avatar
Patrick
Lead Developer
Posts: 660
Joined: Mon Jun 20, 2005 8:46 am
Location: Calgary
Contact:

Re: REL1101_1 (16x SSR) and saving state

Post by Patrick »

That's right, the device goes back to it's reset state when it's closed.

-Patrick
pg_ammo
Phidgetsian
Posts: 6
Joined: Thu Aug 22, 2024 5:26 pm
Contact:

Re: REL1101_1 (16x SSR) and saving state

Post by pg_ammo »

Cool, thank you!
Post Reply