Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Initialize app with Dummy connector #154

Open
kuh0005 opened this issue Nov 21, 2024 · 0 comments
Open

[BUG] Initialize app with Dummy connector #154

kuh0005 opened this issue Nov 21, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@kuh0005
Copy link

kuh0005 commented Nov 21, 2024

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

@kuh0005 kuh0005 added the bug Something isn't working label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants