Skip to content

version 4.0 final

Compare
Choose a tag to compare
@tomcx tomcx released this 17 Mar 10:14
· 28 commits to master since this release
  • Changed API: Synchronous XMLHttpRequest outside of workers is in the process
    of being removed from the web platform and it's already deprecated in most
    browsers. TAME has been used synchronous requests for building the symbol
    table. With asynchronous requests became a new 'onReady' property necessary
    and the process of starting the client is different to V3.x.

    !!! If you want to replace V3.x with V4 you have to change the way of starting
    your scripts !!!

  • New feature: Handles are supported now. There are functions for getting and
    releasing handles as well as for logging them to the JavaScript console.
    TwinCAT 2.11 >= Build 1550 is needed to use this feature.

  • Bugfix: User and password were not used for fetching the TPY file, fixed.