Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Releases: Inxton/documentation

v1.7.2-preview.2

29 Oct 08:56
Compare
Choose a tag to compare

#Release v1.7.2-preview.2

v1.7.2-preview.1

28 Oct 08:14
Compare
Choose a tag to compare
v1.7.2-preview.1 Pre-release
Pre-release

#Release v1.7.2-preview.1

Release v1.1.3

07 Jul 13:15
Compare
Choose a tag to compare

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.