background image

Manual-8

Hardware 4: Versatile Output Port (VOP)

The VOP provides an impeccable place to connect

indicators (LEDs, small lamps), relays and/or other logic
inputs. Each of the eight open collector outputs are indepen-
dently programmable using the 

Via10VOPX

 ActiveX control.

Use each of the eight VOPs to independently drive indicators
or relays. Current on each of the eight open collector ports is
limited to 100 mA maximum when all 8 ports are driven; 200
mA maximum when 4 ports are driven. The VOP’s internal
12 VDC supply pin is limited to 100 mA maximum. Each
open collector VOP output includes a clamping diode for
switching inductive loads. Any combination of lamps, LEDs,
relays and logic input ports can be used as long as the 100
mA (8 driven) current limitation is not exceeded. So choose
your parts wisely.
 External power supplies may be necessary
when using larger current capacity relays that require more
than the 12 VDC/100 mA maximum allowed by the VOP. Up
to a 40 volt external power supply can be used with the VOP
as long as the external supply is ground referenced (i.e.,
connected) to the VOP GND pin. The VOP update rate is
dominated by the network transmission speed and is updated
each time the VOP data is renewed or changed using the

Via10VOPX

 ActiveX control.

Software and Applications

ActiveX and Software issues

ActiveX controls (defined in the next section) are of

concern to the pro audio community. This technology allows
designers of computer-controlled sound systems to create
common front-end software control panels that operate
different manufacturers’ units, without having to know
anything about their internal code or algorithms. This is
powerful. Once more manufacturers jump on the ActiveX
bandwagon, systems designers will no longer be limited by
the products offered by a single, platform-specific (i.e., closed
architecture) manufacturer. Each ActiveX control is made up
of Properties and Events. ActiveX control Properties are
values associated with the control which might include such
things as level settings, mute condition and meter readings.
ActiveX control Events tell the computer something signifi-
cant has happened, such as a switch closure or clip detection.
ActiveX allows the manufacturer to create an object (a piece
of software code) which fully describes a device, while hiding
the implementation details such as protocol from the pro-
grammer. By hiding the communication details, there is no
longer a need for different manufacturers’ devices to agree on
protocol. This lack of a protocol standard means that coopera-
tion between manufacturers is not required. It allows each
manufacturer to choose the best protocol for their devices.

For example, no longer would you need to know that the

17

th

 byte of a 32-byte status message meant that the unit’s

second output channel was muted. With an ActiveX control,
you might simply refer to the device’s output 2 mute status as
“Device1.Out2Mute”.

What is ActiveX anyway? ActiveX is a Microsoft

developed software technology released in 1996. ActiveX,
formerly called OLE (Object Linking and Embedding), is
loosely based on the Component Object Model (COM), but
provides substantially different services to developers. At this
point, you might think: WHAT!?^* But keep reading!
 An
ActiveX control is a unit of executable code (such as an .EXE
file) that follows the Active X specification for providing
software objects. This technology allows programmers to
assemble reusable software controls into applications and
services. However, software development using ActiveX
technology should not be confused with Object-Oriented
Programming (OOP). OOP is concerned with creating
objects, while ActiveX is concerned with making objects
work together. Simply stated, ActiveX is a technology that
lets a program (the ActiveX control) interact with other
programs over a network (e.g., the Internet or Ethernet),
regardless of the language in which they were written.
ActiveX controls can do similar things as Java, but they are
quite different. Java is a programming language, while
ActiveX controls can be written in any language (e.g., Visual
Basic, C, C++, even Java). Also, ActiveX runs in a variety of
applications, while Java and Javascript usually run only in
Web browsers.

ActiveX controls can be used in web pages and within

visual programming languages such as Delphi, Power
Builder, Visual Basic and even in tools such as Lab View.

In English, for our pro audio applications, objects are the

VOP (Versatile Output Port)

VOP

+12

12 VOLTS

OR

OR

OR

RELAY
COIL

LOGIC
INPUT

LAMP

LED

8 PORTS DRIVEN: 100 mA
4 PORTS DRIVEN: 200 mA

= | MAX

GND

GND

GND

+V (VP TO 40 VOLTS)

OR

OR

OR

