Greig
I'm curious as to performance of the Arduino plugin, reason I ask this is:
Configuration:
Arduino1: LCD, events, write line 1, clear 1 second later, write line 2, clear 1 second later, write line 3, clear one second later, write line 4, clear one second later. Basically a "waterfall down the LCD and repeating endlessly
Arduino2: Relay toggling 1 second on, 1 second off.
Once I start the LCD event, the relay on arduino 2 either stays solid on or off. If I disable event on Arduino 1, the relay on the 2nd doesnt recover, I have to stop HS and restart.
Does your plugin have threads ? Is there something in the LCD process that hogs resources or takes control as a priority ?
Thankyou..Peter
I'm curious as to performance of the Arduino plugin, reason I ask this is:
Configuration:
Arduino1: LCD, events, write line 1, clear 1 second later, write line 2, clear 1 second later, write line 3, clear one second later, write line 4, clear one second later. Basically a "waterfall down the LCD and repeating endlessly
Arduino2: Relay toggling 1 second on, 1 second off.
Once I start the LCD event, the relay on arduino 2 either stays solid on or off. If I disable event on Arduino 1, the relay on the 2nd doesnt recover, I have to stop HS and restart.
Does your plugin have threads ? Is there something in the LCD process that hogs resources or takes control as a priority ?
Thankyou..Peter
Comment