Hi, I have a trouble with use of Serial Data Source.
I have a modem sending a received SMS to Mango serial data source.
The error mensage: 'MODEM SERIAL': Recieved message: MTX_SMS(.*?); does not match pattern: ^MTX_SMS +56952284556,CAL001 - ALARMA DETECTADA CALDERA;
My SERIAL DATA SOURCE - CONFIG:
Message Terminator: \n
Message Regex: MTX_SMS(.*?);
Point Identifier Index: 1
I want process, al the SMS mesage start with MTX_SMS and cath " MTX_SMS +56952284556,CAL001 - ALARMA DETECTADA CALDERA;"
My DATAPOINTS CONFIG:
Data Type: Alphanumeric
Point Ident: 1
Value Index: 0
Value Regex: CAL001(.*?)
I want caught the text "CAL001 - ALARMA DETECTADA EN CALDERA;"
This don´t work.
I´m playing with regexpal.com and al the config it´s OK and work fine.
I pay license for use, and the version it´s:
serial 1.1.2
Infinite Automation Systems Inc.
???serial.description(i18n_es_ES)???
Someone help me? Thank´s