Yesterday I tried to do my own dashboard to control some measures, first thing I tried was CPU Usage.
This is the result right now, the roundline meter is bigger than percentage, also at some point showed 50% and it was full.
Here is the code, I tried to use ControlStart, ControlShift, ControlLenght and ControlShift but I think I'm not getting how they work.
This is the result right now, the roundline meter is bigger than percentage, also at some point showed 50% and it was full.
Here is the code, I tried to use ControlStart, ControlShift, ControlLenght and ControlShift but I think I'm not getting how they work.
Code:
[Variables]UsedColor=255,205,112,255VariableX=0VariableY=100RadioCircle=60Width=120Height=120Start=(Rad(126))End=(Rad(288))[MeterUsedCPU]Meter=RoundlineMeasureName=MeasureCPUUsageValueFormattedX=#VariableX#Y=#VariableY#W=#Width#H=#Height#StartAngle=#Start#RotationAngle=#End#LineLength=(#RadioCircle# - 5)LineColor=#UsedColor#Solid=1AntiAlias=1
Statistics: Posted by Skyorz — Today, 1:35 pm — Replies 1 — Views 36