Hi Dojo,
I came across this protocol (Generic XML File Reader) which can read the content of XML file.
However, we need to click "Check" for the element to update the content from the XML file.
How can we ensure that the data in the XML file is constantly updated in the element using this protocol? TQ
Hi Ashwiny
A possible workaround is to use two scheduler tasks. One starts 30 seconds after the other. This way, you achieve the 30-second cycle
Regards,
Having a scheduler task that runs every 30s should be a valid situation. It's something I would suggest as a feature
Hi Tiago,
Thanks for the suggestion. With schedule constantly triggering every 30 seconds interval, could it lead to any issues on DMA?