[r78]: / trunk / Monarco / Monarco_FB / private / AI / getAInWord / svnobj  Maximize  Restore  History

Download this file

7 lines (6 with data), 1.4 kB

1
2
3
4
5
6
// Read the AIn channel value's
METHOD PRIVATE getAInWord : MNR.eMonarcoComStatus;
VAR_OUTPUT
	wAIn1 : WORD;
	wAIn2 : WORD;
wAIn2 := MEM.PackBytesToWord(THIS^._abyIntRxBuf[23],THIS^._abyIntRxBuf[22]);