API
The API consists of the LedSign class, that has three functions. Click on the names of the functions to read their documentation.
LedSign::construct(string $ip, int $port)
Creates a LedSign object for calling the setText() and initialize() functions. Takes the ip address of
the led sign as parameter.
LedSign->setText(string $text, boolean $simpleMoveLeft)
Sets the text displayed on the sign to $text. The text can consist of multiple lines and frames that each have their own transitions.
LedSign->initialize()
Initializes the sign. This function needs to be called when one starts using the sign, or after one has accessed it with the Sigma 3000 -software that ships with it.