13.07.2015 Views

User manual - ICP DAS USA

User manual - ICP DAS USA

User manual - ICP DAS USA

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

• GetNameOfModuleDescription:This function is used to retrieve the name of an 8000 series I/O module, which isplugged into a specific I/O slot in the LinPAC-8000. This function supports the collection ofsystem hardware configurations.Syntax:int GetNameOfModule(int slot)[ C ]Parameter:slot:[Input] Specify the slot number where the I/O module is plugged into.Return Value:I/O module ID. For Example, the I-8017 will return 8017.Example:int slot=1;int moduleID;Open_Slot(slot);moduleID=GetNameOfModule(slot);Close_Slot(slot);// The I-8017 card plugged in slot 1 of LinPAC-8000// Returned Value: moduleName=” 8017 ”Remark:LinPAC-8x4x SDK:54

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!