|
The application CDPDAQ was built with CDP components, providing the functionality to collect data discontinuously, and to store and to distribute it.
There are two different data sources:
- CDP signals from external CDP applications
- High frequency data delivered by CompactRIO microcontrollers
The application has been split in three components according to their functions:
1. DAQSignalLogger
- Receive data either from DAQIOServer or from CDPSignals
- Write data to logfiles
- Send message to mail component when mail sending of data is requested
2. DAQIOServer
- Communicate with CompactRIO microcontroller
- Send measurement data to DAQSignalLogger
3. CDPMail
- ZIP data
- Send data as email using SMTP.
Additionally an application called DAQSimulator has been developed in order to simulate the behaviour of the CompactRIO measurement system.
|