Hi Mik,
I am trying to develop a virtual device driver.
Its functionality feels like Flash or Rom in PLC.
Now I have encountered a problem.
When I use the send command function to write a large amount of data to a virtual device, the session will be suspended.
When I use writing curdata to a virtual device, if the frequency is low, the data will become 0.
How can I develop virtual devices correctly and persist data correctly within them.