08-22-2023 05:14 AM
Hello GerdW,
My Brain has stopped working. I've even tried to make it in time loop but it didn't work.
for test reading I was taking values for 5 seconds but the values were feeding for every milliseconds.
please help I've attached the code.
08-22-2023 07:45 AM
Hi Tanmai,
@TanmayBoii wrote:
I've even tried to make it in time loop but it didn't work.
for test reading I was taking values for 5 seconds but the values were feeding for every milliseconds.
You still don't understand to THINK DATAFLOW!
What's the point of placiung the WriteMeasurementFile function in it's own TimedWhileLoop when it executes AFTER the measurement loop on never-changing data???
Please do one step after the other!
08-29-2023 03:47 AM
Hello GerdW,
I tried but failed. please help me with some changes in the LabVIEW code. Also, please help me with iterations I'm not sure about it using iterations
08-29-2023 03:52 AM
My some Points are :-
1. I'll have to make a per sample reading with sample rate
2. make a iteration of 9000 ?
3. so will the write to tome measurement will be in the loop or outside the loop with different while loop ?
4. i tried with DAQmx Timing it failed idk why added sample rate still it was continuous
5. Please Help XD
08-29-2023 04:41 AM
Hi Tanmai,
@TanmayBoii wrote:
please help me with some changes in the LabVIEW code.
Please attach a downconverted version your VI for LV2019…
08-29-2023 04:46 AM
Hello GerdW,
I've attached the 2018 version vi
08-29-2023 05:54 AM - edited 08-29-2023 05:58 AM
Hi Tanmai,
you really should learn from the example VIs provided by the example finder!
@TanmayBoii wrote:
1. I'll have to make a per sample reading with sample rate
2. make a iteration of 9000 ?
3. so will the write to tome measurement will be in the loop or outside the loop with different while loop ?
4. i tried with DAQmx Timing it failed idk why added sample rate still it was continuous
See this:
The WriteMeasurement is executed just once every 9000 iterations…
Btw.:
In my snippet DAQmx is determining the loop iteration time (as long as the WriteMeasurement function runs fast enough)…
08-30-2023 05:13 AM
Hey GerdW,
I made some changes in my LabVIEW code and could you rectify some mistakes.
hopefully it'll help me.
Thankyou,
08-30-2023 06:30 AM
Hi Tanmai,
@TanmayBoii wrote:
hopefully it'll help me.