MMX8x4-HT series – User's Manual 83
Scan and Store
according to the pattern and the result will be saved into the variable (number or string type). Press the ?
button to open the pattern options:
Pattern Pattern description
%s
%<number>s The next <number>
%c One character
%<number>c The next <number> of characters
<characters>
<characters>
%* Ignored part
<custom_text>
Examples
Node Path
1
Pattern
1
Scanned result
42 C; 0;75; 0;7 %s 42
1.6.0b10 r96 %12s 1.6.0b10
T00AA;T00AF %6c T00AA
57600, 8N1 , 8N1
T000A;T000B;T000F %*6c%5c T000B
1.6.0b12 r64 b 1.6.0
lightware-00005031 lightware- 00005031
1
Reformat
%s to indicate where
to insert the original value.
Example
▪ Original value: 3
▪ Pattern: input%s
▪ Modified value: input3