Rane Via 10 User Manual

Page 12

Advertising
background image

Manual-12

Runtime Parameters:

VOP1

0 = VOP OFF, -1 = VOP ON

VOP2

0 = VOP OFF, -1 = VOP ON

VOP3

0 = VOP OFF, -1 = VOP ON

VOP4

0 = VOP OFF, -1 = VOP ON

VOP5

0 = VOP OFF, -1 = VOP ON

VOP6

0 = VOP OFF, -1 = VOP ON

VOP7

0 = VOP OFF, -1 = VOP ON

VOP8

0 = VOP OFF, -1 = VOP ON

Key Methods:

DoConnect

Initialize a connection to the Via 10

DoDisconnect

Break connection to Via 10

RequestVOP

Request current VOP values

SendVOPValues

Manually update VOP values

Events:

OnConnect

Connection to Via 10 started

OnDisconnect

Connection to Via 10 stopped

OnReceived

New VOP values received

Initialization:

DoConnect

must be called to initialize a connection to the Via 10

RS-232 ActiveX control
For RaneWare RW 232 or generic RS-232 device communications on to and off of Ethernet 10Base-T.

RS-485 ActiveX control
For SR 1L or generic RS-485 device communications on to and off of Ethernet 10Base-T.

Control Name: Via10SerialX

Description: General interface to Via 10’s Serial Ports (RS-232 & RS-485)

Design Time Parameters:

Addr

Via 10’s IP Address

Port

0 = RS-232, 1 = RS-485

Baud

0 = 300, 1 = 1200, 2 = 2400, 3 = 4800, 4 = 9600, 5 = 19200, 6 = 38400

Parity

0 = Odd, 1 = Even, 2 = None

Runtime Parameters:

BytesIn

Number of bytes in the input buffer

Key Methods:

DoConnect

Initialize a connection to the Via 10

DoDisconnect

Break connection to Via 10

PeakChar

Read one character from the input buffer without removing it

PeakString

Read a string from the input buffer without removing it

ReadChar

Read one character from the input buffer and remove it

ReadString

Read a string from the input buffer and remove it

Events:

DataAvailable

Data exists in the input buffer

OnError

An error occurred talking to the Via 10

Initialization:

DoConnect

must be called to initialize a connection to the Via 10

Advertising