05-22-2002 02:23 PM
05-23-2002 09:44 AM
09-16-2010 01:33 PM
Hi
I am new to labView and have begun to control the motion of Nanonics 3D flatscanner in the X, Y, and Z axis'. I have labview 8, Let me how to configure it using the labview. Any suggestions would be greatly appreciated. I have to move the scanner randomly in X, Y, and Z axis'.
09-22-2010 06:55 AM
Hi,
The code you sent appears to be using register level programming for this. You will need to find out the locations and what we need to write to the board but the location of the VIs to use this in LabVIEW 8 is described in http://digital.ni.com/public.nsf/allkb/E6415E8A8376F63D86256C46007592E8?OpenDocument
Regards,
09-23-2010 09:19 AM
Hi
I have already IV control that control the scannerr motion and used for data collection. Now I have to move the already builtin scanner in X ,Y and Z direction by changin the voltage along X, y and Z direction so that I can move the scanner in one direction or 2 direction. Should I have to used the PCI-6534 digital card for accurate movement of scanner in require direction or to write the programm C++ for the movement of the scanner using labview 8. Either I have to buy some software driver or Card to operate the scanner.
09-23-2010 09:52 AM
Hi,
If you are changing voltages then you may need an analog output card instead if the signal must vary. If you are using either our analog output cards or the 6534 digital card then you can use the DAQmx driver to program them which can be used in LabVIEW or C++. For LabVIEW 8.0 you will need DAQmx 8.7.1 or earlier which can be downloaded at http://joule.ni.com/nidu/cds/view/p/id/965/lang/en.
Regards,