5 Script Command
12-32 WindO/I-NV4 User’s Manual
5.1 How the Script Command is Used
Executes a script when certain conditions are satisfied.
5 Script Command
HG3G
HG2G-5FHG5G-V HG4G-V HG3G-V HG2G-V HG2G-5T
HG4G HG1G HG1P
MICRO/I
// Script A
[D 100] = [D 100] + 1;
if ([D 100] >= 50)
{
[D 100] = 0;
}
Executes Script
Start Condition
SatisfiedSatisfiedSatisfied
Complex processes such as conditional branching, logical operation, arithmetic operation, function, etc., can
be programmed in a text format using Scripts. For details, refer to Chapter 20 “Script” on page 20-1.