OAProfessor

Deep OA Product Insight

User Tools

Site Tools


bettersimulators

A useful feature is the Simulator objects in the graphics library (ramp, sine, and random). They can pump data into your system for testing, etc.

I find it useful to make them start automatically rather than having to click on the little box to get them started. Sadly, the internal object names are slightly different, but easy to lookup by right click→open panel reference to get the name of the box/button object.

example init code for ramp:

setValue("PANEL_REF0.ON", "backCol", "green");

example init code for random:

setValue("PANEL_REF1.ON1", "backCol", "green");

Yup, set it green and it starts on panel initialization. Have fun out there, these things will give you a lot of data logging to check your trends!

bettersimulators.txt · Last modified: 2021/10/26 18:25 by toddmalone

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki