01-16-2011 05:17 AM
I want to develop an application, which consists of acquiring data from RS 422 port in real time, extract data from it, do some algorithm to it, display it and store the data in harddisk. All this I want to perform in 5 ms. I am using a Dual Core processor and Windows XP.
I wanted to perform the data acquisition of 5 such channels. Is it possible
Thanking you with regards
Abraham
01-16-2011 09:42 AM
Can you please describe what you define as "Real time" Do you want track all movements of snail. Or is your sensor located in the Cern cyclotron. Both may be tracked in "Real time" But the requirements concerning speed, and amount of data. Will be quite different.
01-17-2011 10:03 AM
Hello,
Let me explain the problem, I am having a set of 18 bytes and 14 bytes of data which is multiplexed in a single RS-422 serial line every 50ms and 25ms respectively. I wnat to read the data (either 18 Bytes of 14 bytes), i want to seperate the body from the message bytes and apply some algorithm, display the value and save to hard disk. All this i want to complete in less than 25ms. This is what i meant by real time.