APUGetAlarmGroupText() Function
- Last UpdatedMar 03, 2021
- 1 minute read
Gets the Alarm Query alarm group text.
Category
View
Syntax
[Result=] APUGetAlarmGroupText(iInstance, sTagGroup);
Arguments
iInstance
The instance of Alarm Printer (0 to 15).
sTagGroup
Text - alarm group
Remarks
The initial alarm group text is read from the .alc configuration file that the Alarm Printer with the specified instance is using. The alarm group text is passed to the sTagGroup parameter into an InTouch message tag.
Returns an integer error code.
Example
The TagGroup message tag can contain the following value after the function is run: \intouch!$system
Status = APUGetAlarmGroupText(Inst,TagGroup);
See Also
APUGetConfigurationFilePath(), APUGetPrinterJobCount(), APUGetQueryAlarmState(), APUGetQueryFromPriority(), APUGetQueryProcessingState(), APUGetQueryToPriority()