195
▣ Common operation procedure
(1) Touch screen area with ASCII input tag is positioned.
(2) ASCII input keypad is appeared.
(3) Input character in keypad, press ENT.
(4) Keypad is disappeared and inputted character string is displayed in ASCII input tag area.
※Notice
• Calling condition of cursor and keypad is decided by configuration of basic tap key window/cursor
display of project auxiliary window and movement of input focus is decided by operation of screen
switching in screen auxiliary configuration.
• The display character has saved value in designated device as a character code.
•The next contents of digit/ 2 word devices at the head designated device.
• If the lower/upper byte is half-width (1 byte) character of code in same word device, the lower byte of
character is displayed first.
(Example) Device =D100, Digit=6,
The appropriate character of each byte value is displayed in order of D100(Lower), D100(Upper),
D101(Lower), D101(Upper), D102(Lower), D102(Upper).
•If there is ‘0’ in the middle, the next character is not displayed. For example,
D100(Lower) =41H=’A’, D100(Upper) =42H=’B’, D101(Lower) =43H=’C’,
D101(Upper) =00H=’\0’, D102(Lower) =44H=’E’, D102(Upper) =45H=’F’,
ABC is displayed.
•In case, it is designated as 6x8 font, 2 byte character is displayed as rectangle filled with designated
character color.
•In case, there is not character or it is not able to display (control character) for value saved in device,
it is displayed as rectangle.
•Firstly inputted character code is saved in order of lower-upper from the lead address.
•In case, input ENT without inputting character as designated digits in main device, it is filled with ‘0’
from the next saved space.
(Example) In case of inputting, A,B,C and ENT when Device =D100, Digit=6,
D100 = 4241H, D101=0043H, D102=0000H
%$6”!
ABCDEF
%$6”!