LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

configure Call Library Function for int Do(const int iE, const int iC, WORD mD )

Can't figure out how to use the "WORD" reference for the last arg. Any help will be appreciated....
0 Kudos
Message 1 of 2
(2,436 Views)
Hi,
usually WORD is unsigned double-byte type (0-65535). So I think this must be U16.

Good luck.

Oleg Chutko.
0 Kudos
Message 2 of 2
(2,436 Views)