tcopen-app-templates
tcopen-app-templates copied to clipboard
Contains application templates for TcOpen framework
**Describe the bug** inDoorCircuit is passed as a pointer to interface therefore a check is needed before using the underlying object, otherwise dereferencing the nullobject will cause PLC to crash,...
**Describe the bug** Arrrays are declared using magic numbers, which are not checked when iterating through them; It is resulting in out of bound errors which are caught later by...
Add a new menu item "Info" or "About" which will display a page with the project information for easier identification: - Project Number - Project Name - Year of Production...
**Is your feature request related to a problem? Please describe.** With TcoInspectors.TcoAnalogueInspector we have an option to check different analogue values. It would be helpful to display attribute Units for...
**Describe the bug** Stations blinking when CT is over the set amount even when there is no work to be done, for example waiting for pallet or Station not in...
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...