04-07-2019 08:55 AM
is it possible to store the sampled time instants data including milliseconds while using simulate signal?
04-07-2019 10:05 AM
What are you trying to do? Between the GPS post and this, I suspect there might be an easier way to accomplish what you're trying to do.
04-07-2019 01:26 PM - edited 04-07-2019 01:28 PM
Sorry for making you confuse.
The thing that I would like to do is
I am doing project on phasor measurement and I have to take 20 samples per second to satisfy IEEE standard for dynamic state measurement. to get more precision
for represent theta value I have to store data 1 sample/50 milli seconds and I have to show for every 50 milli seconds 1 sample data store in report sheet. For that I used wait function it didn't work. After that I used high resolution block in timer function palate, it has given time in milli seconds only it didn't shown seconds. After that I go for tick count block in timer function palate and it also didn't work as my requirement. That's why I go for GPS module interface. But I have PPS module GY-NEO6MU2 and I don't known which can be able to use to get 20 samples per second with synchronized timestamp.
Could you please tell me how to get 20 samples per 1 second with time data includes in HH:MM:SS:000(MS).
04-07-2019 01:41 PM - edited 04-07-2019 01:45 PM
[This Reply is intended for the Original Message. After I posted it, I saw a second message from you. I'll try to answer that in a second post -- sorry for the confusion. Incidentally, the answer to the Original Question is "Yes, it is possible to generate such a simulated signal, but not the way you are attempting to do it ..."].
You really need to spend more time learning LabVIEW. I know NI has provided Express VIs and the (awful) Dynamic Data Wire to "make things seem easier" for beginners, but such "sharp tools" are extremely dangerous in the hands of the "unguided". You will do much better spending a few hours with the "Getting Started with LabVIEW" tutorials, and trying to do everything with LabVIEW functions and without any Express VIs (for now).
Here are some problems:
[For other Forum readers -- please allow Nagendra to answer the above question!]
Bob Schor