![Vishay 7000 Programmer'S Reference Manual Download Page 93](http://html1.mh-extra.com/html/vishay/7000/7000_programmers-reference-manual_1030880093.webp)
Vishay Micro-Measurements
System 7000 Programmer’s Reference Manual
Page 93 of 142
6.5.6.5
GetCardInformation Method
Syntax:
HRESULT _stdcall GetCardInformation(in long CardNo, out retval BSTR * result );
Description:
Returns card information
Arguments:
CardNo
The card number (1-16)
Returns:
A string containing the card information, delimited by carriage returns. The returned format is:
Device Type [CR]
o
7001-8-DIO
o
7002-8-A-O
o
7003-8-A-I
FPGA Version [CR]
Card Hardware Version [CR]
Card Serial Number [CR]
Card Firmware Version [CR]
Sensor Card Type [CR]
o
7003-8-SG-FB
o
7003-8-SG-HB
o
7003-8-SG-QB
o
7003-8-SG-QB-120
o
7003-8-SG-QB-350
o
7003-8-SG-QB-1000
o
7003-8-TC
o
7003-8-PE-VM
o
7003-8-PE-CM
o
7003-8-LVDT
o
7003-8-HL
o
7003-8-SG_UN_CMRR
Sensor Card Version [CR]
Sensor Card Serial number [CR]
Sensor Card CPLD version
Notes:
This method does not return a Success/Error status. Use the LastErrorCode property to check if
an error occurred during the method.
[CR] represents the carriage return character ASCII 0x13.
If you are comparing the Sensor Card Type against a constant, for strain gage cards use the
constant value ‘7003-8-SG” as not all strain gage types listed are currently in use.