Skip to content

1.1.0

Compare
Choose a tag to compare
@ottowayi ottowayi released this 15 Apr 13:57
· 113 commits to master since this release

LogixDriver

  • πŸ› fixed bugs in handling of built-in types (TIMER, CONTROL, etc)
  • πŸ› fixed bugs in structure tag handling when padding exists between attributes
  • ✨ changed the meaning of the element count for BOOL arrays
    • Previously, the {#} referred to the underlying DWORD elements of the BOOL array.
      A BOOL[64] array is actually a DWORD[2] array, so array{1} translated to BOOL elements
      0-31 or the first DWORD element. Now, the {#} refers to the number of BOOL elements. So
      array{1} is only a single BOOL element and array{32} would be the 0-31 BOOL elements.
    • Refer to the documentation for limitations on writing.