SmartAXIS Touch User’s Manual 11-31
5 Multi-Command
11
Commands
5.1 How the Multi-Command is Used
Executes multiple commands at once.
These commands can be assigned to a Multi-Command.
• Writes a 1 to a bit device, and the value in a word device to another device when the trigger condition is satisfied.
• When the trigger condition is satisfied, executes the script and switches the Base Screen.
5 Multi-Command
Command Description
Bit Write Writes a 0 or 1 to the specified bit device.
Word Write
Writes a value to a word device. You can specify the destination address indirectly, and perform arithmetic
on the value to be written.
Goto Screen Switches screens or opens other windows.
Key Performs downloads or uploads. Also used to manipulate other parts.
Script Executes a script.
Touch
External device
1
Condition
SatisfiedSatisfiedSatisfied
0
D0=
123
D1=
0
D0=
123
D1=
123
Move
Touch
Condition
SatisfiedSatisfiedSatisfied
// Script A
[D 100] = [D 100] + 1;
if ([D 100] >= 50)
{
[D 100] = 0;
}
Executes the script.