6 - 53
6 Drive Programming Commands
Drive Programming User’s Manual (I580-E2)
6-8 Parameter Control Commands
6
Example
In the above example, the value of the parameter F001 (Output Frequency Setting/Monitor) is assigned
to the parameter UMon(0) (d025) (User Monitor) and monitored.
MonParam
Command Description Argument
Assigns the content of the inverter parameter
specified in <parameter> to <variable>.
Parameter: parameter code
(Fxxx, Axxx, bxxx, Cxxx, dxxx, Hxxx, or Pxxx)
Variable: any variable
Format
Flowchart method Text language method
<variable> : <parameter>
Flowchart Text
Block number
Operation
1 Assigns the parameter F001 to UMon(0).
2 Jumps to the block 1: loop_ unconditionally.