100
Programming and Adjustment Section 3-3
4. Use the peripheral device to monitor the word to which the analog input
data to be adjusted is stored. The CQM1H/CQM1 can be in any mode. The
analog input conversion data will be the lower-limit value.
5. Apply the same method to the analog input’s maximum value to obtain the
upper-limit value.
6. Create the following program to scale values in a range between the lower
and upper-limit values and designate the lower- and upper-limit values that
have been monitored as parameters. Refer to page 96, Scaling for details.
–10 to 10 V If the Analog Input Unit is set to a range of –10 to 10 V, follow the steps
described below to adjust the Analog Input Unit.
1,2,3... 1. Refer to 3-1 Settings and connect the Analog Input Unit, CPU, and sensor
or transducer.
2. Connect a peripheral device such as a Programming Console to the CPU
and while referring to 3-3-1 Programming, create a program to convert 2’s
complement.
* "n" indicates the allocated word for analog input.
SCL(66)
*n
DM 0100
DM 0000
00000
DM 0100
DM 0101
DM 0102
DM 0103
0000
0100
Set value
(BCD)
(Hexadecimal)
Lower limit value
(BCD)
(Hexadecimal)
Upper limit value
PS CPU OUT AD OUT
IN
ADIPS
Sensor or transducerSensing object
Peripheral device
* "n" indicates the allocated word for analog input.
Input condition
ANDW(34)
#0FFF
n
DM 0200
XORW(36)
#0800
DM 0200
DM 0200
00000