Overview
########
The PD2K Siemens Software Development Kit (SDK) is a collection of sample code for easily controlling a PD2K proportioner through a Siemens PLC. The code is designed to simplify many common integration challenges, allowing you to build a working system very quickly.

About the PD Platform
*********************
The ProMix PD Platform is a family of electric dosing pump systems utilizing positive displacement (PD) technology. More information can be found on the `Graco product page <https://www.graco.com/us/en/in-plant-manufacturing/products/liquid-coating/meter-mix/plural-component-mixing-equipment/promix-pd.html>`_.

This SDK is specifically designed for the ProMix PD2K Proportioner for Automatic Spray Applications, which includes a 2-component proportioner controlled from a Communication Gateway Module (CGM). SDKs for the other ProMix PD products can be found at `help.graco.com <https://help.graco.com>`_.

Related Manuals
===============

These manuals are available for download at `www.graco.com <https://www.graco.com>`_.

.. list-table:: 
    :widths: 30 70
    :header-rows: 1

    * - Manual number
      - Description
    * - `332458 <https://www.graco.com/bin/findManual?manual=332458>`_
      - ProMix PD2K Proportioner for Automatic Spray Applications, Installation
    * - `332564 <https://www.graco.com/bin/findManual?manual=332564>`_
      - ProMix PD2K Proportioner for Automatic Spray Applications, Operation
    * - `334494 <https://www.graco.com/bin/findManual?manual=334494>`_
      - ProMix PD2K CGM Installation Kit, Instructions/Parts    

Compatibility
*************
The examples in this SDK are built using the Siemens TIA Portal platform V17 Update 4 with STEP 7 Professional. Examples for earlier versions are not provided at this time.

All code is compatible with the latest hardware/firmware products for the S7-1200 and S7-1500 families of CPUs. The example project is built specifically for CPU 1211C DC/DC/Rly (article number 6ES7 211-1HE40-0XB0). backwards compatibility with obsolete/end-of-life products in the S7-1200/1500 family may be possible but is not guaranteed.

All code is written in either SCL or LAD language.