11-19-2015 02:50 AM
Hi,
I have some questions.
1) I need to set and regulate duration of the "action." for example, to "step 1" was performed for 5 seconds, then "step 2" was performed for 3 seconds, etc.
2) and I need to save the data. 100 readings per second. is it possible?
11-19-2015
08:32 AM
- last edited on
11-05-2024
01:46 PM
by
Content Cleaner
Are you using this example?
https://www.ni.com/docs/en-US/bundle/teststand/page/model-plug-in-basic-step-time-report.html
It may be useful for you.
Cheers,
11-19-2015 03:54 PM
thank you. but it is very diffiicult for me...I'm a new user. I need to record data 10 values per second may be. It's enough. For example, I set the current value 1A, then measure the voltage for 1 second. And I have to record 10 points in the second. is it possible?
first I would just record data to the txt file.
11-20-2015 10:04 AM
One option is to have the VI loop and control the loop with timing. Then return each of the measurements to a Multi-numeric limit step.
Just a thought,