PORT 1 SHOWN, 2 THROUGH 8 THE SAME

EXTERNAL
POWER
SUPPLY

1

100 mA= | MAX

Summary of Contents for Via 10

Page 1: ...d rear panel controls found on the Via 10 page Manual 2 Part two is Configuring the Via 10 PC page Manual 4 which explains what the Via 10 Config Utility does It also reviews the computer setup that is required so the computer can talk through the Via 10 s IP Internet Protocol language Part three goes over the Hardware details of the Via 10 s I O ports page Manual 6 Four sections are found RS 232 ...

Page 2: ...r illuminates when there is activity on the Via 10 s RS 232 port 햴 RS485 indicator flashes when there is activity on the Via 10 s RS 485 port 햵 CONFIG button is recessed only used to set the Via 10 s IP address during initial setup See Configuring the Via 10 PC on page Manual 4 햶 PWR indicator lights when the Via 10 is powered It flashes when in Via 10 CONFIG mode ...

Page 3: ...ble logic and or A D input port for use with external switches potentiometers or any zero to five volt instrumentation device Up to eight input devices in any variety are supported See the Hardware VIP section on page Manual 7 for further details 햷 Versatile Output Port VOP is a splendidly programmable open collector logic output port for use with external indicator lamps LEDs relays or any ground...

Page 4: ...ernet adapter NIC or Network Interface Card installed in the PC If installed its operation may be checked by right clicking on My Computer followed by a left click on the selection Properties and again a left click on the Device Man ager tab of the System Properties dialog box Click on the plus sign to the left of Network Adapters to view the configured adapters A malfunctioning adapter is indicat...

Page 5: ... web site www rane com then select Run from Windows Start menu and Browse to the floppy drive or file and double click SETUP to run the VIACONFIG install routine 2 If you power up a new Via 10 it comes up in config mode which is indicated by a flashing POWER LED If it s not already place the Via 10 in config mode by unplugging the power then hold in the Via 10 s front panel CONFIG button with a pe...

Page 6: ...and Applications section on page Manual 8 Hardware 1 RS 232 the RW 232 RS 232 with Rane RW 232 The RS 232 port on the Via 10 can be hooked directly to the RW 232 Input port on any Rane RW 232 device allowing extended communication distances up to 305 feet 100 meters over a standard 10Base T Ethernet LAN ActiveX controls for commonly controlled parameters on the following Rane products are accessib...

Page 7: ...e hair out debug ging problems Only the most distant SR 1L connected to the Via 10 should have its RT switch ON which connects a 150 ohm terminating resistor SRM 66 Use The SRM 66 contains an RS 485 port called RIP for Remote Interface Port which may be wired to the Via 10 s RS 485 port for SRM 66 control over a LAN however you cannot connect both an SRM 66 and SR 1L remote s to the same Via 10 on...

Page 8: ...e an object a piece of software code which fully describes a device while hiding the implementation details such as protocol from the pro grammer By hiding the communication details there is no longer a need for different manufacturers devices to agree on protocol This lack of a protocol standard means that coopera tion between manufacturers is not required It allows each manufacturer to choose th...

Page 9: ...ck or turning a system off at a certain time or adjusting delay time as the temperature changes Microsoft FrontPage 2000 ActiveX example Many use Microsoft s FrontPage 2000 to create user interface web pages for computer controlled systems These web pages may or may not be accessible over the Internet The examples found on Rane s web site will review the basic FrontPage 2000 procedures to link scr...

Page 10: ...rontPage C Delphi or Lab View allow programming each VIP pin independently thus providing any combina tion of up to eight applications Thus with software scripts there is an unlimited number of possibilities for the VIP Use multiple hardware switches and or logic output ports on other system devices to recall system configurations or specific system settings Using scripts when a switch is closed a...

Page 11: ...DoDisconnect Break connection to Via 10 RequestVIP Manually request VIP update Events OnVIP1Change Value on VIP 1 input changed OnVIP2Change Value on VIP 2 input changed OnVIP3Change Value on VIP 3 input changed OnVIP4Change Value on VIP 4 input changed OnVIP5Change Value on VIP 5 input changed OnVIP6Change Value on VIP 6 input changed OnVIP7Change Value on VIP 7 input changed OnVIP8Change Value o...

