Hi Everybody,
I am facing an issue in C-Rio 9056 controller.
I have a program in which I am using actor framework in order to do a set of sequence.
The sequence is written in a modular way. For that I have tried to mimic compiler method. The sequence will be saved to file in a fixed period, so that if at all any power failure happens, It can restart from the last saved sequence.
The file that I am saving, is keep on getting recreated even after I am closing the entire application. I have tried deleting file by accessing file manager, even that didn't help.
I tried restarting the C-RIO, I tried disabling RT startup app, nothing seems to work.
Do anybody came across this issue.
Thanks,