Hello All !
I have several data aquisition cards Aquiring data at the same time (Hardware timed single point mode),
driven by a 20 hz Clock.
All the data needs to be collected and sent immediately over ethernet (UDP) with correlation.
my question is what is the best approch for that :
1. putting data aquistion code for every card in it's own loop , and than in UDP Loop, read data from aquisition loops with local variables?
in that case how do i know when all data is ready to be collected?
2. putting all data aquistion code for all cards in one loop ?
thanks for your help.
guy