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
- PGM Programming and Conventions (data types, variables, classes, conversions, etc.)
- Keywords (If, While, Watch, etc.), Functions (GetTag, SetTag, etc.) and Classes (arrays, specie database, etc.)
- Operators (+,-,AND, OR, <, >, etc.)
- Mathematical Functions (sin, cos, min, max, etc.)
- String Functions (StrCat, IntToStr, etc.)
- Frequently Asked Questions
- Example PGM Files
- PGM Error Codes
