Meaning, _ps6000OpenUnit@8 ?

Post your LabVIEW discussions here
Post Reply
jcwoo
Newbie
Posts: 0
Joined: Sat Jun 21, 2014 10:43 am

Meaning, _ps6000OpenUnit@8 ?

Post by jcwoo »

Hi,

I am using 6403D and trying to do programming with SDK.
Please comment on the following issues at the original function form of an Labview example,
"uint32_t _ps6000OpenUnit@8(int16_t *handle, CStr serial)."

1. Why do you use "_ps6000OpenUnit" instead of "ps6000OpenUnit"? It is slightly different from your Programmer's Guide.
2. What do they mean @8 ?

J. C. Woo

Hitesh

Re: Meaning, _ps6000OpenUnit@8 ?

Post by Hitesh »

Hi J.C.,

Please ensure that the function name selected is 'ps6000OpenUnit' rather than '_ps6000OpenUnit'.

If LabVIEW loses the link to the dll, it shows _ps6000OpenUnit@8 which is the export definition of the function for the driver.

Are you using a 64-bit version of LabVIEW?

Regards,

jcwoo
Newbie
Posts: 0
Joined: Sat Jun 21, 2014 10:43 am

Re: Meaning, _ps6000OpenUnit@8 ?

Post by jcwoo »

Many Thanks,

J. C. Woo

Post Reply