- Using the software
- Ladder Editor
- Add-On Instructions
- Instructions
- Instruction set
- Code Editor Domain Specific Language Syntax
port object
Defines a logical port on a device in the topology definition.
port [busType] [name] { <property name> := <property value>; ... }
Property | Description |
---|---|
busType (required) | Type of bus this port is compatible with. |
<property name> name (required) | Name of the port. The name is automatically generated: "port"+cipPortID |
<property value> cipPortId | CIP port ID assigned to the port. The ID is unique within the device instance scope. |
address | Current configured address. For example: slot number, IP address. |
downstreamOnly | Indicates this port must only be downstream; that is, it can connect only to child devices and not to a parent device. |
Provide Feedback