Hello. I've completed several projects using AdvancedHMI and they've worked wonderfully. Unfortunately, today there was trouble at our plant and I had to switch back to RSView. Winforms simply would not open and my components would no longer update (until I restarted the PC). I think it may have something to do with the way through which I'm closing and opening winforms. Currently, I do this using show/hide (e.g.
Dim SecondForm As New Grizzly
SecondForm.Show()
Me.Hide()
The program which I created had been running for ~5 days and likely ran out of memory. I've attached an Event Viewer log with the likely errors. My question is, is there a better method of switching winforms? Closing the form causes issues with the driver code (I'm using the PLCSLCMicroCom). Thank you very much for any suggestions.