09-18-2020 01:00 AM
Hi all
I have an application which is using to capture and storing analog value (1000 datas for sec) and storing an value in text file when the pulse input is captured(analog value go to max ).The pulse input duration min is 1 miliseconds.
While trying to do the above storing the value is not stored in notepad..
Solved! Go to Solution.
09-18-2020 01:14 AM - edited 09-18-2020 01:14 AM
Hi kps,
@kps001 wrote:
I have an application which is using to capture and storing analog value (1000 datas for sec) and storing an value in text file when the pulse input is captured(analog value go to max ).The pulse input duration min is 1 miliseconds.
While trying to do the above storing the value is not stored in notepad..
Then you made something wrong!
Some comments:
09-18-2020 03:41 AM
Thanks for the reply
Actually I was store in .txt format only, What happened means initially when I did that project that was working and data also stored in Text file. Now that project pc is updated with windows 10(from windows 7) .
I don't understand why the same application is not working similarly
09-18-2020 03:55 AM
Hi kps,
@kps001 wrote:
What happened means initially when I did that project that was working and data also stored in Text file. Now that project pc is updated with windows 10(from windows 7) .
I don't understand why the same application is not working similarly
Well, I guess something changed in this whole setup - like the OS which is used to run your executable!
You (should) know the code, so you can debug it!
09-18-2020 01:39 PM
Did I read correctly that you're trying to capture a 1 ms pulse while sampling at a rate of 1 sample/ms? You should be sampling at a higher rate. In any event share your code and perhaps you will get better help. I have some guesses about what might be going on, but to see your code would help to narrow down those guesses.
09-26-2020 03:32 AM - edited 09-26-2020 03:33 AM
Solved...
Actual Problem is Compatibility issue
Thank You all for your supports😍