Scenario: Controlling PC case hinged panels automatically via HWiNFO when desired thresh-holds are reached.
I noticed this program supports running a single programs/script on a single sensor.
My scenario is this...
Inwin915 case.
Right servo with servo horn, pushrod, clevis, control horn connected to front hinge panel.
Left servo with servo horn, pushrod, clevis, control horn connected to front rear panel.
Both servos each have their own independent power supply and connected to an Arduino Uno R3 board.
I'm using 4 python scripts to control the servo angles. E.g. left 0, left 150, right 0, right 150.
Everything works perfectly, and even in HWiNFO i can set to run only one of the scripts when the RAM usage reaches a value.
Basically i'm hoping to run these scripts in steps. RAM usage reaches 30% - execute right 0 (front panel opens), RAM reaches 80% - execute left 0 (rear panels opens), RAM drops to 75% - execute left 150 (rear panel closes), RAM drops to 25% - execute right 0 (front panel closes).
Curious if this is possible please? Or possibly could be implemented at some stage.
Can i create duplicate sensors with different alerts ? or .... ?
Any suggestions would be appreciated.
I noticed this program supports running a single programs/script on a single sensor.
My scenario is this...
Inwin915 case.
Right servo with servo horn, pushrod, clevis, control horn connected to front hinge panel.
Left servo with servo horn, pushrod, clevis, control horn connected to front rear panel.
Both servos each have their own independent power supply and connected to an Arduino Uno R3 board.
I'm using 4 python scripts to control the servo angles. E.g. left 0, left 150, right 0, right 150.
Everything works perfectly, and even in HWiNFO i can set to run only one of the scripts when the RAM usage reaches a value.
Basically i'm hoping to run these scripts in steps. RAM usage reaches 30% - execute right 0 (front panel opens), RAM reaches 80% - execute left 0 (rear panels opens), RAM drops to 75% - execute left 150 (rear panel closes), RAM drops to 25% - execute right 0 (front panel closes).
Curious if this is possible please? Or possibly could be implemented at some stage.
Can i create duplicate sensors with different alerts ? or .... ?
Any suggestions would be appreciated.