4-65 ●Use the count function
4.13.2 Use count multiplication printing
(1) Function
●Prints by changing the count value in the specified increments at each printing.
●Multiplies the count value by a predetermined value and prints the result.
●Prints left-justified.
●Matches the decimal part of the product to the number of count digits by rounding off.
●Enables zero-suppression setting for the last 0 after the decimal point.
(Example: 1.230 → 1.23)
●When the number of digits of the integer part of the product exceeds the number of digits of the input
count character, a “Count Overflow” error is generated.
●When an integer value is set for the count multiplier, the zero-suppression setting is not reflected.