Releases: Inxton/documentation
v1.7.2-preview.2
#Release v1.7.2-preview.2
v1.7.2-preview.1
#Release v1.7.2-preview.1
Release v1.1.3
Release notes v1.1.3
Connectors
-
trial restrictions in design mode are suppressed
-
invalid license connector redirects to 'Getting Started'
-
integrates with compiler v 1.1.x
-
arrays construction and handling changed to align with compiler v1.1.x
-
update to "Beckhoff.TwinCAT.Ads" version="4.4.6"
-
Connector method 'BuildAndStart()' returns connector object.
Compiler
-
Items in VAR CONST sections are now constants in C# with '__const' prefix in the name for numerical and string types. Other members are read-only properties of a given class.
-
Arrays can be ranked with constant members but must be 0 based, as in the previous versions.
-
Array construction and handling simplified.
-
STRUCTs now can be abstract
-
GVLs can declare more VAR sections
-
PLC localization resources are now copied into the connector project to allow a proper run of custom tools in .netstandard and .netcore library projects.
-
The compiler now can process independent PLC project file
Breaking changes
There are no breaking changes known with respect to v1.0.x.