ProSoft Technology ILX800-SMSG User Manual

Page 22

Advertising
background image

Contents

ILX800-SMSG ♦ Micro800 Platform

User Manual

SMS Text Plug-in Module for GSM Networks

Page 22 of 41

ProSoft Technology, Inc.

June 18, 2014

Caution: We do not recommend editing any sections of the program marked "DO NOT MODIFY." Do not modify
the four Function Blocks for the ILX800-SMSG.

The sample program demonstrates programming for controller digital inputs 0 and 1, and
digital outputs 0 and 1. Customize your application by using the examples provided to add
the logic for the inputs and outputs required by your application.

Note: If you require assistance with programming in CCW, refer to your CCW documentation.

2.8.1 Sending Out an Event-Triggered Text Message

Among the sample program's many customizable features is the Generic Event-Triggered
Text Message. This feature gives you the ability to send out a user-defined text message,
triggered by any event of your choosing. The text message is sent out through the module to
all receivers on the Receiver List.

To set up an Event-Triggered Text Message

1 Enter your custom text message string in the Initial Value column for the

DATA_customSMSText variable. This variable is found in the Local Variables folder for
the PSFT_ILX800_SMSG program. (By default, this variable contains 'Customize your
string here.')

2 Make sure the Receiver List (CONFIG_receiverList) has at least one phone number

entry.

3 With CCW in debug mode, you can trigger this message manually by checking the box

in the Logical Value column for the DATA_customSMSTrigger variable.

4 You can also add logic to your project that automatically sets DATA_customSMSTrigger

HIGH or TRUE when some event occurs.

Duplicate this program section as needed to create as many event-triggered text messages
as your application requires.

Advertising