MRIIOT
MRIIOT
The documentation states that all XML data is converted to JSON. However with 2.0-milestone, HTTP.REQUEST to an XML document comes over a string. Is this expected? Thanks Chris
Plain JSON arrays into Ignition are problematic to manage. Dictionaries are simpler, but side effects still exist (versus SpB). Outputs: - [x] MQTT - [x] MTConnect - [ ] InfluxDb...
https://github.com/SeppPenner/SparkplugNet/issues/5
Allow output to SHDR and MQTT, for example, from a single CNC connection to avoid multiple Focas connections to CNC.
https://github.com/Ladder99/fanuc-driver/blob/abe26bc4625d75b36e55751875173c92c13e2915/fanuc/veneers/StatInfoText.cs#L102-L117 So basically `StatInfoText` just takes the integer value from Focas call and gets the string representation based on index. In this case `automatic:5` would have become `automatic:TeachIN`. The original...
Currently, deploying `fanuc-driver` and `ladder99` are two independent processes. `ladder99` deployment should enable: - pulling `fanuc-driver` container - starting `fanuc-driver` container MTConnect Device XML still requires manual manipulation to integrate...
An adapter in the current context of Ladder99 is nothing more than a component with a source, a sink, and transformational logic revolving around a cache instance driven by input.yaml...
I thought retention is already set on db. What will autoprune do?
1. https://github.com/Ladder99/ladder99/blob/5f6fe8adfd4b7070304799f638bf2ad8cee5a02d/services/relay/Dockerfile#L30-L32 https://github.com/Ladder99/ladder99/blob/d9d2b67f8fccf4010980e20ee01cc56635ba8cfa/services/relay/Dockerfile#L62-L64 could be ``` COPY package.json . ``` within the context of WORKDIR. 2. https://github.com/Ladder99/ladder99/blob/d9d2b67f8fccf4010980e20ee01cc56635ba8cfa/services/relay/Dockerfile#L40-L49 could be combined into a single RUN command to reduce layers.