6-2-(22)
Normal Serial Interface
Section 6-2
6-2-2-18
SCNLOAD: Scene Load
Function
Loads scene data from an external device.
Input
SCNLOAD <scene number> Delimiter
Specify a scene number between 0 and 31.
Output
Command executed correctly:
OK Delimiter
Command not executed correctly:
ER Delimiter
CHECK
The data transfer is performed with XMODEM (-CRC or SUM) or ZMODEM
protocol. (The XMODEM (-1K) protocol is not supported.)
The Controller sends the character string “READY” to the external device
when the Controller has completed preparations. Wait for the “READY” string
to be received at the external device before starting the data transfer.
Example
This example loads scene data from the external device to scene 2.
Input
SCNLOAD 2 Delimiter
Output
OK Delimiter
6-2-2-19
SCNLOADM: Scene Load Memory Card
Function
Loads scene data from a Memory Card.
Input
SCNLOADM <scene number> <file name> Delimiter
• Specify a scene number between 0 and 31.
• Specify the drive (C0 or C1) at the beginning of the file name.
• Specify the absolute path from the root directory.
• Add the filename extension .SCN to the filename.
Output
Command executed correctly:
OK Delimiter
Command not executed correctly:
ER Delimiter
Example
This example loads the file “LABEL.SCN” to scene 2 from Memory Card 0
directory DIR01.
Input
SCNLOADM 2 /C0/DIR01/LABEL.SCN Delimiter
Output
OK Delimiter
6-2-2-20
SCNSAVE: Scene Save
Function
Saves scene data to an external device.
Input
For XMODEM transfer: SCNSAVE <scene number> Delimiter
For ZMODEM transfer: SCNSAVE <scene number> <filename> Delimiter
Specify a scene number between 0 and 31.