I would like to be able to run my HMI while offline, typically with other drivers when starting I would check status of the communication connection, if it was negative, I would give the user the option to Try Again, Abort, or Simulate. Simulate mode would allow the program to run and not create errors. This allows the end user to program recipes, look at data, ... while offline. How can I implement this with your drivers without encapsulating your class? I am using the EthernetIPforPLCSLCMicroCom. Thank you.