#1 |
Hello,
I have copied and pasted a comment that I wrote on an older post that explains how to write to an SD card. This is the comment.
Is it possible to just change the /RTLogs.txt to something else in order to write to the Alarm history? if so how would this be done. I am trying to write information to the SD extension, in the event that I lose my communications. For example, I had an issue with a cell network extension card, and I had to take one from a less important site and put it into the more important site. So we did not have any communications with the less important site. So I was thinking of using the SD card to extend the memory and write values to it. Is that also possible? that we can write sensor values from the tags?
I do not have a lot of knowlege in writing code. But I work with someone that can write and read code well. So with everything said, I am wondering if it is possible to write tag values like a historian to an SD card? It would be used in a temporary situation. For example, the situation above. Or if say we lose communications to a site via power outage or just bad internet equipment.
Thanks in advance.
I have copied and pasted a comment that I wrote on an older post that explains how to write to an SD card. This is the comment.
simon Wrote: Wrote:Ok :-)
You can write it into the SD using
WRITEEBD "$dtRE","/usr/RTLogs.txt"
Is it possible to just change the /RTLogs.txt to something else in order to write to the Alarm history? if so how would this be done. I am trying to write information to the SD extension, in the event that I lose my communications. For example, I had an issue with a cell network extension card, and I had to take one from a less important site and put it into the more important site. So we did not have any communications with the less important site. So I was thinking of using the SD card to extend the memory and write values to it. Is that also possible? that we can write sensor values from the tags?
I do not have a lot of knowlege in writing code. But I work with someone that can write and read code well. So with everything said, I am wondering if it is possible to write tag values like a historian to an SD card? It would be used in a temporary situation. For example, the situation above. Or if say we lose communications to a site via power outage or just bad internet equipment.
Thanks in advance.