Stop Statement; Chg Param Statement - Hitachi NT2021XA Instruction Manual

Easy-sequence programming software
Table of Contents

Advertisement

Chapter 2 Syntax

stop statement

- Format
Format
stop
- Explanation
This instruction makes the inverter decelerate and stop the motor and reset the inverter when it is in trip situation.
When the FW terminal is on (FW = 1) or the RV terminal is on (RV = 1), this instruction turns off the FW terminal (FW = 0) or
RV terminal (RV = 0).
- Sample program : Program to make the inverter operate the motor for forward or reverse rotation at a constant speed for 10
seconds
Label
Mnemonic
if
FW=
goto
LBL1
RV=
LBL2
wait
wait
stop

chg param statement

- Format
chg param
<display code> <variable>
- Explanation
<display code>
specifies the parameter number of the inverter parameter of which the setting is to be changed. The range of
parameter settings depends on the standard inverter specifications. For the inverter parameters and ranges of their settings,
refer to the Inverter Instruction Manual.
Specify an integer as the desired new setting of the parameter in
than 0 to 127, preset the value in a variable and specify the variable as <variable>. The changed parameter setting is reflected
in the inverter in a 40-ms cycle, which conforms to the standard inverter specifications. If, however, you directly access the
inverter's EEPROM, the change is reflected in the inverter in the same cycle as that of instruction execution.
Note 1 : You cannot specify any of parameters "U001" to "U012" in <display code>.
Note 2 : When the parameter is changed, it is not memorized in EEPROM. It returns to an initial value by the power
shutdown.
Instruction to stop motor operation by the inverter
This instruction makes the inverter decelerate and stop the motor.
parameter1
parameter2
parameter3
X(00)
<>
1
1
LBL2
1
FA1
=
1
10.00
Instruction to change a parameter setting
Format
or
<constant>
Description
parameter4
parameter5
then
LBL1
This instruction changes the setting of the inverter
parameter specified by
<variable>
or <constant>.
<variable>
or <constant>. To specify a numerical value other
2-30
: When X (00) is on, operate the motor for
forward rotation.
: When X (00) is on, operate the motor for
reverse rotation.
: Wait until the motor rotates at a constant
speed.
: Operate the motor at 5 Hz for 10
seconds.
: Decelerate and stop the motor. (FW = 0
or RV = 0)
Description
<display code>
to

Advertisement

Table of Contents
loading

Table of Contents