$0

What's new in LabSSH 2.6?

LabSSH 2.6 has been released! Here's what's new:

  • Added support for LabVIEW 2018
  • Allow timeout values of 0 in SH Read.vi
  • Various cosmetic changes

This upgrade is free of charge to all existing LabSSH customers. Keep reading to find out more.

Accompanying Video


Support for LabVIEW 2018

LabSSH 2.6 introduces full support for LabVIEW 2018 32/64-bit. To get started:

  1. Uninstall the old version of LabSSH
  2. Install the LabSSH 2.6
  3. Activate LabSSH 2.6

As a reminder, it's not necessary to uninstall older versions of LabVIEW. LabSSH can  be used on multiple copies of LabVIEW simultaneously.

SH Read.vi: Zero-Timeout Value

LabSSH

This release changes the behavior of the function SH Read.vi by giving it the ability to recognize a timeout value of 0.

Prior to 2.6, if you passed a value of 0 as the timeout, and there was no data available, you would receive a timeout error.

Now, in 2.6, you can use a timeout value of 0 to read for available data without ever getting a timeout error. The pattern of polling for data is prevalent in networking code, and it makes perfect sense to extend that to this function.

Other Cosmetic Changes

Convenience Escape Code Buttons

Shell Demo Escape Code Buttons

We've added some buttons to send various escape codes in the Shell Demo. For instance, if you want to send a CTRL-C character, we now provide an example on how to do it.

Documented Front Panels

LabSSH Demo Main Window 2.6

Every example VI now has explicit instructions and insights right on the front panel. While they were previously well-documented using the LabVIEW context help menu, this should make it more intuitive for new users.

Moved Locations of Demo SubVIs

LabSSH 2.6 to 2.6 Demo SubVIs Moved

The locations of demo application sub-vi's were moved to the actual SubVIs folder. It was confusing some users who were attempting to run them as a top-level VI, when in fact they were not designed to do so.

Where to Download

As always, head to our Download page to get the latest version and read the documentation. Enjoy!