Looking at trying to clean up the code and make it as modular as possible, the following idle processes are all remarkable similar and differ only in the command they send:
Weather station
Wavemeter
Thermocouples
Humidity Sensor
NetCDF Processor
The following idle processes are similar but require slight modification:
Quantum Composer (Has 2 sets of commands)
Template (Has no commands sent)
MCS (Puts commands on both queues)
It would be nice to have a single flexible function instead of all of these.
Just tested this on MPD01. Tried the following children and seemed to work just fine: Weather Station, Wavementer, Thermocouples, Humidity, Netcdf, Quantum Composer, Template, MCS, and Current.
Looking at trying to clean up the code and make it as modular as possible, the following idle processes are all remarkable similar and differ only in the command they send:
It would be nice to have a single flexible function instead of all of these.