Motion Control and Motor Drives

cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement time referenced high speed acqusition?

Hello,all
I am working on a project which needs time-referenced high speed acqusition (periodically read 3 axises position, 10ms). I am using PCI-7344 as axis controller, Labviw for programming. All examples on website are about position-referenced high speed acqusition.
1)Can I implement time-referenced high speed acqusition with PCI-7344 without other hardware?
2)If DAQ board is required, how can I route position related signal to DAQ board?
3)I am also wondering if I can simply work this around by using a 10ms loop to read axis position?
Can anyone help me work this out?

Thanks in advance.
0 Kudos
Message 1 of 3
(3,112 Views)
Hello,

Since your timing interval is so long (10ms), it is very easy to achieve what you need by setting a read vector space position VI inside a while loop and the use the Wait for ms multiple function to ensure that the while loop will only run every time 10 ms have ocurred. This should give you an acurate reading of your position on the 3 axis in the vector space.
0 Kudos
Message 2 of 3
(3,112 Views)
Thanks for your help. I will try to use while loop to implement.
0 Kudos
Message 3 of 3
(3,112 Views)