FDX-32 Command Guide
64
@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_32,a_32
Return value
@GCM,preset,v_1,a_1
・・・
v_32,a_32
@ECM,preset,v_1,a_1
・・・
v_32,a_32
Parameter
preset : Preset memory
1 to 32 = Preset memory number
v_1 to v_32 : FDX output channel
a_1 to a_32 : MAU-3232 output channel
- 1 = Not control [Default], 0 = OFF, 1 to 32 = INPUT1 to INPUT32
Example
@GCM,1
@GCM,1,-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
-1, -1, -1, -1, -1, -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
・・・
31,31,-1,-1
@ECM,1,1,1
・・・
31,31,-1,-1
For Preset memory 1, setting OUTPUT1
to OUTPUT31 to the same number I/O
channels; setting OUTPUT32 to not be
controlled.
Completed normally.
Remarks
-