SIMATIC Automation Tool API for .NET framework
6.7 The IProfinetDevice interface
6.7
The IProfinetDevice interface
6.7.1
IProfinetDevice properties
Each item in the
interface. This interface provides access to the data and operations that are common to all
devices directly connected to the industrial network.
The
about the network device. These properties are all read-only. To ensure they will return the
current information, your code should first call the
Property Name
ArticleNumber
BackupAllowed
ChangeModeAllowed
Comment
Configured
DefaultGateway
DefaultGatewayString
Description
Failsafe
Family
FirmwareUpdateAllowed
FirmwareVersion
HardwareID
84
IProfinetDeviceCollection
interface supports the following properties which provide information
IProfinetDevice
Return Type
string
bool
bool
string
bool
uint
string
string
FeatureSupport
DeviceFamily
FeatureSupport
string
uint
collection is represented by the
method on the device.
RefreshStatus
Description
The order or MLFB number
Does the device support the Backup feature?
Does the device support changing the mode
(RUN/STOP)?
You can assign a comment for the device. This is
used in the SIMATIC Automation Tool user inter-
face and is not relevant to API operations.
Does the DNN for the device show that it has been
configured?
The default gateway address of the device, repre-
sented as an unsigned integer. The encoded
gateway address uses one byte to represent each
decimal value in the address. For example, the
encoded value 0xC0A80001 is equivalent to the
more common string representation of
"192.168.0.1"
The default gateway address of the device, repre-
sented as a string in the form "xx.xx.xx.xx" (i.e.
"192.168.0.1")
A description of the hardware item based on the
article number. This is the same description that
you see in the TIA Portal.
(i.e. "CPU-1215 DC/DC/DC")
Based on the Article number, is this a fail-safe
device?
What is the "family" of the device?
See also: Device family enumeration (Page 116)
Does this device support firmware update?
The current firmware version of the device
The unique identifier for every device and module,
in the station. This is used as the unique identifier
when executing a FirmwareUpdate.
SIMATIC Automation Tool V2.1 user guide
Manual, V2.1.1 07/2016, A5E33042676-AC
IProfinetDevice