Skip to content

Releases: tmatijevich/IecString

IecString V2.0.3 (Automation Studio 6 Release)

20 Jul 18:52

Choose a tag to compare

The library has been re-built for Automation Studio 6 using the GCC V11.3.0 compiler.

The release binaries will include both AS4 and AS6 versions.
image

If you choose the AS4 version of the library inside an AS6 project, the following error will occur.
image

IecString V2.0.3

13 Apr 04:30

Choose a tag to compare

IecString V2.0.2

24 Mar 21:38

Choose a tag to compare

IecString V2.0.0

05 Feb 03:47

Choose a tag to compare

  • Minor improvements to memory protection
  • Significant improvements to performance
  • IecStringInteger IecStringDecimal (future plans for IecStringBinary/Octal/Hexidecimal)
  • New format flags for number functions
  • Rearrange IecStringReplace parameters for consistency
  • Renames to constants
  • New functions: IecStringFloat, IecStringDateTime

IecString V1.0.1

21 Nov 20:56

Choose a tag to compare

  • Add back IecStringInteger function (previously IecStringPad)
  • Update license

IecString V1.0.0

19 Sep 17:52

Choose a tag to compare

  • Standardize names
  • Extensive memory checks and return status code
  • Test function cases in project

IecString V0.3.1

11 Jan 16:56

Choose a tag to compare

  • Create IecPadNumber function
  • Rename constants and update comments

IecString V0.3.0

13 Sep 01:19

Choose a tag to compare

  • Rename library from IecFrmtStr to IecString
  • Update IecFormatString implementation to use C string standard runtime library, specifically strncat
  • Collect all target string updates after switch statement in IecFormatString
  • Modify IecFormatString parameter types for compatibility with C source

IecFrmtStr V0.2.5

14 Sep 21:59

Choose a tag to compare

  • Rename library files and include version history

IecFrmtStr V0.2.4

14 Sep 21:58

Choose a tag to compare

  • Fix issue when displaying FALSE booleans
  • Update project and runtime version