Hello,
Is it possible to control the USB-1902 16-CH 16-Bit 250 kS/s Multi-Function USB DAQ Modules
http://www.adlinktech.com/PD/web/PD_detail.php?cKind=&pid=1087
inside Agilent-Vee
What is the best way to tackle this.
Regards,
J.
Is it possible to control the USB-1902 16-CH 16-Bit 250 kS/s Multi-Function USB DAQ Modules
http://www.adlinktech.com/PD/web/PD_detail.php?cKind=&pid=1087
inside Agilent-Vee
What is the best way to tackle this.
Regards,
J.
1. Have a quick look at some of the examples provided with VEE. This will give you a feel for the syntax - especially examine how the .NET objects are created and generally accessed such as properties ( or variables associated with the object ) with objectname.property and methods ( or functions operating on the object ) as objectname.method().
2. Look at some of the examples provided by ADLink - my favourite would be to look at the VB.NET code which you'll find close to VEE operations ( apart from the object declaration and creation - hopefully you'll have seen the format for that from the VEE examples ).
3. Try something extremely simple to start with e.g. get the serial number or set a DO pin ( and check it changes with a voltmeter ).
If all fails come back for more specific help ;-)