8061 with labview

i have worked with the 8055 last year it was provided with VI labview interface and every thing worked oK

i try this year to work with 8061 but i cant make VI file in labview that can read analog channels
i need quick help please this my graduation project

Here is the function prototype for the K8055:int ReadAnalogChannel(int Channel);
Here is the function prototype for the K8061:int ReadAnalogChannel(int CardAddress,int Channel); You need to use the parameter CardAddress with the K8061.
The data type of the CardAddress is: Signed 32-bit Integer.

Calling convention should be se to “stdcall”.
See also:
digital.ni.com/public.nsf/allkb/ … 2A005CA50C
zone.ni.com/reference/en-XX/help … _clf_node/