tcopen-app-templates icon indicating copy to clipboard operation
tcopen-app-templates copied to clipboard

Contains application templates for TcOpen framework

Results 26 tcopen-app-templates issues
Sort by recently updated
recently updated
newest added

**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,...

bug

**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...

bug

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...

enhancement

**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...

enhancement

**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...

bug

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...

bug