Changelog
#########

v0.2.1 (latest)
***************

**Release date**: 2022-11-22

**Added:**

* Documentation is now available as an interactive HTML application - see html_manual directory.

**Changed:**

* Removed range checking on most input parameters; letting this be handled at PD2K software level instead

* Updated execute model handling for AOIs - no longer uses an idle state nor a ready output.

* Removed ACM libs due to little interest from end users. May be added again in the future if they become more useful.

* Update PDF manual with new formatting and revised content.

* Changelog moved from text file to manual

* Various improvements to internal logic


v0.01.002
*********

**Release date**: 2021-11-30

**Changed:**

* Migrated several AOIs to GracoCore ACM library

* Fixed input/output module sizes in manual

* various improvements to internal logic

v0.01.001
*********

**Release date**: 2021-11-03

Initial Release

**Added:**
* MainGunCtrl AOI

* MainPumpCtrl AOI

* ReadAlarmInfo AOI

* ReadEventInfo AOI

* ReadFluidControlMode AOI

* ReadFlushSeq AOI

* ReadGunContents AOI

* ReadJobInfo AOI

* ReadMixFillSP AOI

* ReadPreset AOI

* ReadPumpMaterial AOI

* ReadRecipe AOI

* ReadRecipePotLifeTime AOI

* ReadUserID AOI

* RecipeChange AOI

* SendDCS AOI

* StatusToUDT AOI

* WriteFluidControlMode AOI

* WriteFlushSeq AOI

* WriteMixFillSP AOI

* WritePreset AOI

* WriteRecipe AOI

* WriteUserID AOI

* TypeDataTime UDT

* TypeExampleCmd UDT

* TypePd2kIntGunModeFlags UDT

* TypePd2kIntStatus UDT

* TypePd2kPumpStatusFlags UDT

* TypePd2kSystemModeFlags UDT

* GracoPd2kInt_Module ACM library

* GracoPd2kInt_AOI ACM library

* GracoPd2kInt_ExampleProgram ACM library

* GracoPd2kInt_Example ACM project

* GracoPd2kInt_AOIs L5X file

* GracoPd2kInt_Module L5X file

* manual

* this changlog file