User manual
www.em4-remote-plc.com02
SMS COMMANDS GUIDE
READ / WRITE DATA WITH XB, XW FUNCTION BLOCKS
The function blocks XBIN, XWIN allow to read and write variables
XWIN
XWOUT
XBIN
XBOUT
It is possible to send multiple commands in a single SMS. Example:
Type Syntax Request example Response example
Read
Label? PumpControl? PumpControl :OFF;
Write
Label=[
dgt]
PumpControl
=ON
PumpControl
:ON;
Type Syntax Request example Response example
Read
Label? AccessControl? AccessControl :ON;
Type Syntax Request example Response example
Read
Label? AccessCounter? AccessCounter :235;
Type Syntax Request example Response example
Read
Label? Max
-Ext-Temperature?
Max
-Ext-Temperature
:26.35;
Write Label=[val] Pressure
-Setpoint
=15.00 Pressure
-Setpoint
:
15.00;
For more detailed information, please visit our software Help or our library at: www.em4-remote-plc.com/support
The function blocks XBOUT, XWOUT allow to only read variables
› PumpControl=ON; PumpControl=OFF; (Rising/Flank command)
› Max-temperature?; AccessCounter?;
› Max-temperature?; PumpControl=ON;
Other commands can receive datalogs and remotely update the application programs and
manage your directory.




