13.07.2015 Views

User manual - ICP DAS USA

User manual - ICP DAS USA

User manual - ICP DAS USA

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

• I8024_VoltageHexOutDescription:This function is used to send the voltage value in the Hex format to the specifiedchannel in the I-8024 module, which is plugged into the slot in the LinPAC-8000 system.Syntax:[ C ]void I8024_VoltageHexOut(int slot, int ch, int hdata)Parameter:slot : [Input] Specify the LinPAC-8000 system slot (Range: 1 to 8)ch : [Input] Output channel (Range: 0 to 3)hdata : [Input] Output data with hexadecimal(data range: 0h ~ 3FFFh Voltage Output: -10. ~ +10. V)Return Value:NoneExample:int slot=1, ch=0; data=0x3000;I8024_VoltageHexOut(slot, ch, data);// The I-8024 module output the 5.0V voltage from the channel 0.Remark:This function can be applied on module: I-8024.LinPAC-8x4x SDK:170

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

Saved successfully!

Ooh no, something went wrong!