Skip to content

V0.0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Radeonmann Radeonmann released this 30 Nov 19:37
· 119 commits to master since this release

This release adds support for Automation Studio Versions >= V4.9.x and new tasks to transfer to a PLC.

Added

  • Reading of the active configuration from the LastUser.set file
    Required for configuration dependent features
  • Provide settings of additional includes and build defines to the C/C++ extension
    • Provide include directories defined in the Cpu.pkg file to the C/C++ extension
    • Provide compiler switches (e.g. -D defines) defined in the Cpu.pkg file to the C/C++ extension
  • Improved logging and notifications
    • New setting logging.logLevel
  • Support for Automation Studio Versions >= V4.9.x
  • Provide tasks to transfer the Automation Studio project using PVITransfer.exe
    • New setting vscode-brautomationtools.environment.pviInstallPaths to find PVITransfer.exe

Fixed

  • No output was generated for build and transfer tasks anymore

Changed

  • The structure of the readme file was changed and new features are documented

  • The extension is now published in a bundled form, which reduces the load time

  • Parsing of folder names to AS version due to support for AS V4.10.x

    The folder name in the installation directory for AS V4.10 is AS410.
    Until now this would be parsed as V4.1.0. From this version on it will be parsed as V4.10.

    This change leads to the restriction, that older pre-release AS versions cannot be used anymore. AS V4.3.3 pre-release e.g. was stored in the folder AS433 which will now be parsed as AS V4.33 instead of AS V4.3.3.