Vishay Micro-Measurements
System 7000 Programmer’s Reference Manual
Page 86 of 142
Arguments:
SkipCount
The number of scans to skip between each transmission. A skip rate of 0
means don’t skip any scans. (Range:
0 to 32768, Default: 0 scans
ChannelList
A list of channels (1-128) which should send online data. The list is delimited
by carriage returns, for example a string containing:
1[CR]
2[CR]
3[CR]
5
will transmit channels 1, 2, 3, and 5. (The carriage return is represented by the
ASCII character 0x13.)
Returns:
0 if Successful, otherwise an Error Code
Notes:
The data will be transmitted from lowest channel to highest channel, regardless of the order of
the channel list.
6.5.4.23
SetScannerNetworkConfiguration Method
Syntax:
HRESULT _stdcall SetScannerNetworkConfiguration(in long Configuration, out retval long *
result );
Description:
This method defines a scanner’s role in a network of scanners.
Arguments:
Configuration 0 = Not a Member of a Network - this scanner is independent and cannot be
synchronized with other scanners. (default)
1 = Network Master - this scanner is attached to another scanner with a sync
cable and is responsible for controlling synchronization.
2 = Member of Network - Not the Master - this scanner is a simple member of
a network. It is required to be attached to a "master" scanner via a sync cable.
Returns:
0 if Successful, otherwise an Error Code
Notes:
Only one scanner can be designated as the “Master” scanner. Scanners that are not members of a
synchronized network will not be synchronized and will not share global limits.