I was wondering how difficult it might be to include a Limit Column Widget (as opposed to the existing limits bar) that is vertical and is single-ended. A good example of usage would be for a battery with voltage levels from 0 to 18 volts.
Limit User Defined Voltage Calculation (Pixels of Height to be drawn)
Green_Limit 18 (V) Green_height = @col_height – blue_height – yellow_height – red_height
Blue_Limit 15 (V) Blue_height = ((blue_limit-yellow_limit)/green_limit) * @col_height.round
Yellow_Limit 10 (V) Yellow_height = ((yellow_limit-red_limit)/green_limit)) * @col_height.round
Red_Limit 5 (V) Red_height = ((red_limit/green_limit) * @col_height).round
The text was updated successfully, but these errors were encountered:
I was wondering how difficult it might be to include a Limit Column Widget (as opposed to the existing limits bar) that is vertical and is single-ended. A good example of usage would be for a battery with voltage levels from 0 to 18 volts.
Limit User Defined Voltage Calculation (Pixels of Height to be drawn)
Green_Limit 18 (V) Green_height = @col_height – blue_height – yellow_height – red_height
Blue_Limit 15 (V) Blue_height = ((blue_limit-yellow_limit)/green_limit) * @col_height.round
Yellow_Limit 10 (V) Yellow_height = ((yellow_limit-red_limit)/green_limit)) * @col_height.round
Red_Limit 5 (V) Red_height = ((red_limit/green_limit) * @col_height).round
The text was updated successfully, but these errors were encountered: