Search the Community

Showing results for tags 'exor esmart07m'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 2 results

  1. Lately I have been having a struggle importing tags into JMobile from a CJ2M CPU31, I can enter tags directly and it works OK, but when I try to import tags nothing works, there are the yellow triangles on all the widgets. I tried to import using the "normal" Ethernet protocol by first making a .CXR file from the global symbol list, it seems to create the dictionary, and I can update the taglist and the tags appear to have the correct datatype and address, but no joy. I also tried the EthernetIP protocol by making a cjf file, funny thing is that worked for a while, but stopped communicating after a while. I have successfully used the EthernetIP import on another  CJ2M/Exor eSmart. Any way of troubleshooting this, adding 50+ tags by hand is not very tempting :( Geir
  2. Exor JMobile MQTT problem

    Hi,have anybody managed to put data from a MQTT source on a JMobile touchscreen?  I have managed to get the HMI to send data from the PLC to the MQTT broker, but not the other way. Under Tags I have made a couple of Variables:prot2  QT04_Fukt TT03_Temp of type string [8], under MQTT I have most likely the correct IP and port since I can send data. In the "Data(sub) tab the topic is esp32/mqtt/data Payload [ { "tagName": "${tagName}", "value": "${value}" } ]  The data going through the broker looks like this: Client mosq-a3kUbQ8rf0VD4TIZuw received PUBLISH (d0, q0, r0, m0, 'esp32/mqtt/data/ [{"tagName": "QT04_Fukt", "value": 29 },{"tagName": "TT03_Temp", "value": 25 }]', ... (5 bytes)) According to the online help things should look like this To match an incoming message like: Geir