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
  • About Us
  • 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 4: Function Set 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: 11 Mar 2018 3:49 PM Date Created
  • Views 1253 views
  • Likes 4 likes
  • Comments 1 comment
  • msp432
  • labview
  • scpi
  • electronic load
Related
Recommended

Programmable Electronic Load - Write a LabVIEW Library part 4: Function Set Block

Jan Cumps
Jan Cumps
11 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 fourth article: Set the constant mode function to Current, Voltage, Power or Resistance

 

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

However, inspired by what many instruments do, I'm creating more abstract blocks.

 

Function Set Block

 

This blog is also easy. It configures the instrument to constant current, voltage, resistance or power mode..

image

 

For the Function block, the input parameters are

  • VISA resource name eload
  • Instrument Function
  • error in (no error)

The output parameters are

  • VISA resource name out
  • error out

After running this block, the following functionality is performed:

  • The Instrument is set to one of the following constant regulation modes
    0: CURR
    1: VOLT
    2: POW
    3: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.

Setting the Function

 

image

Depending on the value you pass (in this example 0: current), it will set the instrument to the desired regulation mode.

 

 

The instrument doesn't support these functions yet. It'll always switch to constant current when you use a function it doesn't understand.

If you like this to be different, check out the source of the firmware in github and improve it.
https://github.com/jancumps/msp432/blob/master/MSP432_SCPI_ElectronicLoad/scpi_impl/scpi-def.c Look for static scpi_result_t ELOAD_SetInputState(scpi_t * context)

 

 

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

  • genebren
    genebren over 7 years ago +2
    Another great addition to your programmable load series of articles! Thanks for sharing your project. Gene
  • genebren
    genebren over 7 years ago

    Another great addition to your programmable load series of articles!

    Thanks for sharing your project.

    Gene

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
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