I8014W_Getfirmwarever_L2 - ICP DAS USA I-8014W User Manual

250 ks/s, 16-bit, 8-channel differential/16-channel single-ended analog input module
Table of Contents

Advertisement

i8014W_GetFirmwareVer_L2

This function gets the version number of the secondary FPGA firmware. It is for
troubleshooting or recording only.
Prototype
For MiniOS7
short i8014W_GetFirmwareVer_L2(int slot);
For Windows (CE and WES)
short pac_i8014W_GetFirmwareVer_L2(int slot);
Parameter
slot: 0 ~ 7
Return
The I-8014W version number of the secondary FPGA firmware
Example
[C++]
short ver_L2=0, slot=0;
ver_L2= i8014W_GetFirmwareVer_L2 (slot);
Print( "\nSecondary FPGA Version =:
%04X",i8014W_GetFirmwareVer_L2(slot) );
I-8014W API User Manual, v1.0.1, June 2011
Copyright © 2011 ICP DAS Co., Ltd. All Rights Reserved. E-mail: service@icpdas.com
59

Advertisement

Table of Contents
loading

Table of Contents