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.

• Open_SlotAllDescription:This function is used to open and initiate all slots in the LinPAC-8000. For example, ifyou want to send or receive data from multiple slots, you can call this function to simplifyyour program. Then you can use the other functions later.Syntax:int Open_Slot(void)[ C ]Parameter:NoneReturn Value:0 is for SuccessNot 0 is for FailureExample:Open_SlotAll();// All slots in the LinPAC-8000 will be open and initiated.Remark:• Close_SlotAllDescription:If you have used the function Open_SlotAll() to open all the slots in the LinPAC-8000,you can use the Close_SlotAll() function to close all the slots in the LinPAC-8000. Forexample, once you are finish sending or receiving data from many slots, this function canbe called to close all the slots rapidly.Syntax:void Close_SlotAll(void)[ C ]LinPAC-8x4x SDK:40

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

Saved successfully!

Ooh no, something went wrong!