Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/17/2017 in all areas

  1. Version 1.5.4

    1,041 downloads

    Package for working with JSON. Uses high-speed text parsing, rather than building an intermediate representation as with prior LabVIEW JSON libraries (this is much faster). Allows easy working with "subitems" in JSON format, or one can convert to/from LabVIEW types. Uses the new "malleable VIs" of LabVIEW 2017 to convert to any LabVIEW type directly. JSON text makes use of a form a JSON Path notation, allowing easy and rapid access to the subitems of interest. Requires LabVIEW 2017 and install by VIPM 2017 or later. Original conversation about JSONtext. On the LabVIEW Tools Network. JDP Science Tools group on NI.com. Copyright 2017 JDP Science Limited
    1 point
  2. It looks like those drivers haven't been updated in a while. 7.1. That's before my time... They uses the IVI standard, which is fine, but it will require you to install the IVI driver as seen in the readme.... In my opinion that's about 1 step away from abandon-ware unless they give you some installation examples. The IVI requirement really drives your options here, you'll need to set up a driver session and go through that process under Max. I am not of fan of IVI, and it's not because of lack of experience. Once you get your IVI driver installed for the Thermotron you'll see it listed in the driver sessions under MAX. Then you'll create a logical name for your device and connect it to the driver with the physical connection information (IP address). Honestly this is a LOT of work to just get a temperature update. See if you can get away with the basic GPIB route and avoid using that driver. I think that will be way easier. Cheers, Tim
    1 point
×
×
  • Create New...

Important Information

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