This answer assumes all of the following:
• You are using our LEGO NXT adapter with a LEGO NXT Robotics Kit.
• You are using LEGO Mindstorms software after importing our Vernier Sensor block.
There are three ways to display data: LEGO M...
If you are using the Go Direct® EKG Sensor (GDX-EKG) make sure you are using the EKG channel.
If you are using the EKG Sensor (EKG-BTA) you should update to the most recent version of Logger Pro, LabQuest App or Graphical Analysis. Versions of t...
The LabVIEW files for the Vernier interfaces require a few text files that contain sensor information. These text files are stored in a folder called "data" in the LabVIEWvi.lib directory. The LabVIEW examples can find these files when running in Lab...
National Instruments' USB driver for SensorDAQ (NI-DAQmx) is not supported on Mac or Linux. Since all SensorDAQ code is built on top of DAQmx, it will not work.
For Intel Macintosh users, there is the option of using one of the systems that allows...
The SensorDAQ voltage probes only give a meaningful reading when they are connected to something. When the leads are not connected to anything, ignore the readings because what you are seeing is and internal offset voltage in SensorDAQ (often about 1...
Yes, the force sensor on the VSMT will auto-ID with SensorDAQ and LabVIEW. The displacement sensor will work with some creativity:
1. In LabVIEW, choose Find Example from the Help menu.
2. Scroll to Vernier, then SensorDAQ LabView, then Rotary ...
Our standard LabVIEW VIs allow you to run a SensorDAQ at the same time as running a LabQuest in LabVIEW. See the attached example.
http://www2.vernier.com/til/2724/LabQuest_and_SensorDAQ.vi
Our standard LabVIEW VIs are not designed to run 2 SensorD...
There are many great sample programs (VIs) for use with SensorDAQ. After installing the SensorDAQ files, you will find the sample programs in the LabVIEWexamples directory.
The SensorDAQ User Manual goes into some detail about the various examples...
This error occurs because your computer gives each SensorDAQ a unique device number when the SensorDAQ is connected (for example, Dev1). When you configure the DAQ Assistant it saves this unique device number. If you connect a different SensorDAQ it ...
Yes, it is possible to connect two SensorDAQs to a computer at the same time.
The standard VIs that come with the SensorDAQ are set up for using just one SensorDAQ. In order to create a LabVIEW program that controls two SensorDAQs, you must use the ...