FDX-08 Command Guide
66
@SEM
Saving preset memory – [C] Continue
Function
Setting
Format
@SEM,preset (,name)
Return value
@SEM,preset (,name)
Parameter
preset: Preset memory
1 to 32 = The number of preset memory
name: Memory name
Up to 10 characters from 0x20 to 0x7D of ASCII code
Example
@SEM,1,MEMORY1
@SEM,1,MEMORY1
Saving the I/O channel status in preset
memory 1 with the name of MEMORY1
Completed
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_8,a_8
Return value
@GCM,preset,v_1,a_1
・・・
v_8,a_8
@ECM,preset,v_1,a_1
・・・
v_8,a_8
Parameter
preset: Preset memory
1 to 32 = The number of preset memory
v_1 to v_8: FDX output channel
a_1 to a_8: MAU-1616 (optional) output channel
- 1 = Not control [Default], 0 = OFF, 1 to 8 = INPUT1 to INPUT8
Example
@GCM,1
@GCM,1,-1, -1, -1, -1, -1, -1, -1, -1
Getting statuses of preset memory 1
All output channels: Not controlled
@ECM,1,1,1
・・・
7,7,-1,-1
@ECM,1,1,1
・・・
7,7,-1,-1
For Preset memory 1, setting OUTPUT1
to OUTPUT7 to the same number I/O
channels; setting OUTPUT8 to not be
controlled
Completed
Remarks
-