Search Results

by xsdg
Thu May 25, 2023 2:28 pm
Forum: General
Topic: Should state be persistent when closing phidget channel or not?
Replies: 5
Views: 28610

Re: Should state be persistent when closing phidget channel or not?

I'm using the 16-way SSR to control power to some devices. I need the outputs to generally be on (connected), and I'm making a power-cycle script to set them off, wait for a bit, set them on again, and exit. I'm using the Python API, and found that if I use "finalize" when I want to freeze...
by xsdg
Thu May 25, 2023 2:26 pm
Forum: General
Topic: Digital Output Persistence
Replies: 7
Views: 41474

Re: Digital Output Persistence

I'm using the 16-way SSR to control power to some devices. I need the outputs to generally be on (connected), and I'm making a power-cycle script to set them off, wait for a bit, set them on again, and exit. I'm using the Python API, and found that if I use "finalize" when I want to freeze...