
3 Basic command signs
nS Left move speed (repeatable)
Message displayed at a left LCD move per n(1~255)× 0.1s。
nP Stop move (repeatable)
Message stop in(1~255)× 0.1s,and then move left at a configured speed.
,
Comma
Used as a statement to divide the file information. Information between two neighboring commas is a
complete and executable statement (unnecessary for the start and end of a file).
END End of a file
※ nS and nP commands will not be activated until after the information following them moves to the left
first place on the LCD display. They can have a repeatable arrangement of any place in ASCII, but the
same command cannot be connected together.
〈Example〉 Information edited with WinProladder ASCII file editor. R0 is a start register of an ASCII file
and the file information is shown as follows:
5S,20P,’A=’,〝6.2R3840〞,’B=’,〝6.2R3841〞,30P,’C: ’,〝1M0B〞,
’ D: ’,〝1M1B〞,’ E: ’,〝1M2B〞, ’ ’,END
If M1800 from 0→1 and R3780=0(i.e. R0), Line 1 of the LCD of DAPs of all numbers is shown as follows:
Move a place left after stopping 2 seconds
Move a place left per 0.5s
After stopping 3s and then move a place left
Return to display again after reaching the end of the ASCII
︵
Always displayed in a cycle
when
M1800
And
R3780
Are
Not
changed
︶
※ Variable information is renewable anytime.
※ To display another message, just change R3780 value and not for M1800.
Appendix I -14