Writing a script to use RPMs as a way to give a run status

I am trying to write a script that uses my engine rpms to give me a run status and stopped status.

Scripts are slow because they have to load up the interpreter every time. Try to use an expression where possible.

Where format is the RPM data in? Is it an Ignition tag?

If so then create an expression tag to monitor the RPM tag:

The expression will return True if RPM > 0 and otherwise False.

3 Likes