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 | Variable |
| uDEC | Unsigned Integer | Variable |
| Float | Floating Point Number | Variable |
| HEX | Hexadecimal Representation | Variable |

