Jump to content

Istvan K

Members
  • Posts

    1
  • Joined

  • Last visited

LabVIEW Information

  • Version
    LabVIEW 2020
  • Since
    2019

Istvan K's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Greetings, To set the scene, our University wants to build a laboratory where we can test batteries and electronic devices with our equipment. Just to list a few of them we have: - Climate chamber - cRIO-9039 for data acquisition and safety control - Electronic load - Multiple power supplies - Multimeters - Oscilloscope - LCR meter - EIS measurement instrument and so on.... All of these devices can be interfaced through LabVIEW, and I am certain that this list will increase in the future. The main concept: - We have a sotfware, where we can create the test sequence, step by step (i.e.: Configure powersupply, delay(ms), enable ps. output, delay(ms), disable output ). The output would be a recipe file, which include each step, and its parameters. - The main software, where you can import the test sequence, and execute it. The sequences can include multiple measurement instruments. The data logging is continuous. If there is an emergency, the measurement is aborted. The imported sequence file would be executed step by step in a case structure (or if there is any other possibility). My question is: What kinf of architecture would be suitable for the main software? I have already developed larger applications using QMH, but I have experienced its limitations. Im also looking at OOP concpets, but I have no experience with i so far. I know that TestStand is similar to our needs, but currently we dont have a budget to purchase it. Thank you for your help
×
×
  • Create New...

Important Information

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