Page 82 / 113
Section 7.
Programmer’s reference
7.7.5. Query the subnet mask (static network mask)
Command format:
GET
●/MANAGEMENT/NETWORK.StaticNetworkMask
Response format:
pr
●/MANAGEMENT/NETWORK.StaticNetworkMask=<netmask>
Example:
> GET●/MANAGEMENT/NETWORK.StaticNetworkMask
< pr●/MANAGEMENT/NETWORK.StaticNetworkMask=255.255.255.0
7.7.6. Change the subnet mask (static)
Command format:
SET
●/MANAGEMENT/NETWORK.StaticNetworkMask=<netmask>
Response format:
pw
●/MANAGEMENT/NETWORK.StaticNetworkMask=<netmask>
Example:
> SET●/MANAGEMENT/NETWORK.StaticNetworkMask=255.255.255.0
< pw●/MANAGEMENT/NETWORK.StaticNetworkMask=255.255.255.0
Info: Device needs to be restarted to apply changes.
7.7.7. Query the gateway address (static)
Command format:
GET
●/MANAGEMENT/NETWORK.GatewayAddress
Response format:
pr
●/MANAGEMENT/NETWORK.GatewayAddress=<gw_address>
Example:
> GET●/MANAGEMENT/NETWORK.GatewayAddress
< pr●/MANAGEMENT/NETWORK.GatewayAddress=192.168.0.1
7.7.8. Change the gateway address (static)
Command format:
SET
●/MANAGEMENT/NETWORK.StaticGatewayAddress=
<gw_address>
Response format:
pr●/MANAGEMENT/NETWORK.StaticGatewayAddress=
<gw_address>
Example:
> SET●/MANAGEMENT/NETWORK.StaticGatewayAddress=192.168.0.5
< pw●/MANAGEMENT/NETWORK.StaticGatewayAddress=192.168.0.5
7.8. Event settings (conditions and actions)
32 events can be configured in the transmitter, these nodes are located under /EVENTS.
More details can be found in section
To describe the process of setting an event/action by protocol commands, a simple
example will used. The event will be set under the /EVENTS/E1 node and the desired
setting is:
I
F SIGNAL IS PRESENT ON INPUT PORT
P1,
SEND AN
RS-232
MESSAGE ON SERIAL PORT
1.
The settings are stored in 6 different properties which are described in the following
sections.