Hello everybody,
I have been working on a project and faced a big problem which is putting me in a real difficult situation. Probably it will be a very basic question but anyway I could not do it 🙂
I am doing a counting operation with 6602 counter card. As you can also see in the attachment vi, I configured the necessary functions and having no problem with the hardware and able to count the digital signals coming on source of CTR0 by using an external gate signal. My problem is: I want to save the number of counted signals during one gate period into an array continuously. The array should be 1D and extend until I stop the program. Then I want to display this array in a graph simultaneously while the signals are coming. I also want to save them into a file after I stop the program.
Although I have several steps, I could not even succeed to save them into the array even 😞 How am I be able to do that? I put a note on the block diagram showing which data I want to store in the array.
I would be really thankful if you could show me some directions about that...