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/pantherlab_lib_panther_dashboard/pantherlab_lib_panther_dashboard-2.0.0.2.bmp

    Product: Panther Dashboard for DQMH v2.0.0.2
    Company: PantherLAB
    Release Date: Tue, 06 Sep 2022 16:03:10 -0700
    Packager: Enrique Noe Arias

    Description: <size=24><b>Panther Dashboard for DQMH V2.0.0.1</b></size>

    This LabVIEW Tool uses the Scripting API featured in DQMH 6.1.
    The main priority of this tool is to Improve the DQMH Developer Experience and help new DQMH users to understand and learn DQMH Framework.

    <b><i>Panther Dashboard for DQMH V2.0.0.1 Features:</i></b>

    » Drag and drop DQMH code from Panther Dashboard to your code.
    » Explore your project in the DQMH context, just double click an event
    » Visualize your modules Status (running, Idle)
    » Search for Module/Event Callers/Listeners, right click an event or a DQMH Module to use this functionality.
    » Open API Tester by Right Click the Module Library
    » Execute the default events [Show Panel, Hide Panel, Show Block Diagram, Stop Module]
    » Use the DQMH Scripting Tools.

    <b><i>Documentation:</i></b>

    » Edit/Update your modules&events Descriptions to improve your documentation
    » Edit/Update your Project Documentation
    » Open Antidoc output when right click the project selection.

    After installing this tool you can use it by going through the menu:

    Tools->PantherLAB->Panther Dashboard for DQMH

    For more information send an email to:

    <b>enrique.noe@pantherlab.com.mx</b>

    Or visit the following Page

    <b> https://pantherlab.com.mx/2022/06/06/panther-dashboard-for-dqmh/ </b>

    Report any issues and ask for more features:

    <b>https://github.com/PantherLAB/PantherDashboard/issues</b>


    <size=18><b>This is an Open Source Project, by PantherLAB to the LabVIEW Comunity and DQMH users.</b></size>





    Release Notes: This version Search for DQMH modules on different Targets.
    Drag and Drop DQMH Code directly from Panther Dashboard to your application.
    Added new Right Click to made Panther Dashboard more contextual
    Righ click menus:
    --Project:
    Edit Project Documentation
    Open Project Folder on Disk
    Open Antidoc Output
    --Modules:
    Open API Tester
    Open Module Library Location on Disk
    Find Module Launchers
    Find Who is listening to this module broadcast
    Run defaul events like [Open FP, Open BD, Stop Module]
    --Events:
    If Broadcast, fin listeners
    If Requests, find callers
    Find VIs on Disk

    When using DQMH tools the selected module is pre selected.
    New UI colors.
    Changed some icons and progress bar.
    New Splash Screen.
    New About window added contributors list (alphabetical order).




    Package Homepage

  2. http://www.jkisoft.com/packages/packages/leah_edwards_lib_tortoisegit_show_log___quickdrop_plugin/leah_edwards_lib_tortoisegit_show_log___quickdrop_plugin-1.0.4.1.bmp

    Product: TortoiseGit Show Log - QuickDrop Plugin v1.0.4.1
    Company: Leah Edwards
    Release Date: Tue, 06 Sep 2022 16:03:01 -0700
    Packager: Leah Edwards

    Description: This QuickDrop Shortcut launches the TortoiseGit log for a VI, folder, library, repo, class, library or project. If you set up LVCompare as your TortoiseGit diff tool, the log is a handy way of selecting 1 or more log entries to diff. It saves having to come out of LabVIEW and find the file in Windows Explorer and navigating the huge TortoiseGit menu!

    <b>Arguments for QuickDrop Window: </b>
    [nothing], file = this VI
    folder, f, [shift modifier] = folder of VI on disk
    repo, r = repo containing VI
    class, c = folder of class containing VI
    library, l = folder of library containing VI
    project, p = folder of project of VI

    Default Shortcut - [G]

    See Product Homepage for more information.

    Release Notes: - Fixed bug with 'project' folder path generated incorrectly
    - Updated package description
    - replaced tags with '[ ]' to solve formatting issues
    - added detail
    - Tidied VI window locations

    Package Homepage

  3. http://www.jkisoft.com/packages/packages/benjaminr_labview_menus/benjaminr_labview_menus-1.2.0.10.bmp

    Product: BenjaminR LabVIEW Menus v1.2.0.10
    Company: BenjaminR
    Release Date: Tue, 06 Sep 2022 16:02:37 -0700
    Packager: Benjamin Rouffet

    Description: This package adds items into the LabVIEW File, New, Tools and Help menus.

    Use the File or Tools Menu to:
    - Create a New VI from a Template.
    - Get VI Information.
    - Replace error clusters with System error clusters.
    - Determine ConPane Pattern.
    - Save Global VI.
    - Quits then Restart LabVIEW.
    - Refresh LabVIEW Menus.

    Release Notes: - Performance improvements by dynamically call core VIs from menu VIs.
    - VIs refactorization.
    - Centralization of reusable VIs within libraries.
    - Icons changed to be more consistency.
    - Documentation improvements.
    - Add template to New dialog.

    Package Homepage

  4. http://www.jkisoft.com/packages/packages/plasmapper_lib_pl_modbus_client/plasmapper_lib_pl_modbus_client-1.0.2.7.bmp

    Product: PL Modbus Client v1.0.2.7
    Company: plasmapper
    Release Date: Wed, 24 Aug 2022 07:25:35 -0700
    Packager: plasmapper

    Description: Modbus client library for LabVIEW.

    Features:
    1. RTU, ASCII and TCP protocols via serial or network connection.
    2. Implemented read/write functions (Modbus function codes):
    - Read Coils / Discrete Inputs / Holding Registers / Input Registers (1/2/3/4)
    - Write Single Coil / Holding Register (5/6)
    - Write Multiple Coils / Holding Registers (15/16)
    3. Splitting single read/write requests into multiple requests with valid number of memory elements.
    4. Automatic reconnection to device.
    5. Support of multiple devices on the same serial port (VISA Lock/Unlock).
    6. Possibility of other Modbus function code (including user-defined) implementation.

    Not implemented and user-defined Modbus function codes:
    All implemented Read/Write VIs internally use Command.vi with function code and data in as inputs and data out as output. For Modbus TCP and Modbus ASCII this VI can be used with any function code, since these protocols allow to receive responce data without knowing its size beforehand. For Modbus RTU descendant class should be created with overriden Read RTU Data.vi.

    Release Notes: Added
    - `Set Delay After Transaction.vi` to the palette.

    Changed
    - Close invalid VISA sessions in Reinitialize.vi.

    Package Homepage

  5. http://www.jkisoft.com/packages/packages/benjaminr_lib_open_dqmh_request_handling_case/benjaminr_lib_open_dqmh_request_handling_case-1.0.0.8.bmp

    Product: Open DQMH Request Message Diagram v1.0.0.8
    Company: BenjaminR
    Release Date: Wed, 24 Aug 2022 07:24:27 -0700
    Packager: Benjamin Rouffet

    Description: Adds a <i>Right-Click Shortcut</i> and a <i>Quick Drop Ctrl-Key Shortcut</i> (CTRL-K by default) to DQMH Module <b>Request</b> or <b>Request and Wait for Reply</b> or <b>Round Trip Broadcast</b> methods on the block diagram allowing the developer to quickly open the Message Diagram of the Message Handling Loop within the DQMH Module Main VI.

    Release Notes:

    Package Homepage

  6. http://www.jkisoft.com/packages/packages/labview_open_source_project_lib_mqtt_control_packets/labview_open_source_project_lib_mqtt_control_packets-3.1.4.10.bmp

    Product: MQTT Control Packets v3.1.4.10
    Company: LabVIEW Open Source Project
    Release Date: Thu, 18 Aug 2022 03:53:29 -0700
    Packager: Francois Normandin

    Description: LV-MQTT-Control-Packets
    https://github.com/LabVIEW-Open-Source/LV-MQTT-Control-Packets


    This package consists of a library for MQTT Control Packets handling
    It currently supports version 3.1.1 of the MQTT protocol (Protocol Level 4).

    These classes can be used as the basis for client and server by providing a clean and easy control packet handling scheme via OOP.


    Release Notes: [Fix: 4] Fixed the password decoding in the getConnectPayload method. (removed prepended byte length)

    Package Homepage

  7. http://www.jkisoft.com/packages/packages/labview_open_source_project_lib_mqtt_broker/labview_open_source_project_lib_mqtt_broker-4.0.2.17.bmp

    Product: MQTT Broker v4.0.2.17
    Company: G Open Source Project for LabVIEW
    Release Date: Thu, 18 Aug 2022 03:51:36 -0700
    Packager: Francois Normandin

    Description: LV-MQTT-Broker
    Native LabVIEW MQTT Broker Server

    This project is an exercise in Test-Driven Development, which essentially means that the code is implemented gradually and verified through comprehensive unit tests. At any point in time, the features included in a particular release are fully functional. This also means that all releases have partial functionality.

    For a fully compliant MQTT broker, 141 requirements (as listed in the OASIS specification) need to be satisfied. Those requirements have been added as issues and the progress can be tracked on the Github's website. The list of currently supported features is found by filtering the issues to show only the "closed" issues.

    https://github.com/LabVIEW-Open-Source/LV-MQTT-Broker

    For example, release 1.0 features a functional client and broker but does not support QoS>0, retain messages, duplicate flag, wills or support for session persistency. Some topic sub-level matching is also not yet supported.

    Compliance
    This project is an implementation of the MQTT 3.1.1 Oasis Standard as defined here:

    MQTT Version 3.1.1. Edited by Andrew Banks and Rahul Gupta. 29 October 2014. OASIS Standard. http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html. Latest version: http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/mqtt->v3.1.1.html.

    For those interested, MQTT 5.0 was released in March 2019 and will be tackled by this project when the broker is mature enough for production deployments.

    Contribution to the project
    It is an all-LabVIEW MQTT broker. The project includes a subset for a MQTT Client, as this is useful for testing the server implementation. All normative requirements are being listed in this project as issues to solve in order to have a fully compliant MQTT broker.

    To contribute to this project, you must:

    Sign the contributor agreement and agree that your contribution will be licensed under "0-BSD" and attribution will be in the name of "LabVIEW Open Source Project". As a co-author, your contribution will be recognized through the commit logs made on this repository and in your personal Github activity report.
    Use LabVIEW 2013 SP1 for source code
    Dependencies have to be compatible with "0-BSD" licensing requirements. If in doubt, please ask.
    Use the [MQTT-x.x.x-y] format in any commit that addresses a particular requirement whether it relates to bug, question or conformance to the said requirement.
    This project is developed using a Test-Driven approach (TDD). This means that ALL requirements MUST have a unit test that confirms that a requirement is met before that requirement can be labeld as "closed".


    Excerpt From the OASIS MQTT Specification
    ==============================
    MQTT is a Client Server publish/subscribe messaging transport protocol. It is light weight, open, simple, and designed so as to be easy to implement. These characteristics make it ideal for use in many situations, including constrained environments such as for communication in Machine to Machine (M2M) and Internet of Things (IoT) contexts where a small code footprint is required and/or network bandwidth is at a premium.

    The protocol runs over TCP/IP, or over other network protocols that provide ordered, lossless, bi-directional connections. Its features include:

    Use of the publish/subscribe message pattern which provides one-to-many message distribution and decoupling of applications.

    A messaging transport that is agnostic to the content of the payload.

    Three qualities of service for message delivery:

    "At most once", where messages are delivered according to the best efforts of the operating environment. Message loss can occur. This level could be used, for example, with ambient sensor data where it does not matter if an individual reading is lost as the next one will be published soon after.
    "At least once", where messages are assured to arrive but duplicates can occur.
    "Exactly once", where message are assured to arrive exactly once. This level could be used, for example, with billing systems where duplicate or lost messages could lead to incorrect charges being applied.
    A small transport overhead and protocol exchanges minimized to reduce network traffic.

    A mechanism to notify interested parties when an abnormal disconnection occurs.

    Release Notes: [Feature: 173] Addition of Get NbConnections accessor method
    [Fix: 176] unsubscribe from topic when session has more than one topic now searches and removes correctly the sessions in any order called.


    Updated the MQTT Control Packets dependency
    Optimized how sessions are discarded in the wake of a Disconnect packet.

  8. http://www.jkisoft.com/packages/packages/leah_edwards_lib_tortoisegit_show_log___quickdrop_plugin/leah_edwards_lib_tortoisegit_show_log___quickdrop_plugin-1.0.2.1.bmp

    Product: TortoiseGit Show Log - QuickDrop Plugin v1.0.2.1
    Company: Leah Edwards
    Release Date: Wed, 17 Aug 2022 10:35:09 -0700
    Packager: Leah Edwards

    Description: QuickDrop Plugin for LabVIEW to bring up the TortoiseGit log for a VI, folder, library, class, repo etc. It's most useful if you set up TortoiseGit as your diff tool - you can right click on 1 or more log entries to diff.

    <b>Arguments for QuickDrop Window: </b>
    <nothing>, file = this VI
    folder, f, <shift modifier> = folder of VI on disk
    repo, r = repo containing VI
    class, c = folder of class containing VI
    library, l = folder of library containing VI
    project, p = folder of project of VI

    Default Shortcut - [G]

    See Product Homepage for more information.

    Release Notes: Changed source folder in package so it doesn't get copied twice!

  9. http://www.jkisoft.com/packages/packages/benjaminr_labview_menus/benjaminr_labview_menus-1.1.0.5.bmp

    Product: BenjaminR LabVIEW Menus v1.1.0.5
    Company: BenjaminR
    Release Date: Wed, 17 Aug 2022 10:34:33 -0700
    Packager: Benjamin Rouffet

    Description: This package adds entries to the LabVIEW File, New, Tools and Help menus.

    Release Notes: - Add File menu item.
    - Add Get VI Information.
    - Add help file.
    - Add package dependency.

    Package Homepage

  10. http://www.jkisoft.com/packages/packages/dataflow_g_lib_g_image/dataflow_g_lib_g_image-0.2.0.1.bmp

    Product: G-Image v0.2.0.1
    Company: Dataflow_G
    Release Date: Tue, 09 Aug 2022 17:38:06 -0700
    Packager: Dataflow_G

    Description: A cross-platform LabVIEW library for loading, saving, and processing images.

    Features include:
    * Load images from file or from memory in a range of formats, including:
    --- PNG, JPEG, BMP, GIF, Animated GIF, TGA, PSD, HDR, PIC, PNM
    * Save images to file or to memory in a range of formats, including:
    --- PNG, JPEG, BMP, GIF, Animated GIF, TGA
    * Basic image processing functions:
    --- Resize
    --- Rotate
    --- Flip
    --- Quantize (True Color to Indexed Color)

    Release Notes: * Support saving GIF and animated GIF (with optional dithering)
    * Add PNG compression option when saving
    * Add TGA compression option when saving
    * Image resize filter option
    --- Box, Triangle, Cubic B-Spline, Catmull-Rom, Mitchell
    * Improved PNG compression
    * New image processing functions
    --- Flip Image
    --- True Color <-> Indexed Color (with optional dithering)
    * Fix image processing on certain 8-bit images

    Package Homepage

  11. http://www.jkisoft.com/packages/packages/nats_core/nats_core-1.0.0.1.bmp

    Product: NATS Core v1.0.0.1
    Company: Drew Herron
    Release Date: Tue, 09 Aug 2022 17:36:48 -0700
    Packager: Drew Herron

    Description: Adds core client Neural Autonomic Transport System (NATS) functionality to LabVIEW. NATS is a lightweight pub/sub messaging system that provides at-most-once QoS messaging.

    The entire toolkit is written in native LabVIEW and requires no external dependencies to run the code (other than a freely available functioning NATS server).

    To learn more about NATS and to download the free, open-source server application visit <color=blue>https://nats.io</color>

    <b>Note:</b> This is not a JetStream-enabled client.

    <b>Features:</b>
    - Written entirely in LabVIEW
    - Supports publishing client commands: CONNECT, PUB, HPUB, SUB, UNSUB, PING, PONG
    - Supports reading server messages: INFO, MSG, HMSG, PING, PONG, +OK, -ERR
    - TCP connection refnum exposed to allow use of LabVIEW 2020+ native TLS
    - Server INFO and client CONNECT commands stored in native JSON to aid in futureproofing
    - Automatic PONG response to server PING requests for keep-alive functionality
    - Server/client configuration checks to validate HPUB usage
    - Handles asynchronous server INFO updates during a READ

    <b>Examples Included:</b>
    - Simple NATS Client Publisher
    - Simple NATS Client Reader

    Release Notes: - First public release


    Package Homepage

  12. http://www.jkisoft.com/packages/packages/summer_of_labview_squarebattle/summer_of_labview_squarebattle-1.0.0.9.bmp

    Product: SoL SquareBattle v1.0.0.9
    Company: Derrick B
    Release Date: Wed, 03 Aug 2022 13:34:38 -0700
    Packager: Derrick Bommarito

    Description: Installs a new Summer of LabVIEW Project Template that can be used to create new SquareBattle Teams. A Team is a single player's collection of squares that can wait, move, replicate, and attack to try and have the most active squares by the end of a game.

    Once a new project is created using the Summer of LabVIEW Square Battle project template, open the readme in the project for further instructions and tips.

    Release Notes: Added engine upgrade tool for package updates.
    Ensure SB Engine and App are copied with project template (added to Engine virtual folder in template project)

    Package Homepage

  13. http://www.jkisoft.com/packages/packages/plasmapper_lib_pl_modbus_client/plasmapper_lib_pl_modbus_client-1.0.1.5.bmp

    Product: PL Modbus Client v1.0.1.5
    Company: plasmapper
    Release Date: Wed, 03 Aug 2022 10:10:25 -0700
    Packager: plasmapper

    Description: Modbus client library for LabVIEW.

    Features:
    1. RTU, ASCII and TCP protocols via serial or network connection.
    2. Implemented read/write functions (Modbus function codes):
    - Read Coils / Discrete Inputs / Holding Registers / Input Registers (1/2/3/4)
    - Write Single Coil / Holding Register (5/6)
    - Write Multiple Coils / Holding Registers (15/16)
    3. Splitting single read/write requests into multiple requests with valid number of memory elements.
    4. Automatic reconnection to device.
    5. Support of multiple devices on the same serial port (VISA Lock/Unlock).
    6. Possibility of other Modbus function code (including user-defined) implementation.

    Not implemented and user-defined Modbus function codes:
    All implemented Read/Write VIs internally use Command.vi with function code and data in as inputs and data out as output. For Modbus TCP and Modbus ASCII this VI can be used with any function code, since these protocols allow to receive responce data without knowing its size beforehand. For Modbus RTU descendant class should be created with overriden Read RTU Data.vi.

    Release Notes: Added
    - Settable delay after transaction.

    Changed
    - Fixed multiple serial device reconnection issue.

    Package Homepage

  14. http://www.jkisoft.com/packages/packages/plasmapper_lib_pl_dns_client/plasmapper_lib_pl_dns_client-1.0.1.3.bmp

    Product: PL DNS Client v1.0.1.3
    Company: plasmapper
    Release Date: Wed, 03 Aug 2022 10:07:21 -0700
    Packager: plasmapper

    Description: DNS client library for LabVIEW.

    Features:
    1. DNS-over-UDP and DNS-over-TCP.
    2. Multicast DNS (mDNS).
    3. DNS-Based Service Discovery (DNS-SD) with multicast (mDNS).

    Release Notes: Changed
    - Fixed missing output terminals.

    Package Homepage

  15. http://www.jkisoft.com/packages/packages/plasmapper_lib_pl_elabftw_client/plasmapper_lib_pl_elabftw_client-1.0.1.2.bmp

    Product: PL eLabFTW Client v1.0.1.2
    Company: plasmapper
    Release Date: Mon, 01 Aug 2022 17:23:41 -0700
    Packager: plasmapper

    Description: eLabFTW client library for LabVIEW.

    Tested on https://demo.elabftw.net/.

    Features:
    Full functionaltity of the eLabFTW API v1 (https://doc.elabftw.net/api/).

    Release Notes: Added
    - File path input to `Get File.vi`.
    - File path input to `Get Backup.vi`.

    Changed
    - Set Get VIs id input as required.

    Removed
    - External library dependency in `Get Event.vi`.

    Package Homepage

  16. http://www.jkisoft.com/packages/packages/dataflow_g_lib_g_image/dataflow_g_lib_g_image-0.1.0.1.bmp

    Product: G-Image v0.1.0.1
    Company: Dataflow_G
    Release Date: Thu, 28 Jul 2022 14:14:05 -0700
    Packager: Dataflow_G

    Description: A cross-platform LabVIEW library for loading, saving, and processing images.

    Features include:
    * Load images from file or from memory in a range of formats, including:
    * PNG, JPEG, BMP, GIF, Animated GIF, TGA, PSD, HDR, PIC, PNM
    * Save images to file or to memory in a range of formats, including:
    * PNG, JPG, BMP, TGA
    * Basic image processing functions:
    * Resize
    * Rotate

    Release Notes: * Initial release

    Package Homepage

  17. http://www.jkisoft.com/packages/packages/qsi_lib_animation_toolkit/qsi_lib_animation_toolkit-1.0.0.2.bmp

    Product: Animation Toolkit v1.0.0.2
    Company: QSI
    Release Date: Wed, 27 Jul 2022 11:29:02 -0700
    Packager: Quentin "Q" Alldredge

    Description: Basic Animation Tools for Position, Size, Fade, Drag, and Jiggle. This was presented at GDevCon 2022.

    Release Notes: Initial Release as presented at GDevCon
    -All Basic Easing Functions
    -Tools for Animation, Fade, Drag, and Jiggle

    Package Homepage

  18. http://www.jkisoft.com/packages/packages/plasmapper_lib_pl_elabftw_client/plasmapper_lib_pl_elabftw_client-1.0.0.1.bmp

    Product: PL eLabFTW Client v1.0.0.1
    Company: plasmapper
    Release Date: Wed, 27 Jul 2022 11:27:39 -0700
    Packager: plasmapper

    Description: eLabFTW client library for LabVIEW.

    Tested on https://demo.elabftw.net/.

    Features:
    Full functionaltity of the eLabFTW API v1 (https://doc.elabftw.net/api/).

    Release Notes: Initial release.

    Package Homepage

  19. http://www.jkisoft.com/packages/packages/lab_it_studio_lib_simple_state_machines/lab_it_studio_lib_simple_state_machines-1.3.0.7.bmp

    Product: Simple State Machines v1.3.0.7
    Company: Lab it Studio
    Release Date: Wed, 27 Jul 2022 11:21:11 -0700
    Packager: Lab it Studio

    Description: Simple state machine templates with minumum subVI's.

    Release Notes: -Added autowiring for data and error cable.
    -Changes size of block diagram.

    Package Homepage

  20. http://www.jkisoft.com/packages/packages/wovalab_lib_antidoc/wovalab_lib_antidoc-2.0.1.114.bmp

    Product: AntiDoc v2.0.1.114
    Company: Wovalab
    Release Date: Tue, 19 Jul 2022 08:53:29 -0700
    Packager: Olivier Jourdan

    Description: This tool generates different kind of documentation based on the add-on installed.

    Official supported add-ons:
    - LabVIEW project: Generate the documentation of LabVIEW project code source
    - LabVIEW Toolkit Manual: Generate the documentation of toolkits installed in LabVIEW

    The final document is generated in 3 different formats:
    - Asciidoc plain text file
    - PDF
    - HTML5


    NOTE: you can integrate Antidoc in you CI/CD process using the CLI tool provided by the additional package Antidoc CLI

    Release Notes: Maintainance release

    == Changes:
    . Add missing accessors to allow section content modification through the API --> https://gitlab.com/wovalab/open-source/labview-doc-generator/-/issues/184
    . Add a "skip header" option to the output generation --> https://gitlab.com/wovalab/open-source/labview-doc-generator/-/issues/184

    == Fixes:
    . Error 5000 when rendering documents as PDF and HTML --> https://gitlab.com/wovalab/open-source/labview-doc-generator/-/issues/184
    . Add New step function in palette --> https://gitlab.com/wovalab/open-source/labview-doc-generator/-/issues/184

    Package Homepage

  21. http://www.jkisoft.com/packages/packages/plasmapper_lib_pl_mks_mf1_usb/plasmapper_lib_pl_mks_mf1_usb-1.0.0.2.bmp

    Product: PL MKS MF1 USB v1.0.0.2
    Company: plasmapper
    Release Date: Tue, 19 Jul 2022 08:12:48 -0700
    Packager: plasmapper

    Description: LabVIEW instrument driver for MKS MF1 mass flow controllers with USB interface.

    Features
    1. Read/configure flow rate setpoint, valve mode and gas table index.
    2. Read measured flow rate, valve drive level and temperature.
    3. Read status and error status.
    4. Wink and autozero device.
    5. Automatic reconnection to device.

    Release Notes: Initial release.

    Package Homepage

  22. http://www.jkisoft.com/packages/packages/jdp_science_malleable_buffer/jdp_science_malleable_buffer-0.5.3.20.bmp

    Product: Malleable Buffer v0.5.3.20
    Company: JDP Science
    Release Date: Tue, 19 Jul 2022 08:11:33 -0700
    Packager: James D Powell

    Description: A Circular Buffer implimentation using Malleable VIs:
    -- Any Type, 1D or 2D buffer array
    -- Allows by-value, or DVR by-reference using the same API functions

    Known Issue: LabVIEW compiler as of 2020 does not always recompile correctly
    --> use force recompile (hold ctrl key and click Run arrow); usually fixes
    Issues seem resolved in LabVIEW 2021

    See https://lavag.org/topic/21268-malleable-buffer-seeing-what-vims-can-do/

    Release Notes: Minor fixes: see comments starting https://lavag.org/topic/21268-malleable-buffer-seeing-what-vims-can-do/?do=findComment&comment=139971

    Issue #2 Change how "Resize" affects "coint of added"

    Package Homepage

  23. http://www.jkisoft.com/packages/packages/zyah_solutions_lib_bowzer_the_browser/zyah_solutions_lib_bowzer_the_browser-1.2.2.14.bmp

    Product: Bowzer the Browser v1.2.2.14
    Company: Zyah Solutions
    Release Date: Sat, 16 Jul 2022 08:37:54 -0700
    Packager: Zyah Solutions

    Description: Adds an option to the Tools menu that launches a utility that allows a user to select an actor within the current project and browse and navigate to all its payload methods (including inherited methods) of that particular actor.

    Also launchable by QuickDrop (default Ctrl+Z).

    Release Notes: - Added glyph support for community scoped messages.

    Package Homepage

  24. http://www.jkisoft.com/packages/packages/pantherlab_lib_panther_dashboard/pantherlab_lib_panther_dashboard-1.7.0.10.bmp

    Product: Panther Dashboard for DQMH v1.7.0.10
    Company: PantherLAB
    Release Date: Sat, 16 Jul 2022 08:36:11 -0700
    Packager: Enrique Noe Arias

    Description: <size=24><b>Panther Dashboard for DQMH</b></size>

    This is a LabVIEW Tool using the new Scripting API included in the DQMH 6.1 Release.
    The priority of this tool is to Improve the Developer Experience when dealing with DQMH code.

    <i>The main features included in Panther Dashboard for DQMH:</i>

    -Explore your project in the DQMH context
    -Visualize your modules Status (running, Idle)
    -Edit/Update your modules Descriptions
    -Edit/Update your event Documentation
    -Search for Event Callers
    -If the Event is a Broadcast, search for Broadcast listeners / subscriptors
    -Open API Tester from the selected module
    -Execute the default events [Show Panel, Hide Panel, Show Block Diagram, Stop Module]
    -Use the DQMH Scripting Tools.


    After installing this package it will be available going to:

    Tools->PantherLAB->Panther Dashboard for DQMH

    For more information send an email to:

    <b>info@pantherlab.com.mx</b>

    Or visit the Product Page

    <b> https://pantherlab.com.mx/2022/06/06/panther-dashboard-for-dqmh/ </b>





    Release Notes: Launch Panther Dashboard from the Tools menu.

    Now you can launch this tool directly from the tools menu, just click Tools->PantherLAB->Panther Dashboard for DQMH.

    Code optimizations, ran vi analyzer, ran validation tools.

    Package Homepage

×
×
  • Create New...

Important Information

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