EasyManua.ls Logo

Crestron SIMPL+ - SIMPL+ System Interfacing; System Interfacing Overview; GenerateUserNotice Function

Crestron SIMPL+
374 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Software Crestron SIMPL+
®
238 z SIMPL+
®
Language Reference Guide - DOC. 5797G
System Interfacing
System Interfacing Overview
These functions control the way the SIMPL+ program communicates with Cresnet
network devices and the CPU.
GenerateUserNotice
Name:
GenerateUserNotice
Syntax:
GenerateUserNotice(<Static Specification String> [, <arg1>
...]);
Description:
Places a notification message into the control system's error log
Parameters:
<Static Specification String> is a quoted string that contains text and formatting
information. Format specifiers are of the form: %[[Pad]Width]specifier
Refer to “Print” on page 216 for a list and description of valid Format Specifiers.
Return Value:
None.
Example:
Function MyFunc()
{
STRING sNotice;
sNotice = "Projector";
GenerateUserNotice( "The %s bulb has a total of %d
hours", sNotice, 500 );
}
Version:
SIMPL+ Version 3.01.07
Control System:
2-Series Only

Table of Contents