Thanks Dave, your solution is the winner.
The problem with the other responses (and my own first attempt) is that simply splitting an Int32 into 2 Int16's yields unsigned Int16's, and I required signed Int16's (which is what the VEE Int16 data type is)
Thanks to all that responded.
Reiner Schlieker
Test Equipment Designer
Siemens Milltronics Process Instruments Inc.
Phone: (705) 740-7553
Fax: (705) 740-7692
e-mail: reiners@milltronics.com
The problem with the other responses (and my own first attempt) is that simply splitting an Int32 into 2 Int16's yields unsigned Int16's, and I required signed Int16's (which is what the VEE Int16 data type is)
Thanks to all that responded.
Reiner Schlieker
Test Equipment Designer
Siemens Milltronics Process Instruments Inc.
Phone: (705) 740-7553
Fax: (705) 740-7692
e-mail: reiners@milltronics.com