12-05-2017 04:10 AM
Hi,
I am new to Labview and I am trying to learn it for school, but I am stuck with a question I can't find the right answer for at the moment or how to find that answer.
I have made a block diagram that sents data to 2 waveform charts and data to Microsoft Excel.
For my experiment I want the data to be stored every 5 milliseconds into excel and everytime it has beent sent it needs to reset.
In the current state of my block diagram it keeps adding up the data instead of refreshing.
Does anyone know how to write the code or solve this problem.
Greetings,
JorisRoz
Solved! Go to Solution.
12-05-2017 05:35 AM
(I cannot see your DAQ assistance configuration).
12-05-2017 05:59 AM - edited 12-05-2017 06:15 AM
First of all thank you for your reply, as you can see I am fairly new to the software.
(I cannot see your DAQ assistance configuration).
I am using a CountEdges input with the NI-USB6009, I've connected a tachometer to it.
Joris
12-05-2017 06:26 AM
I think I've might just accidentely deleted my own comment whoops...
Thanks for your reply, as you can see I am fairly new to the software.
(I cannot see your DAQ assistance configuration).
The DAQ assistant I am using is a CountEdges input, I use the USB-6009 and I've connected it to a tachometer.
Greetings,
Joris
12-05-2017 07:32 AM
Hi,
Wanted to let you know that I had an euraka moment and I've solved the problem, thanks for your time 🙂
Greetings,
Joris
12-05-2017 10:45 AM
@Jorisroz wrote:
Hi,
Wanted to let you know that I had an euraka moment and I've solved the problem, thanks for your time 🙂
Greetings,
Joris
Your "Eureka!" moment might be someone else's, too! You may be helping the next person by posting what you did and then marking it as the solution. Never underestimate the importance of your solution just because you are new to something. 🙂
12-05-2017 12:07 PM
Jorisroz wrote:Wanted to let you know ...
Sorry, it was 3:30 in the morning in my part of the world and I went to sleep after my message above.
12-07-2017 02:43 AM
Hi!
I solved it with making a shift register and substracting the new result with the previous result. After this it sent the correct amount of pulses each time instead of adding them all up :-).
Greetings,
Joris