Process simulator API allows to create extensions (plug-ins) for Connections with Items, Converters and Simulation Objects with Panels.
Open source code of some plug-ins:
Before compiling, reference path to dll-s must be corrected. All libraries are located in Process Simulator install folder.
To use new plug-in just copy it to appropriate folder inside Process Simulator folder. Note, that name of the plug-in file must conform to the following rules:
- Connection with Items: Connection.name.dll
- Converter: Converter.name.dll
- Simulation Objects with Panels: SimulationObject.group.name.dll (group is not mandatory)