Be cautious for setting characters.
Especially values having special meaning such as codes and
setting values are not effective .
e.g.) single-byte and double-byte values
Single-byte “00123”: Correct value
Double-byte “00123”: Does not function properly.
If there is a space, set value does not function correctly. As
spaces are difficult to distinguish, be careful when setting.
e.g.)
“00123” Correct value
“ 00123” Incorrect
“00123 “ Incorrect
If other values than numeral value are used for numeral data or
parameter, the setting malfunctions.
101