Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v4.0.6
    [FIX] change implementation to Open VI ref (issue #183)
  • v4.0.5
    [FIX] loading VIs may lead to LV goes in circles (issue #175)
  • v4.0.4
  • v4.0.3
    fix missing files in lvlib
  • v4.0.2
    [FIX] Functions palette.
  • v4.0.1
    fix missing items of top level lvlib
  • v4.0.0
    [IMPORTANT] v4 includes breaking changes
    [IMPROVEMENT] remove not anymore needed error helper VIs (functions replaced by HSE Error Code Helper) (issue #87)
    [IMPROVEMENT] deploy hse-libraries as VIP to vi.lib (issue #116)
    [IMPROVEMENT] improve VI documentation (issue #123)
    [IMPROVEMENT] move hse-gennet into its own repository (issue #128)
    [IMPROVEMENT] wrap hse-application.lvclass in lvlib (issue #147)
    [IMPROVEMENT] remove filename prefixes (issue #148)
    [IMPROVEMENT] "Read String" returns every data type (integer, float, bool) as string (issue #163)
    [IMPROVEMENT] wrap hse-libraries in lvlib and add major version to its name (issue #170)
    [IMPROVEMENT] remove DetermineProgramVerion.vi use hse-application -> Set Application Version.vi if needed
  • LV2017
    From this commit on, the project is saved for LabVIEW 2017.
  • v3.8.1
    [FIX] Minor update to get compatible with HSE-Logger v2.1.2.
  • v3.8.0
    [FIX] handle references of cloneables (issue #158)
    [FEATURE] extend System Message with parameter "Target SP Name" (issue #159)
    [IMPROVEMENT] update to DQMH 7 (issue #160)
  • v0.0.0
  • v3.7.1
  • v3.7.0
    [IMPORTANT] This is the first release built with LabVIEW 2020. This means, the new minimal version compatible with this release is LabVIEW 2020!
    [IMPROVEMENT] improve VI Analyzer results (issue #95)
    [IMPROVEMENT] add not running error (issue #112)
    [IMPROVEMENT] allow overriding of either config_dir or data_dir (issue #115)
    [FEATURE] add helper to read encrypted strings with hse-config-ini class (issue #142)
    [FEATURE] add user defined paths (issue #144)
  • v3.6.0
    [FEATURE] New testing helper VI to search for the app source folder and return the absolute path.
    [FEATURE] New HSE-Application class method to set a different "Unit ID".
    [FEATURE] New VI "Delimited String to 1D Array".
    [IMPROVEMENT] VIs for manipulating Multicolumn Listboxes don't expext a strict typed reference.
    [IMPROVEMENT] More informative error messages in HSE-Config.
    [IMPROVEMENT] Find the app folder by providing a string with the absolute path to it.
    [FIX] Handling of relative paths in the HSE-Application class.
    [FIX] Version string clean-up.
    [FIX] Remove splash screen template (it's maintained in the HSE Application Template repository).
  • v3.5.1
    [FIX] HSE-Config INI-class reads and writes non-printable characters correct.
  • v3.5.0
    [IMPROVEMENT] Upgrade to DQMH 6.1
    [IMPROVEMENT] Upgrade to new hse-configuration class
    [FIX] shift registers in configuration class (issue #109)
    [FIX] make configuration class case insensitive (issue #113)
  • v3.4.1
    [FIX] set GenNet Protocol VIs to reentrant
    [FIX] validate GenNet modules for DQMH 6.1
  • v3.4.0
    [FEATURE] hse-gennet: add Protocol Abstraction Layer (issue #108)
    [FEATURE] hse-misc: add loop timer class
  • v3.3.4
    [IMPROVE] Add optional terminal "Title" in the "Ready for Display" system message. This change is needed for an improvement in the HSE App-Template.
    [IMPROVE] Set access scope of the hse-config "Read Root Node" accesssors from public to protected (issue #106).
  • v3.3.3
    [FIX] GenNet: support nested variants in gennet messages (issue #105)
    [FIX] GenNet: increase timeout for reading gennet messages to 4 seconds (issue #104)