I8026W_Getfirmwarever - ICP DAS USA I-8026W Manual

Multifunction i/o module
Table of Contents

Advertisement

3.2. i8026W_GetFirmwareVer

This function is used to retrieve the version information for the FPGA firmware. The function is only
used for troubleshooting or recording purposes.
Prototype
short i8026W_GetFirmwareVer(int slot);
Parameters
slot: specifies the slot number (1 ~ 8)
Return Values
The version information of the FPGA firmware for the I-8026W module
Example
[C]
short ver=0, slot=1;
Open_Slot(slot);
ver= i8026W_GetFirmwareVer (slot);
printf ( "\nFirmware Version =: %04X",ver );
I-8026W API User Manual, v1.0.1, June 2015
Copyright © 2015 ICP DAS Co., Ltd. All Rights Reserved.
E-mail: service@icpdas.com
3-16

Advertisement

Table of Contents
loading

Table of Contents