Page 12: ...rol 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 ...

Page 13: ..._3 Value of SR 1L Address 3 0 31 Remote_4 Value of SR 1L Address 4 0 31 Remote_5 Value of SR 1L Address 5 0 31 Remote_6 Value of SR 1L Address 6 0 31 Remote_7 Value of SR 1L Address 7 0 31 Key Methods DoConnect Initialize a connection to the Via 10 Automatically sets the proper baud and parity for SR 1L use SendMem Sends a memory change to a Slaved SRM 66 Events OnError Called when an error occurs...

Page 14: ... 2 s Level 0 32 Out2_In6 In 6 to Out 2 s Level 0 32 Out2_Master Out 2 s Master Level 25 85 Out2_Limiter Out 2 s Limiter Threshold 0 28 Out3_In1 In 1 to Out 3 s Level 0 32 Out3_In2 In 2 to Out 3 s Level 0 32 Out3_In3 In 3 to Out 3 s Level 0 32 Out3_In4 In 4 to Out 3 s Level 0 32 Out3_In5 In 5 to Out 3 s Level 0 32 Out3_In6 In 6 to Out 3 s Level 0 32 Out3_Master Out 3 s Master Level 25 85 Out3_Limit...

Page 15: ... 0 7 Rmt5_Group Remote Address 5 s Group 0 7 Rmt6_Group Remote Address 6 s Group 0 7 Rmt7_Group Remote Address 7 s Group 0 7 Master_Group Groups to include in the Master Group 0 63 Group1 Group 1 Level 0 31 Group2 Group 2 Level 0 31 Group3 Group 3 Level 0 31 Group4 Group 4 Level 0 31 Group5 Group 5 Level 0 31 Group6 Group 6 Level 0 31 Master Master Group Level 0 31 Key Methods DoConnect Initialize...

Page 16: ... Address 6 0 31 Remote_7 Value of SR 1L Address 7 0 31 Key Methods DoConnect Initialize a connection with the Via 10 This automatically sets the proper baud and parity rates for SRM 66 use SetMem Memory change for all slaved SRM 66s Events OnError An error occurred talking to the Via 10 Initialization DoConnect must be called to initialize a connection to the Via 10 RW 232 ActiveX control Required...

Page 17: ...memory GetVUMeterSelect Returns VU Meter Select GetMasterPortDelay Returns Master Port Delay GetMasterMicDelay Returns Master Mic Delay GetPortSigRelease Returns Port Signal Release GetMicSigRelease Returns Mic Signal Release GetNearSigOffset Returns Near Signal Offset GetProgSigRelease Returns Program Signal Release GetProgSigOffset Returns Program Signal Offset GetProgSigThreshold Returns Progra...

Page 18: ...hold SetPortOutputOn Port Value Sets a Port s Output Setting SetPortOutputAttenuation Port Value Sets a Port s Output Attenuation GetMixerEchoCancellerBypass Mixer Returns a Mixer s Echo Canceller Bypass GetMixerEchoCanceller3Kz Mixer Returns a Mixer s Echo Canceller 3KHz Setting GetMixerEchoCancellerEnhanced Mixer Returns a Mixer s Echo Canceller Enhanced Setting GetMixerGate Mixer Returns a Mixe...

Page 19: ... connected to a Via 10 See RW 232 Device Control Language available in PDF form in the Library at www rane com for parameter value details Design Time Parameters Addr RW 232 Address 1 250 OpstatFreq Milliseconds between Opstat updates Runtime Parameters Memory Reflects the current memory selected in the RPE 228 Ch1InGain Channel 2 s Input Gain Ch1OutGain Channel 2 s Output Gain Ch1Mute Channel 2 s...

Page 20: ...ompression Level for Input B MasterLevel Master Level InATrim Input A s Trim InAMute Input A s Mute InBTrim Input B s Trim InBMute Input B s Mute Out1Src Output 1 s Input Signal Source Out2Src Output 2 s Input Signal Source Out3Src Output 3 s Input Signal Source Out4Src Output 4 s Input Signal Source Out5Src Output 5 s Input Signal Source Out6Src Output 6 s Input Signal Source Out1Trim Output 1 s ...

Reviews: