PISO-DNM100 DeviceNet Master API functions User’s Manual (Ver: 1.0) 2008/02/25
67
4.4.6 DNM100_GetFirmwareVersion
z
Description:
The function can obtain the version information of the firmware inside
PISO-DNM100.
z
Syntax:
DWORD DNM100_GetFirmwareVersion (BYTE BoardNo)
z
Parameter:
BoardNo:
[input] PISO-DNM100 board number (0~15)
z
Return:
The firmware version information. For example: If 100(hex) is return, it
means firmware version is 1.00.
z
Error Return:
DNM100_NoError (0):
OK
DNM100_DriverError (10001):
Kernel driver is not opened.
DNM100_ActiveBoardError (10002):
This board can not be activated or
kernel driver can not be found.
DNM100_BoardNumberError (10003):
BoardNo exceeds the current
scanned total board number.
DNM100_TimeOut (10023):
The PISO-DNM100 has no response.