0

I'm using Measurement Studio. I need to use the DAQmx Timing VI functionality in my C# application. How to do this. Please Help me.

The VIs are here

alt text

alt text

alt text

CharlesB
  • 86,532
  • 28
  • 194
  • 218
Thorin Oakenshield
  • 14,232
  • 33
  • 106
  • 146

2 Answers2

1

i think connect the probe first. click on measurement -studio icon and u can set samples.set how many samples per minute . then drag and drop the daq mx. add timings using timer or clock then take reading

pdp
  • 609
  • 9
  • 22
1

So, general procedure from LabVIEW is to:

  1. create a task (You are not displaying this VI).
  2. modify timings for the task.
  3. start the task.
  4. take measurements.
  5. stop the task.

You may have avoided making the tasks before if you only needed basic timing functionality, but if you need to use more advanced timings you need to use the DAQmx Timing VI.

I haven't used Measurement Studio but I hope this helps.

CookieOfFortune
  • 13,836
  • 8
  • 42
  • 58
  • connect the probe first. click on measurement -studio icon and u can set samples . then drag and drop the daq mx. add timings using timer or clock then take reading . – pdp Mar 21 '13 at 08:35