Setrrjcdarwin – Yokogawa PC-Based MX100 User Manual
Page 532
![background image](/manuals/360310/532/background.png)
10-34
IM MX190-01E
setRRJCDARWIN
Syntax
int setRRJCDARWIN(DAQDARWIN daqdarwin, int refChNo, int
chType, int startChNo, int endChNo, int spanMin, int spanMax);
Declaration
Public Declare Function setRRJCDARWIN Lib "DAQDARWIN"(ByVal
daqdarwin As Long, ByVal refChNo As Long, ByVal chType As
Long, ByVal startChNo As Long, ByVal endChNo As Long, ByVal
spanMin As Long, ByVal spanMax As Long) As Long
Parameters
daqdarwin
Specify the device descriptor.
refChNo
Specify the channel number of the reference channel.
chType
Specify the channel type.
startChNo
Specify the start channel number.
endChNo
Specify the end channel number.
spanMin
Specify the left value of the span.
spanMax
Specify the right value of the span.
Description
Sets the remote RJC with respect to the specified reference channel to the channels
in the specified channel range (specified by channel type, start channel number, and
end channel number).
• With the span specification, if the left and right values are the same, it is
considered omitted.
• This function executes the SR command of the DARWIN communication
function.
Return value
Returns an error number.
Error:
Not descriptor
No device descriptor.
Reference
CDAQDARWIN::setRRJC
10.1 Details of Functions - DARWIN (Visual C/Visual Basic) -