Quote:
|
Originally Posted by blue_crew
How do we display custom variables on the OI 4 digit display?
|
To display User_Byte1 (a variable in the code) press the OI select button a couple times till the display reads "uXXX", where XXX are the 3 digits of User_Byte1 (it should first flash u012 because that is your firmware version). You can change User_Byte1 in code using the joystick as Kris noted. User_Byte1 is global and defined in ifi_aliases as txdata.user_byte1.allbits. It is normally set to the Breaker that tripped but you can change that. The other 5 User_Bytes can be displayed on the dashboard.
I personally use OI rotary switches since I always have plenty of OI analog inputs left.