Exercise 1 – Use a Computer based Light Intensity Data logger

Objective

  • Use a computer based measurement system

Over the next few exercises, you will learn how to use Visual Basic, the DAQ Training kit or Bluetooth Starter Kit with a Photodiode to build a Light Intensity Logging System. In this exercise, you will run a Visual Basic program called Diagnostic.exe so that you will have an idea of what is a simple light intensity logger.

warningYou must complete the installation of the either the DAQ Training Kit (USB) or Bluetooth Starter Kit before proceeding. If not please read the respective installation guides for instructions on how to do the installation.

USB DAQ Bluetooth DAQ
  1. kolmebitConnect the DAQ Training Kit, comprising the USB DAQ Module (EMANT300), Light Application Adaptor and the USB cable, to your computer.
  2. If your are using the Bluetooth Starter Kit, then connect the Bluetooth DAQ Module (EMANT380), Light Application Adaptor, 3.3V regulator and batteries. Please take note of the outgoing COM port.
  3. Browse the DAQ_with_VB2010->Diagnostic folder. Click on Diagnostic.exe to run the program Diagnostic Program
  4. warningSelect either USB or Bluetooth depending on kit you are using. If you are using the Bluetooth Kit, you should also select the outgoing COM port. Click the Open Button to start measurements.Light Application Adaptor
  5. This Visual Basic program uses the Photodiode on the Light Application Adaptor to measure the light intensity. The result is shown in Lux. Cover the Photodiode with your hand or shine a torchlight on it to observe the change in light intensity measured.
  6. The program also turns on and off the LEDs in sequence.
  7. The switch is also monitored.
  8. Click the Close Button to end the measurement.

End of Exercise 1