element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Test & Tools
  • Technologies
  • More
Test & Tools
Blog Programmable Electronic Load - Write a LabVIEW Library part 2: Read Output Block
  • Blog
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Test & Tools to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: Jan Cumps
  • Date Created: 3 Mar 2018 8:49 PM Date Created
  • Views 1412 views
  • Likes 4 likes
  • Comments 5 comments
  • msp432
  • labview
  • scpi
  • electronic load
Related
Recommended

Programmable Electronic Load - Write a LabVIEW Library part 2: Read Output Block

Jan Cumps
Jan Cumps
3 Mar 2018

Peter, Jon and I are building a Programmable Electronic Load. In this series of blogs I'm building a LabVIEW library of reusable components

 

image

 

 

In this second article: Reading the the instrument's measurements

 

LabVIEW has a set of blocks to build flows with serial communication devices. Those blocks work well with our instrument.

However, inspired by the example for (in this case) the BK Precision 91xx family, I'm going to create more abstract blocks.

 

Read Output Block

 

image

 

This blog reads the values sampled by the instrument. I've used the same options as the BK Precision lib:

0: VOLT

1: CURR

2: POW

3: DVM

4: RES

The bold ones are implemented by the firmware. The others are for future use (and to stay as true as possible to the lib that inspired this) will throw a SCPI error.

 

image

 

For the Initialize block, the input parameters are

  • VISA resource name eload
  • delay before read (ms)
  • Measurement Function
  • error in (no error)

The output parameters are

  • VISA resource name out
  • Measurement
  • error out

After running this block, the following functionality is performed:

  • The measurement option that's passed to it is performed

0: VOLT

1: CURR

2: POW

3: DVM

4: RES

  • If an error is detected, the VISA resource is closed and error info is passed to the caller.
    Else the block passes the measured value to the calling flow via the Measurement parameter.

Reading the Output

The block is simple to use. It expects that you've initialised the instrument with the Initialize block.

image

Depending on the value you pass (in this example 1: current), it will return the last value sampled by the instrument.

 

LABView blocks
LabVIEW Library part 1: Initialise Block
LabVIEW Library part 2: Read Output Block
LabVIEW Library part 3: Close Block
LabVIEW Library part 4: Function Set Block
LabVIEW Library part 5: Input Control Block
LabVIEW Library part 6: Raw DAC Block
LabVIEW Library part 7: Raw ADC Block
Real World Examples
Programmable Electronic Load - Automating a DC Switcher Efficiency Test with LabVIEW
  • Sign in to reply

Top Comments

  • DAB
    DAB over 7 years ago +1
    Looks simple, but how much time did it take you to build and how long have you worked with labview to get that proficient? DAB
  • genebren
    genebren over 7 years ago +1
    Jan, Great write up. The LabView seems to have a pretty clean interface. I have seen quite a few groups using this to construct test beds, but I have never got around to trying it. Is it worth the cost…
  • Jan Cumps
    Jan Cumps over 7 years ago in reply to DAB +1
    This one didn't take that much time, DAB , because I had the core building block for the Load made previously. The part that allows to choose between current, voltage, power, ... I learned from the BK…
Parents
  • genebren
    genebren over 7 years ago

    Jan,

     

    Great write up. The LabView seems to have a pretty clean interface.  I have seen quite a few groups using this to construct test beds, but I have never got around to trying it.  Is it worth the cost/effort to learn it?  I have used LabWindows/CVI before an I was not a fan.  Hopefully LabView is better.

     

    Keep up the good work!

    Gene

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 7 years ago in reply to genebren

    genebren  wrote:

     

    .... The LabView seems to have a pretty clean interface.  I have seen quite a few groups using this to construct test beds, but I have never got around to trying it.  Is it worth the cost/effort to learn it?  I have used LabWindows/CVI before an I was not a fan.  Hopefully LabView is better.

    ...

    I paid $ 43 for the home and student edition 2014 (from Digilent. I used a $7.5 coupon that Digilent published when they were on The Amphour).
    For me it's worth the effort because I want to know how to develop with it. It's a desired skill on the market.

     

    I don't know LabWindows/CVI so I can't compare.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • genebren
    genebren over 7 years ago in reply to Jan Cumps

    Jan,

     

    It is good to have skills, especially marketable ones.

     

    Gene

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • genebren
    genebren over 7 years ago in reply to Jan Cumps

    Jan,

     

    It is good to have skills, especially marketable ones.

     

    Gene

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube