User Manual Manual

Publication 2706-UM016D-EN-P - March 2006
5-4 InView Control and InView Control API
NetworkAddress Syntax object.NetworkAddress = string
Read/Write (BSTR)
Values A valid IP address on the network such as
207.67.12.57.
Default None
Description This property is used to set the IP address
that the control uses to communicate with
the display. It is only necessary to set this
property if the ConnectMode is set to a
value of 1 - TCP/IP.
NetworkPort Syntax object.NetworkPort = value Read/Write
[short]
Values A listening socket port such as 3001 (the
Ethernet Adapter’s port is 3001).
Default 3001
Description This property is used to set the socket port
that the control will use to communicate
with the display. It is only necessary to set
this property if the ConnectMode is set to a
value of 1 - TCP/IP.
SerialComPort Syntax object.SerialComPort = string
Read/Write [BSTR]
Values COM1
COM2
COM3
COM4
Default COM1
Description This property is used to set the serial port
that the control will use to communicate
with the display. It is only necessary to set
this property if the ConnectMode is set to a
value of 0 - Serial.
SerialBaudRate Syntax object.SerialBaudRate = value
Read/Write [long]
Values 110, 300, 600, 1200, 2400, 4800, 9600,
14400, 19200, 28800, 38400, 56000, 57600,
115200, 128000, 256000
Default 9600
Description This property is used to set the serial baud
rate that the control will use to
communicate with the display. It is only
necessary to set this property if the
ConnectMode is set to a value of 0 - Serial.
Currently, 9600 baud is the rate supported
by the display.
Properties
InViewCtrl Properties Properties Description