Innovate Motorsports LogWorks 3 User Manual
Page 118
Advertising

LogWorks3_Manual_1.01.doc
- 118 -
To distinguish between creating bit channels and value channels, use MB instead of MC.
MB stands for make bit channel.
For example:
MB(RPMLimit) = (RPM > 6500)
Would create a bit channel that is on (1 or true) whenever RPM is bigger than 6500.
The format for the MB command is:
MB(channel name)
No unit or bounds need to be specified because bit channels have no unit and range.
Advertising