Jump to content

JKI

JKI Team
  • Posts

    803
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by JKI

  1. http://www.jkisoft.com/packages/packages/zyah_solutions_lib_zyah_af_msg_forwarding/zyah_solutions_lib_zyah_af_msg_forwarding-1.3.0.6.bmp

    Product: Zyah AF Msg Forwarding v1.3.0.6
    Company: Zyah Solutions
    Release Date: Thu, 24 Feb 2022 11:26:53 -0800
    Packager: Zyah Solutions

    Description: A utility to aid in automatc Actor Framework message forwarding based off of (interface) inheritance. Includes the utility, different message maps and a base actor that utilizes both.

    Release Notes: -Added Linux RT path localization
    -Added automatic enqueuer removal for dynamically shutdown actors in the example base actor

    Package Homepage

  2. http://www.jkisoft.com/packages/packages/benjaminr_lut/benjaminr_lut-1.2.1.2.bmp

    Product: LookUp Table API v1.2.1.2
    Company: BenjaminR
    Release Date: Sat, 19 Feb 2022 10:58:56 -0800
    Packager: BenjaminR

    Description: The Look up tabel (LUT) consists on a LabVIEW variant, that stores the data. We use the capacity of the LabVIEW Variant to store additional information in the form of Variant Attributes. Variant attributes are key-value pairs of data that can contain any sort of information. LabVIEW uses the red-black tree implementation to store Variant Attributes wich allows efficient and fast access to the data.

    The LUT Object encapsulates the Variant in a Data Value By Reference. The use of the In Place Element Structure to get and operate on data, allows us to access data in place to reduce memory footprint.

    Release Notes: - Improve API palette.
    - Change the installation directory.

    Package Homepage

  3. http://www.jkisoft.com/packages/packages/benjaminr_error_log/benjaminr_error_log-1.0.0.8.bmp

    Product: Error Log v1.0.0.8
    Company: BenjaminR
    Release Date: Sat, 19 Feb 2022 10:58:40 -0800
    Packager: BenjaminR

    Description: A set of classes to provide comprehensive error logging functionality.

    The <b>Error Log</b> library takes a modular approach and offers several categories of components: Logger, Handler, and Serializer.

    - <b>Logger</b>exposes the interface that application code directly uses. It keeps track of a set of Handler and send the log records to the appropriate destination.
    - <b>Handler</b> is set of methods to effectively output (write/display) log records. Handler filters out log records based on their Level.
    - <b>Serializer</b> specifies the layout of log records in the final output.

    <u>Levels</u>:
    - <b>DEBUG</b> : Detailed information, typically of interest only when diagnosing problems.
    - <b>INFO</b> : Confirmation that things are working as expected.
    - <b>WARNING</b> : An indication that something unexpected happened. The application is still working as expected.
    - <b>ERROR</b> : Due to a more serious problem, the application has not been able to perform some tasks.
    - <b>CRITICAL</b> : A serious error, indicating that the application itself may be unable to continue running.

    When you set a logging level to an Handler, you’re telling the library you want to handle all events from that level on up. If you set the log level to INFO, it will include INFO, WARNING, ERROR, and CRITICAL messages. DEBUG messages will not be included here.

    Release Notes: First release.

    Package Homepage

  4. http://www.jkisoft.com/packages/packages/illuminatedg_lib_ig_oopanel/illuminatedg_lib_ig_oopanel-0.2.0.23.bmp

    Product: IG OOPanel v0.2.0.23
    Company: IlluminatedG
    Release Date: Sat, 12 Feb 2022 12:11:44 -0800
    Packager: Derrick Bommarito

    Description: Provides an OOP based panel UI manager and also includes functionality for simulating arrays with these Panels for highly flexible dynamic UI content. This library is not based on any existing framework (DQMH, AF, etc.) and can be used as part of any UIs being developed.

    Panels are run as asynchronous VIs so this approach is not suitable when a LOT of elements are needed. For a faster performing, more light-weight library when lots of elements are needed in an array-like UI check out the ControlArray package.

    Panel management includes moving VI panels around different subpanels, popping subpanel contents out as standalone windows, and toggling the visiblity of a panel. The panel manager keeps track of the state of panels so it can ensure that panels are removed from subpanels before another is inserted.

    Release Notes: - Removed need to specify DisplayAs panel type after discovering App's LVClass->Get Implementing VI method that can programmatically determine dynamic dispatch so now inheritence JustWorks™

    Package Homepage

  5. http://www.jkisoft.com/packages/packages/illuminatedg_lib_ig_oopanel/illuminatedg_lib_ig_oopanel-0.1.0.22.bmp

    Product: IG OOPanel v0.1.0.22
    Company: IlluminatedG
    Release Date: Sat, 05 Feb 2022 12:39:02 -0800
    Packager: Derrick Bommarito

    Description: Provides an OOP based panel UI manager and also includes functionality for simulating arrays with these Panels for highly flexible dynamic UI content. This library is not based on any existing framework (DQMH, AF, etc.) and can be used as part of any UIs being developed.

    Panels are run as asynchronous VIs so this approach is not suitable when a LOT of elements are needed. For a faster performing, more light-weight library when lots of elements are needed in an array-like UI check out the ControlArray package.

    Panel management includes moving VI panels around different subpanels, popping subpanel contents out as standalone windows, and toggling the visiblity of a panel. The panel manager keeps track of the state of panels so it can ensure that panels are removed from subpanels before another is inserted.

    Release Notes: - Fix missing reference cleanup in ArrayManager.
    - Have panels startup opened but hidden so that nested array panels can register events that require owner panel to be open.
    - Add ability to set panel to transparent or colored.
    - Mark Source-only for all VIs
    - Provide Close Panel function for ArrayManager

    Package Homepage

  6. http://www.jkisoft.com/packages/packages/illuminatedg_lib_ig_http_utils/illuminatedg_lib_ig_http_utils-1.0.0.16.bmp

    Product: IG HTTP Utils v1.0.0.16
    Company: IlluminatedG
    Release Date: Sat, 05 Feb 2022 12:22:12 -0800
    Packager: Derrick Bommarito

    Description: Currently only includes functionality intended for use in a HTTP server. Eventually the library will be updated to include Request and Response building that would be useful in a client-side application.

    Encapsulates parsing and handling of HTTP Requests and Responses. Can be used with IG Stream based libraries, such as IG TCP Stream, to work directly with communication streams. This package does not serve as a HTTP server by itself but provides much of the underlying data manipulation that can be used to create HTTP servers and clients. For a LV implementation of an HTTP server that provides similar mechanisms to LabVIEW Web Services, see the IG HTTP Server package.

    Release Notes:

    Package Homepage

  7. http://www.jkisoft.com/packages/packages/illuminatedg_lib_flexchannels/illuminatedg_lib_flexchannels-1.0.0.7.bmp

    Product: IG FlexChannels v1.0.0.7
    Company: IlluminatedG
    Release Date: Sat, 05 Feb 2022 12:21:59 -0800
    Packager: Derrick Bommarito

    Description: Adds a new Channel template to the create channel dialog in LabVIEW. This combines the behavior of several other templates and provides Tag-like endpoints as well as lossless streaming endpoints that can both be used with the same channel wire. A monitoring status endpoint is also available so code can monitor the status of value updates and the queue sizes of all lossless readers.

    If using a single lossless reader, performance will be between the existing High Speed Stream and the standard Stream channel templates. Since the channel can be forked to multiple readers, it is possible for the readers to influence the performance of each other.

    Each lossless reader endpoint gets its own dedicated queue and can specify the maximum queue depth individually. Lossy readers pull from a shared DVR. There is also a status endpoint that can be used to monitor the status of all active lossless endpoint queues as well as the timing info for the last update.

    There are no palettes for this package, interactions with channels are done from the Right-Click -> Create -> Channel Reader/Writer menu.

    Release Notes:

    Package Homepage

  8. http://www.jkisoft.com/packages/packages/illuminatedg_lib_ig_web&crypto/illuminatedg_lib_ig_web&crypto-0.1.0.7.bmp

    Product: IG Web&Crypto v0.1.0.7
    Company: IlluminatedG
    Release Date: Sat, 05 Feb 2022 05:04:07 -0800
    Packager: Derrick Bommarito

    Description: Includes the Fast Base64 implementation from the NI forums with the addition of the Base64-URL variant. Can generate HS256 signatures and has yet another JSON library implementation to support working with JWTs (so far with just the HS256 signature).

    Release Notes: Add key generator to palette and a hex encoding string utility
    Add documentation to VIs

    Package Homepage

  9. http://www.jkisoft.com/packages/packages/illuminatedg_lib_ig_tcp_stream/illuminatedg_lib_ig_tcp_stream-0.1.0.25.bmp

    Product: IG TCP Stream v0.1.0.25
    Company: IlluminatedG
    Release Date: Sat, 05 Feb 2022 05:03:57 -0800
    Packager: Derrick Bommarito

    Description: Provides a TCP implementation over <i>IG Stream Base</i>. All of the low-level TCP is entirely native LabVIEW functionality so it runs on all supported LabVIEW programs. The library runs connection management asynchronously to enable more parallel operation. TCP Servers enable multiple simultaneous incoming connections whereas Clients establish single connections to a specific server.

    Connection notification is handled with VI Callback mechanisms that provide new connections as they are established or when existing connections disconnect. From these connections the underlying TCP stream class to begin reading/writing data.

    For a simpler messaged based interface that can utilize this TCP library check out the <i>IG Simple Msg</i> package.

    An example of a multi-client chat application is available in this package.

    Release Notes: - Refactor to use new Endpoint:Prepare Stream functionality in support of new data sniffing mechanism.
    - Raise error instead of silently ignoring Reads when a TCP ref has gone invalid.
    - Eliminate race condition in server registration of new clients

    Package Homepage

  10. http://www.jkisoft.com/packages/packages/illuminatedg_lib_ig_stream_base/illuminatedg_lib_ig_stream_base-1.1.0.24.bmp

    Product: IG Stream Base v1.1.0.24
    Company: IlluminatedG
    Release Date: Sat, 05 Feb 2022 05:03:46 -0800
    Packager: Derrick Bommarito

    Description: Base library for stream based operations and abstract base classes for managing connections that provide data streams. To make file and in-place operations possible this library does provide concrete implementations for File Streams and String Streams that can be leveraged by various communication, logging, and serialization libraries.

    As this is 90% an abstract base library there are no examples demonstrating its use. Each class is documented on its intended usage and dependant libraries will provide examples of usage in their context such as the client/server chat applications in <i>IG TCP Stream</i> and <i>IG Simple Msg</i>.

    Release Notes: - Add sniffer callbacks so external components can see the data being written and read from streams.
    - Refactor Read/Write stream functionality with a static public VI and a protected dynamic VI to wrap the new sniffer functionality.
    - Connections that create streams now must call Endpoint:Prepare Stream with the new stream before the stream can be used.
    - Relative URI resolution, more robust URI parsing.
    - Store Client URI in Stream instances.
    - Implemented "rusty nail" regex matcher that returns submatches as array.

    Package Homepage

  11. http://www.jkisoft.com/packages/packages/illuminatedg_lib_ig_serial_stream/illuminatedg_lib_ig_serial_stream-1.0.0.6.bmp

    Product: IG Serial Stream v1.0.0.6
    Company: IlluminatedG
    Release Date: Sat, 05 Feb 2022 05:03:33 -0800
    Packager: Derrick Bommarito

    Description: Provides a SerialStream implementation based on the IG Stream Base library. Uses VISA under the hood but is only intended for serial use, other connections may work but are not tested.

    A demo serial terminal is provided demonstrating use of the library to read/write data to a serial port and allow a user to interact with the serial device.

    Release Notes: - Refactor for support of data sniffing mechanism in stream base.

    Package Homepage

  12. http://www.jkisoft.com/packages/packages/hse_lib_git_api/hse_lib_git_api-2.0.2.1.bmp

    Product: Git API v2.0.2.1
    Company: Hampel Software Engineering
    Release Date: Tue, 01 Feb 2022 18:20:23 -0800
    Packager: Hampel Software Engineering

    Description: A collection of LabVIEW VIs for using the git command line client.

    In the NI Example Finder, browsing the directory structure, navigate to \Hampel Software Engineering\Git API for an example.

    ------------------------------------------------------------
    Interested in CI/CD with LabVIEW? Then visit our Release Automation Tools at https://rat.hampel-soft.com. Our tools help automate the testing, documenting, building, packaging and publishing of your projects. Built-in support for Git lets you trigger our tools from your repository, via GitLab CI/CD or Azure DevOps amongst others.
    ------------------------------------------------------------

    This software is published under a free licence; you can use, modify and extend it as you wish. However, if you need commercial support, feel free to reach out to us.

    At Hampel Software Engineering (HSE) we work with our customers to increase the quality of their software through improved development processes. If you are interested in working with HSE or want to learn more about how we can help you please visit www.hampel-soft.com.

    Release Notes: [FIX] git cmds also working in exe when not set manually (issue #31)
    [FIX] current tags now returns an array of strings (issue #29)
    [IMPROVEMENT] VI Analyzer findings (issue #1)
    [FIX] latest but one tag not always working (issue #19)
    [IMPROVEMENT] unify use of basic API (issue #26)

    Package Homepage

  13. http://www.jkisoft.com/packages/packages/wovalab_lib_asciidoc_for_labview/wovalab_lib_asciidoc_for_labview-1.4.0.38.bmp

    Product: Asciidoc for LabVIEW v1.4.0.38
    Company: Wovalab
    Release Date: Sun, 30 Jan 2022 12:22:23 -0800
    Packager: Olivier Jourdan

    Description: This toolkit provides a set of vis that helps you builds plain-text file using asciidoc syntax

    = What is AsciiDoc ?

    AsciiDoc is two things:

    . A mature, plain-text writing format for authoring notes, articles, documentation, books, ebooks, web pages, slide decks, blog posts, man pages, and more.

    . A text processor and toolchain for translating AsciiDoc documents into various formats (called backends), including HTML, DocBook, PDF, and ePub.

    More information here https://asciidoctor.org/docs/what-is-asciidoc/#what-is-asciidoc


    NOTE: This product description is written with asciidoc syntax ;)

    Release Notes: IMPORTANT NOTE: One public function has been renamed to fix spelling in its name. "Crerate include directive” is now called “Create include directive". If you call this function in one of your codes, you will need to relink it to the new one.

    == New:
    . Add support for nested table and advanced content in table --> https://gitlab.com/wovalab/open-source/asciidoc-toolkit/-/issues/35
    . Add description to the public fucntions --> https://gitlab.com/wovalab/open-source/asciidoc-toolkit/-/issues/35

    == Fix:
    . Problem with "Format Text.vi" if the input string begins or ends with a space character --> https://gitlab.com/wovalab/open-source/asciidoc-toolkit/-/issues/17
    . Images dont get rendered if the "alt text" input is an empty string --> https://gitlab.com/wovalab/open-source/asciidoc-toolkit/-/issues/36

    Package Homepage

  14. http://www.jkisoft.com/packages/packages/lab_it_studio_lib_simple_state_machines/lab_it_studio_lib_simple_state_machines-1.2.0.6.bmp

    Product: Simple State Machines v1.2.0.6
    Company: Lab it Studio
    Release Date: Sun, 30 Jan 2022 12:22:04 -0800
    Packager: Lab it Studio

    Description: Simple state machine templates with minumum sub VI's.

    Release Notes: -Added autowiring for data and error cable.

    Package Homepage

  15. http://www.jkisoft.com/packages/packages/hse_lib_git_api/hse_lib_git_api-2.0.1.1.bmp

    Product: Git API v2.0.1.1
    Company: Hampel Software Engineering
    Release Date: Thu, 27 Jan 2022 07:35:28 -0800
    Packager: Hampel Software Engineering

    Description: A collection of LabVIEW VIs for using the git command line client.

    In the NI Example Finder, browsing the directory structure, navigate to \Hampel Software Engineering\Git API for an example.

    ------------------------------------------------------------
    Interested in CI/CD with LabVIEW? Then visit our Release Automation Tools at https://rat.hampel-soft.com. Our tools help automate the testing, documenting, building, packaging and publishing of your projects. Built-in support for Git lets you trigger our tools from your repository, via GitLab CI/CD or Azure DevOps amongst others.
    ------------------------------------------------------------

    This software is published under a free licence; you can use, modify and extend it as you wish. However, if you need commercial support, feel free to reach out to us.

    At Hampel Software Engineering (HSE) we work with our customers to increase the quality of their software through improved development processes. If you are interested in working with HSE or want to learn more about how we can help you please visit www.hampel-soft.com.

    Release Notes: [FEATURE] add more wrappers (issue #18)
    [IMPROVEMENT] unify naming (issue #27)

    Package Homepage

  16. http://www.jkisoft.com/packages/packages/hse_lib_git_api/hse_lib_git_api-1.1.0.1.bmp

    Product: Git API v1.1.0.1
    Company: Hampel Software Engineering
    Release Date: Tue, 25 Jan 2022 07:31:01 -0800
    Packager: Hampel Software Engineering

    Description: A collection of LabVIEW VIs for using the git command line client.

    In the NI Example Finder, browsing the directory structure, navigate to \Hampel Software Engineering\Git API for an example.

    ------------------------------------------------------------
    Interested in CI/CD with LabVIEW? Then visit our Release Automation Tools at https://rat.hampel-soft.com. Our tools help automate the testing, documenting, building, packaging and publishing of your projects. Built-in support for Git lets you trigger our tools from your repository, via GitLab CI/CD or Azure DevOps amongst others.
    ------------------------------------------------------------

    This software is published under a free licence; you can use, modify and extend it as you wish. However, if you need commercial support, feel free to reach out to us.

    At Hampel Software Engineering (HSE) we work with our customers to increase the quality of their software through improved development processes. If you are interested in working with HSE or want to learn more about how we can help you please visit www.hampel-soft.com.

    Release Notes: [FEATURE] add API methods to list all open remote branches (closes #24)
    [FEATURE] add API method to read last commit from remote branch (closes #25)
    [IMPROVEMENT] update palette (closes #17)
    [FEATURE] add API method ls-remote
    [FEATURE] add API method read remote url (closes #22)
    [FEATURE] add API method read branch for releases (closes #23)
    [FEATURE] add API method Merge Base
    [FEATURE] add API method Last Commit of Remote Branch
    [FEATURE] add API method Last Commit on Develop from Remote Branch
    [FEATURE] add API method Clone .git Folder
    [IMPROVEMENT] remove last line feed from standard output

    Package Homepage

  17. http://www.jkisoft.com/packages/packages/pnr_lib_labview_composition/pnr_lib_labview_composition-1.3.0.25.bmp

    Product: LabVIEW Composition v1.3.0.25
    Company: PNR
    Release Date: Fri, 21 Jan 2022 08:31:07 -0800
    Packager: Pascal Neuperger

    Description: This library provides functions to compose and decompose objects, clusters, maps and sets in LabVIEW - effectively breaking encapsulation by making private data accessible.

    Use with caution!

    <i>Note</i>
    Maps and Sets require LabVIEW 2019 or higher.

    Release Notes: This release includes major bug fixes and improvements for 'Decompose LabVIEW Object'

    - Replaced the previous object hierarchy lookup code by a much simpler solution using 'Get Mutation History'.
    - [#12] Fixed an issue that resulted in error 1013 when accessing the front panel of private data controls in executables.
    - [#13] Fixed an issue that prevented errors from being reported to the caller.

    Package Homepage

  18. http://www.jkisoft.com/packages/packages/marelli_applications_messaging_manager/marelli_applications_messaging_manager-2.4.0.1.bmp

    Product: Applications Messaging Manager v2.4.0.1
    Company: Marelli
    Release Date: Wed, 19 Jan 2022 23:27:15 -0800
    Packager: Alex Bugnar (alex.bugnar@marelli.com)

    Description:
    For feedback or ideeas for improvement please contact <b><u><color=blue>alex.bugnar@marelli.com</color></u></b>

    <b>What it does:</b>

    -- a much simpler and more intuitive alternative to Actor Framework, based on the principle of a network with star topology and addressing the nodes by name

    -- easily create fully independent components which can work as part of a software, without them having to be aware of what other components are part of that software

    -- create modular software and easily add additional components when new functionality is required

    <b>How it works:</b>

    AMM comes in the form of a library which contains a single class through which all functionality is implemented. Each component of a software instantiates an object of this class and specifies an AMM name. All components which specify the same AMM name will become nodes in the same network, managed by that AMM. Each component goes live in the network by registering with the AMM and specifying its own name and optionally, a list of notifications to which it wants to subscribe.

    After this, each component can perform point-to-point communication by using another component's name (Command and Response messages), send Broadcast messages intended for all registered components or send Notification messages intended for all registered components which have subscribed to a particular notification.

    The communication protocol (attributes of messages, including type of data they carry) is completely user defined.

    Release Notes:
    Added the "MsgOptions" field to the data of the "Msg available" event refnum returned by the RegisterApp function. Thus, it is possible to preview also the MsgOptions field of a message, when the "Msg available" event is triggered by the AMM for an application.

  19. http://www.jkisoft.com/packages/packages/labview_open_source_lib_serializer/labview_open_source_lib_serializer-1.2.1.16.bmp

    Product: OpenSerializer v1.2.1.16
    Company: LabVIEW Open Source Project
    Release Date: Wed, 19 Jan 2022 23:26:54 -0800
    Packager: admin

    Description: Serializer is a package serving as base class for serialization and deserialization of LabVIEW Data.
    User are expected to extend the core to provide concrete implementation. The package contains one specific class to offer an example for text serialization.


    *********


    This library proposes an abstract Serializer class and supplements it with Serialzer.PlainText and Serializer.Plaintext.INI classes.

    Examples of other serializers could be Serializer.JSON, Serializer.XML, etc.


    Release Notes: [Fix #5] Unmarshalling of arrays and clusters with nested arrays now work for non-matching datatypes
    [Fix #7] Serializing decimal points to enforce dot notation even for non-US systems (similar to JSON convention)
    [Fix #8] Numerics of decimal types serialize with at least one decimal point after dot
    [Fix #9] PlainText Cluster and Arrays deserialize decimal numbers correctly with enforcement of non-system decimal notation on non-US systems
    [Fix #10] PlainText Serializer now correctly unmarshalls deeply nested clusters/arrays that contain multiple ] or } characters

    Package Homepage

  20. http://www.jkisoft.com/packages/packages/labview_open_source_project_lib_openuri/labview_open_source_project_lib_openuri-1.2.0.11.bmp

    Product: OpenURI v1.2.0.11
    Company: LabVIEW Open Source Project
    Release Date: Mon, 17 Jan 2022 08:34:24 -0800
    Packager: Francois Normandin

    Description:

    Release Notes: [Fix #6] Fixed the "Construct Path Component" utility VI
    [Feature #7] OpenURI now supports "context" (as a String) as well as "port" (as a U16) for better flexibility (feature required to support NI Network Stream protocol)

    Package Homepage

  21. http://www.jkisoft.com/packages/packages/labview_open_source_lib_serializer/labview_open_source_lib_serializer-1.2.0.15.bmp

    Product: OpenSerializer v1.2.0.15
    Company: LabVIEW Open Source Project
    Release Date: Mon, 17 Jan 2022 08:34:15 -0800
    Packager: admin

    Description: Serializer is a package serving as base class for serialization and deserialization of LabVIEW Data.
    User are expected to extend the core to provide concrete implementation. The package contains one specific class to offer an example for text serialization.


    *********


    This library proposes an abstract Serializer class and supplements it with Serialzer.PlainText and Serializer.Plaintext.INI classes.

    Examples of other serializers could be Serializer.JSON, Serializer.XML, etc.


    Release Notes: [Fix #5] Unmarshalling of arrays and clusters with nested arrays now work for non-matching datatypes
    [Fix #7] Serializing decimal points to enforce dot notation even for non-US systems (similar to JSON convention)
    [Fix #8] Numerics of decimal types serialize with at least one decimal point after dot
    [Fix #9] PlainText Cluster and Arrays deserialize decimal numbers correctly with enforcement of non-system decimal notation on non-US systems

    Package Homepage

  22. http://www.jkisoft.com/packages/packages/labview_open_source_lib_data_manipulation/labview_open_source_lib_data_manipulation-1.5.0.15.bmp

    Product: Data Manipulation v1.5.0.15
    Company: LabVIEW Open Source Project
    Release Date: Mon, 17 Jan 2022 08:34:01 -0800
    Packager: Francois Normandin

    Description: Data Manipulation is a collection of low-level data manipulation methods for interacting directly with type descriptors and variants to process flattened data efficiently.

    Release Notes: [Feature #6] KVP Parser now uses openScalar methods for string conversions, and cluster/array are now streamlined
    [Feature #8] KVP Parser and KVP to Strict Variant have been replaced by methods enforcing Dot notation for decimals, leaving a copy of existing methods intact for backward compatibility
    [Feature #9] OpenScalar library includes Scalar to String and String to Scalar for all floating types
    [Feature #10] Added a Get System Decimal Separator method
    [Fix #11] Cluster maps correctly when comparing directly with cluster from unnamed elements

    Package Homepage

  23. http://www.jkisoft.com/packages/packages/blue_origin_lib_bluevariantview/blue_origin_lib_bluevariantview-1.3.0.7.bmp

    Product: BlueVariantView v1.3.0.7
    Company: Blue Origin
    Release Date: Mon, 17 Jan 2022 08:31:00 -0800
    Packager: Brent Justice

    Description: Recurses through any LabVIEW data and outputs a colorized tree control

    Release Notes: Write now outputs a "TreeItem" array. This conveniently provides a G-data representation of the data written to the tree control. This allows for downstream optimizations

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.