bytes = system.file.readFileAsBytes(path) base64EncodedStr = base64.b64encode(bytes) b64Image = "data:imagef;base64,"+ base64EncodedStr system.tag.writeBlocking("[NOMAD_TAGS]Borrar", [b64Image]) #this tag is binded to the source prop of the Image component else: print("Path does not...
On Ignition v7, requesting a failover from a backup gateway causes the master gateway to enter the state “Activity level=Cold” as seen in the System Events log of the Status > Systems Redundancy page. However, on v8, requesting failover has been observed to leave both the master and ...
but as you are on ignition 80/81 you should use the new functions system.tag.readBlocking - Ignition User Manual 8.0 - Ignition Documentation 2 Likes lrose May 13, 2021, 12:13pm 8 Matrix_Engineering: bear in mind it returns 3 values, you have to get the .value Just to clarify a...