Rangepointmx100 – Yokogawa PC-Based MX100 User Manual

Page 924

Advertising
background image

17-190

IM MX190-01E

rangePointMX100

Syntax

int rangePointMX100(DAQMX100 daqmx100, int iRange);

Declaration

Visual Basic
Public Declare Function rangePointMX100 Lib "DAQMX100"(ByVal
daqmx100 As Long, ByVal iRange As Long) As Long
Visual Basic.NET
Public Declare Ansi Function rangePointMX100 Lib
"DAQMX100"(ByVal daqmx100 As Integer, ByVal iRange As Integer)
As Integer
C#
[DllImport("DAQMX100.dll" CharSet=CharSet.Auto,
EntryPoint="rangePointMX100")]
public static extern int rangePointMX100(int daqmx100, int
iRange);

Parameters

daqmx100

Specify the device descriptor.

iRange

Specify the range type.

Description

Gets the decimal point position of the specified range type.

• For a range type of digital input (DI), specify the detailed range of the digital input.

Specification cannot be made without the module type.

• Returns 0 if it does not exist.

Return value

Returns the decimal point position.

Reference

CDAQMX100::getClassMXItemConfig
CDAQMXItemConfig::getRangePoint

17.2 Details of Function - MX00 (Visual C/Visual Basic/Visual Basic.NET/C#) - Retrieval Functions

Advertising