Oipapply, Command, Oloadconf loads setting data – Yokogawa Touch Screen GP20 User Manual
Page 64: Oseriapply applies serial communication settings, Oipapply applies the ip address

2-50
IM 04L51B01-17EN
OLoadConf
Loads Setting Data
Loads a setting data file from the GX/GP external storage
medium into the GX/GP.
Syntax OLoadConf,p1,p2,p3
p1 File name (up to 240 characters, ASCII)
Specify the path and file name, excluding
the extension.
p2 Medium
SD
SD memory card
USB
USB flash memory
p3 Settings to load
ALL
All settings
SECURITY Security settings only
IP
IP address settings only
OTHERS
All settings except for security
and IP address settings
Example Load all settings from the setting file
“SETTING1” on the SD memory card.
OLoadConf,’SETTING1’,SD,ALL
Description
• If you omit parameter p2, the medium is set to the SD
memory card.
• If you omit parameter p3, all settings will be loaded.
• If you change the language with this command, the
GX/GP may restart.
OSeriApply
Applies Serial Communication Settings
Applies serial communication settings.
Syntax OSeriApply,p1
p1 Apply the settings (0).
Example Apply serial communication settings.
OSeriApply,0
Description
• This command applies the serial communication
• When you send this command, the serial
communication settings take effect when the GX/GP
returns a response. After this process, the connection
will be cut off.
OIPApply
Applies the IP Address
Applies Ethernet communication settings.
Syntax OIPApply,p1
p1 Apply the settings (0).
Example Apply the IP address settings.
OIPApply,0
Description
• This command applies the IP address settings specified
by the
,
,
and
commands.
• When you send this command, the IP address
settings take effect when the GX/GP returns a
response. After this process, the connection will be
cut off. This includes Ethernet connections to other
devices (Modbus server, FTP server, etc.).
OInit
Clears Measured Data and Initializes
Setting Data
Clears the measured data in internal memory. The
command also initializes setting data.
Syntax OInit,p1
p1 The types of data to be initialized and
cleared
SECURITY Security settings
Memory
Display data, event data,
manual sampled data,
report data, alarm summary,
message summary, and all
logs
OTHERS
Settings other than security
settings
ALL
All measured data and
settings
You can specify multiple items at once. To
do so, separate items with a colon.
Example Delete the measured data, summary, and logs
in the internal memory.
OInit,MEMORY
2.6 Operation Commands