You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a case when you want to start application with Dummy Connector, you must pass to Connector adapter DummyConnectorFactory type.
eg. : PlcTwinController(new ConnectorAdapter(typeof(DummyConnectorFactory)));
In a case when you want to start application with Dummy Connector, you must pass to Connector adapter DummyConnectorFactory type.
eg. : PlcTwinController(new ConnectorAdapter(typeof(DummyConnectorFactory)));
but in that file is mistake (DummyConnector)
https://github.com/TcOpenGroup/tcopen-app-templates/blob/dev/templates/mts-s-template/t/src/x_template_xPlcConnector/Entry.cs
The text was updated successfully, but these errors were encountered: