PGMs
From SysCADWiki
SysCAD PGM Documentation
SysCAD has a built in programing language referred to as a PGM (Programmable Module), which is mainly used in the General Controller Model. The PGM syntax is similar to other programing languages like VB.
- Introduction
- Declaring and Managing Variables (Data Types, Variables, Labels, etc.)
- PGM Programming and Conventions (include files, Predefined Constants and Variables, etc)
- Keywords (If, While, Watch, etc.) and Functions (GetTag, SetTag, iif, LogError, etc.)
- Operators (+,-,AND, OR, <, >, etc.)
- Mathematical Functions (sin, cos, min, max, etc.)
- String Functions (StrCat, IntToStr, etc.)
- Classes (Arrays, Noise, Specie Database, etc.)
- Species Database Class
- Example PGM Files
- Frequently Asked Questions
- PGM Error Codes
