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.

• I8024_VoltageOutDescription:This function is used to send the voltage float value to the I-8024 module with thespecified channel and slot in the LinPAC-8000 system.Syntax:[ C ]void I8024_VoltageOut(int slot, int ch, float data)Parameter:slot : [Input] Specified the LinPAC-8000 system slot (Range: 1 to 8)ch : [Input] Output channel (Range: 0 to 3)data : [Input] Output data with engineering unit (Voltage Output: -10~ +10)Return Value:NoneExample:int slot=1, ch=0;float data=3.0f;I8024_VoltageOut(slot, ch, data);//The I-8024 module output the 3.0V voltage from the channel 0.Remark:This function can be applied on module: I-8024.LinPAC-8x4x SDK:168

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

Saved successfully!

Ooh no, something went wrong!