Modero X Series ® G5 Programming
2
Modero G5 Touch Panels - Configuration and Programming
Using the "Pipe" ( | ) Character
Previously, in G4, the pipe character ( |) was used to create a new line.
G5 uses carriage return / line feed ($0d,$0a) instead.
The examples below illustrate indicating a new line (between the words "Hello" and "World") in G4 and in G5
programming:
G4
:
"'^TXT-200,0,Hello
|
World'"
G5
:
"'^TXT-200,0,Hello',
$0d,$0a
,'World'"
Summary of Contents for Modero G5
Page 58: ...Settings Menu 48 Modero G5 Touch Panels Configuration and Programming ...
Page 62: ...Gestures 52 Modero G5 Touch Panels Configuration and Programming ...
Page 66: ...MXA MP and MXA MPL Programming 56 Modero G5 Touch Panels Configuration and Programming ...
Page 138: ...Appendix B Bargraph Functions 128 Modero G5 Touch Panels Configuration and Programming ...