module_id_number


Description

Identifies the hardware model of the board.

Syntax

UInt32 module_id_number;

Read

Gets the hardware model number.

Example

int boardModel;
boardModel = dsm.module_id_number;

Write

Read-Only

Notes

You should use this property to check if the correct hardware is being used. If the hardware is not what is specified for the program, then the program should exit and give an error message.

The list of hardware ID's can be found in the "MODULE_ID" namespace. You can browse the various ID's by using the Object Browser.