User Manual

Table Of Contents
Document Name: Common Commands and Attributes v1.3.0 Revision: 1.2
13.3.2 Usage
Attribute Type: Read and Write
This attribute configures whether Ethernet interface should be enabled or disabled.
Format on getting parameter:
GET EEN
Reply:
<Enabled>
where
Enabled = 0 means Ethernet interface is disabled.
Enabled = 1 means Ethernet interface is enabled.
Format on setting parameter:
SET EEN <Enabled>
where
Enabled = 0 disables the Ethernet Interface.
Enabled = 1 enables the Ethernet Interface.
Example:
GET EEN
Reply:
0
meaning that Ethernet Interface is disabled and that no communication can be
established using Ethernet interface.
Example:
SET EEN 1
enables the Ethernet Interface.
Note! Enabling the Ethernet interface still requires proper IP configuration in order
to be able to communicate with the controller over the network.
13.4 GWY – Default Gateway
13.4.1 Overview
This configures the default gateway to use for the controller.
13.4.2 Usage
Attribute Type: Read and Write
This attribute is used to configure the default gateway for the system.
Format on getting parameters:
GET GWY
Reply:
<Gateway>
where <Gateway> is the IP address for the default gateway.
Format on setting parameters:
SET GWY <Gateway>
Common Commands and Attributes 100/123