FDX-16 Command Guide
38
@SEM
Saving preset memory
– [C] Continue
Function
Setting
Format
@SEM,preset (,name)
Return value
@SEM,preset (,name)
Parameter
preset: Preset memory
1 to 32 = Preset memory number
name: Memory name
Up to 10 characters from 0x20 to 0x7D of ASCII code.
Example
@SEM,1,MEMORY1
@SEM,1,MEMORY1
Saving I/O status in Preset memory 1 with
the name of
“MEMORY1”.
Completed normally.
Remarks
You can skip the naming process. If you skip it, the current name will be used.
For preset setting, if Not control channel setting is included, the output channel setting is
not saved.
@GCM / @ECM Editing preset memory
Function
Getting
Setting
Format
@GCM,preset
@ECM,preset,v_1,a_1
・・・
v_16,a_16
Return value
@GCM,preset,v_1,a_1
・・・
v_16,a_16
@ECM,preset,v_1,a_1
・・・
v_16,a_16
Parameter
preset : Preset memory
1 to 32 = Preset memory number
v_1 to v_16 : FDX output channel
a_1 to a_16 : MAU-1616 output channel
- 1 = Not control [Default], 0 = OFF, 1 to 16 = INPUT1 to INPUT16
Example
@GCM,1
@GCM,1,-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -1
Getting statuses of Preset memory 1.
All output channels: Not controlled
@ECM,1,1,1
・・・
15,15,-1,-1
@ECM,1,1,1
・・・
15,15,-1,-1
For Preset memory 1, setting OUTPUT1
to OUTPUT15 to the same number I/O
channels; setting OUTPUT16 to not be
controlled.
Completed normally.
Remarks
-