EasyManua.ls Logo

Hitachi SJ700-2 Series - Mon Param Statement

Hitachi SJ700-2 Series
134 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Chapter 5 Instruction Words
5 - 28
mon param statement Instruction to read a parameter
- Format
Format Description
mon param <display code>
<variable>
This instruction assigns the content of the inverter parameter
specified by <display code> to <variable>.
- Explanation
This instruction reads the content of the inverter parameter specified by <display code>, and assigns
the read content to <variable>. The range of parameter settings depends on the standard inverter
specifications. For the inverter parameters and ranges of their settings, refer to the SJ700 Series
Inverter Instruction Manual.
- Sample program: Program to check whether the inputs of frequency command and
acceleration/deceleration time are assigned to the easy sequence function
(Code area [Code Window])
entry
Yw= 0
mon param A001 U(00) : Assign the content of A001 to U (00).
mon param P031 U(01) : Assign the content of P031 to U (01).
if U(00) <> 7 then SKIP : When A001 is not "07"
if U(01) <> 3 then SKIP : When P031 is not "03"
Y(00)= 1 : Turn Y (00) on.
goto LBL1
SKIP Y(01)= 1 : Turn Y (01) on when the process ends.
LBL1 end

Table of Contents

Related product manuals