SHIP:Node:linkset

From Serious Documentation
Revision as of 14:41, 25 November 2012 by Admin (talk | contribs) (Created page with "A linkset node binds a protocol to a physical communications channel. Each channel in a platform may only be bound once to a sing...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A linkset node binds a protocol to a physical communications channel. Each channel in a platform may only be bound once to a single protocol. For example, UART0 can only be bound to a single protocol (e.g. MODBUS_MASTER_RTU).

Parent Nodes

The following nodes are permitted to hold this node:

Child Nodes

The following nodes are permitted to exist within this node:

Properties

Property Description
name A unique link name
protocol The protocol bound to the channel (e.g. MODBUS_MASTER_RTU)
channel A port name (e.g. UART0)

Examples

For example, the following link binds a MODBUS_SLAVE_ASCII protocol to UART0 on a SIM110:

Property Value
name myModbusSlave
protocol MODBUS_SLAVE_ASCII
channel platform.UART0