CimPort (object)

Contains the properties of a CimPort Object.
Description: The CimPort object contains the information for a CIMPLICITY port. Each CIMPLICITY port becomes a device communications process.

Examples

Dim project As CimProject
Dim portList As CimPortList
Set project = CreateObject("CimProject")
project.OpenLocalProject "d:\classes\classes.gef"
Set portList = project.Ports

Dim port as CimPort
set port = portList.New("TCPIP1", "S90_TCPIP")
port.Description = "A Series 90 communications port"
port.ScanRate = 1
port.ScanUnit = cimMinute
portList.Save port, FALSE
Properties: Allow_EGD , Allow_OnChange , Allow_OnDemand , Allow_OnDemand_Unsolicited , Allow_OnReceipt , Allow_Poll_Once , Allow_Unsolicited , BaudRate , DataBits , Description , Enable , FlowControl , Parity , PortID , ProcessID , ProtocolID , ProtocolObject , RetryCount , ScanRate , ScanUnit , StaleData , StopBits
Methods: