Navigation: Overview of Basic Principles >

Values Intro

 

 

 

 

Read MakerPlot-J values by enclosing the value in brackets, such as received analog values [ain0], digital values [din1], created values [varPartCount], properties of controls on the interface [lblTotal], or intrinsic values such as the date and time, [systemDateTimeDash].

 

Use the DEBUG/CLI to monitor or display values:
? [systemDateTimeDash]

Set a value as a control's Update Value to automatically update it to that values.

Use the values in code to update controls when activate, such as a for a button:
!txtTemperature=[ain0]

Please see Values for more information.

 

 

 

Copyright © 2024 SelmaWare Solutions, LLC