Mitsubishi Electronics QSERIES Smoker User Manual


  Open as PDF
of 1204
 
3-32
(2) Device data check
Device data checks for the devices used by basic instructions and application instructions in
CPU module are as indicated below:
(a) When using BIN data
No error is returned even if the operation results in overflow or underflow. The carry flag
does not go on at such times, either.
(b) When using BCD data
1) Each digit is check for BCD value (0 to 9). An operation error is returned if individual
digits are outside the 0 to 9 (A to F) range.
2) No error is returned even if the operation results in overflow or underflow. The carry
flag does not go on at such times, either.
(c) When using floating-point data
1) An operation error occurs when the following operation results are returned with the
single-precision floating-point operation instruction.
When the absolute value of the floating decimal point data is 1.0 2
-127
or lower
When absolute value of floating decimal point data is 1.0 2
128
or higher
2) An operation error occurs when the following operation results are returned with the
double-precision floating-point operation instruction.
When the absolute value of the floating decimal point data is 1.0 2
-1023
or lower
When absolute value of floating decimal point data is 1.0 2
1024
or higher
(d) Using character string data
No data check is conducted.
(3) Buffer memory access
For accessing buffer memories, using instructions with intelligent function module devices
(from Un\G0) is recommended.
(4) Multiple CPU shared memory access
For accessing multiple CPU shared memories, using instructions with multiple CPU shared
devices (from U3En\G10000) is recommended.