« Back to Product

Documentation

PJ_LCDText

 boolean PJ_LCDText (int $InstanceID, int $Line, string $Text) 

Parameters

InstanceID

ID of the device to be switched

Line

Line number of the display (1 or 2)

Text

Lines of text, 16 characters maximum - the rest is cut off

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

Sends a text to the FD-868 of the ID InstanceID.

Since the 'comma' is used as a control character, it must not appear in the text.
The command will automatically replace it in a 'point'.
Special characters such as 'äöü' may not occur.

Example

PJ_LCDText($id_lcd, 1, "ALARM - Meldung"); // Return text in line 1
Any questions?