Programming Reference / Program / Print Item
Determines the contents of what is printed to the console of a connected monitoring device (PC, tablet, etc.,). Must be used in tandem with the Print block
Available Options
Option | Element Formatting: | Example |
---|---|---|
Text | Text | “Halfway Point in Cycle Reached” |
sDEC | Signed Integer | “-8”, “789” |
uDEC | Unsigned Integer | “8”, “789” |
Float | Floating Point Number | “-8.0”, “789.25” |
HEX | Hexadecimal Representation | “0xA7F”, “0×1A” |