¿Buscas alguna otra cosa?
Detalles del escenario:
- Una empresa de eficiencia energética necesita monitorizar en tiempo real (cada 15 minutos) los datos de Energía absoluta Activa (VabA), Energía absoluta Reactiva Inductiva (VabRi), Energía absoluta Reactiva Capacitiva (VabRc) de 16 contadores con protocolo IEC 870-5-102 con puerto RS485 y enviar los datos a una plataforma MQTT
- Los contadores están en un lugar donde la cobertura no es muy buena y en ocasiones se pierde la conectividad, por lo que el módem debe almacenar las lecturas en su memoria interna para enviarlas cuando la cobertura regrese. El módem debe soportar las tenologías 2g/3g/4g
Solución: MTX-Tunnel firmware + MTX-T
Ejemplo de configuración config.txt:
Configuración | Observaciones |
COMM2_baudrate: 9600 COMM2_bitsperchar: 8 COMM2_autorts: off COMM2_autocts: off COMM2_stopbits: 1 COMM2_parity: none GPRS_apn: movistar.es GPRS_login: MOVISTAR GPRS_password: MOVISTAR GPRS_timeout: 0 MTX_PIN: 0000 MTX_mode: none MTX_model: 199801445 MTX_ping: 35 MTX_pingIP: 8.8.8.8 MTX_TPServer: 1.europe.pool.ntp.org MTX_TPServer: 2.europe.pool.ntp.org MTX_TPProtocol: ntp MTX_TPFormat: unix MTX_porAux: iec102 MTX_invertedCom: off SMS_allPhones: on SMS_sendIP: off SMS_ATEnabled: on SMS_ATResponse: on IEC102_meter1: id001;1;2;3 IEC102_meter2: id002;2;2;3 IEC102_meter3: id003;3;2;3 IEC102_meter4: id004;4;2;3 IEC102_meter5: id005;5;2;3 IEC102_meter6: id006;6;2;3 IEC102_meter7: id007;7;2;3 IEC102_meter8: id008;8;2;3 IEC102_meter9: id009;9;2;3 IEC102_meter10: id010;10;2;3 IEC102_meter11: id011;11;2;3 IEC102_meter12: id012;12;2;3 IEC102_meter13: id013;13;2;3 IEC102_meter14: id014;14;2;3 IEC102_meter15: id015;15;2;3 IEC102_meter16: id016;16;2;3 IEC102_period: 15 LOGGER_enabled: on LOGGER_registerSize: 600 LOGGER_numRegistersFlash: 1500 LOGGER_mode: mqtt LOGGER_mqttTopic: /LOGGERLOGGER_httpMode: getjson |
Speed of serial port Data bit No flux control No flux control Stop bits Bit parity APN GPRS provided by the GSM operator GPRS Login GPRS Password Modem is always GPRS connected Pin of the SIM GPRS connection server type Modem model Ping time to oversee connection Google IP (f.e.) to ping Time server Time server backup NTP protocol Time format Auxiliar port has function IEC102 Inverted port off Send SMS with commands from any phone Modem doesn\’t respond to a missed call/SMS Commands can be sent to the MTX by SMS MTX responds with an SMS to a command SMS Identifier id001, address 1, pt. , password 3 Identifier id002, address 2, pt. , password 3 Identifier id003, address 3, pt. , password 3 Identifier id004, address 4, pt. , password 3 Identifier id005, address 5, pt. , password 3 Identifier id006, address 6, pt. , password 3 Identifier id007, address 7, pt. , password 3 Identifier id008, address 8, pt. , password 3 Identifier id009, address 9, pt. , password 3 Identifier id0010, address 10, pt. , password 3 Identifier id0011, address 11, pt. , password 3 Identifier id0012, address 12, pt. , password 3 Identifier id0013, address 13, pt. , password 3 Identifier id0014, address 14, pt. , password 3 Identifier id0015, address 15, pt. , password 3 MTX responds with an SMS to a command SMS Period to read counter Logger on to store readings Internal registry size Max. number of registries Sending mode via MQTT Data sending MQTT topic |
Detalles:
- Los datos se envían al servidor HTTP mediante un objeto JSON, el cual tiene el siguiente formato de ejemplo:{IMEI:353085090011697,TYPE:IEC102,TS:2020-05-15T18:00:05Z,P:ID-12345678,ID:ID001,VABA:61245,VINA:614,VABRI:512}Donde:IMEI: IMEI del módem (identificador único del módem MTX)
TYPE: Indica el tipo de trama. En esta caso IEC102
TS: Timestamp de cuando se leyeron los datos
P: Campo de usuario
ID: Identificador de usuario indicado en IEC102_meter1
VBAB: Energía absoluta Activa (VabA)
VINA: Energía absoluta Reactiva Inductiva (VabRi)VABRI: Energía absoluta Reactiva Capacitiva (VabRc)
- Recuerde que los datos de configuración del puerto serie RS485 del módem deben coincidir con la configuración del puerto RS485 del contador.
- Si necesita monitorizar otros parámetros del contador adicionales a VabA, VabRi, VabRc, consulte la posibilidad en iotsupport@mtxm2m.com.
- Los parámetros de configuración IEC102_ están únicamente disponibles en el “MTX-Tunnel IEC870”, es un producto que se suministra por separado.
- No todos los tipos de contadores permiten la lectura simultánea conectados en el mismo bus RS485. Si tiene dudas consulte con el fabricante del contador.