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
Experts, Learning and Guidance
  • Technologies
  • More
Experts, Learning and Guidance
Ask an Expert Forum GW Instek GPS 1850D Power Supply Clicking
  • Blog
  • Forum
  • Documents
  • Leaderboard
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Experts, Learning and Guidance to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 5 replies
  • Subscribers 270 subscribers
  • Views 761 views
  • Users 0 members are here
Related
See a helpful answer?

Be sure to click 'more' and select 'suggest as answer'!

If you're the thread creator, be sure to click 'more' then 'Verify as Answer'!

GW Instek GPS 1850D Power Supply Clicking

char-123
char-123 over 1 year ago

I have a laboratory DC linear power supply model GPS-1850D. I have set this up in slave mode and connected my computer to control it. My computer has an output voltage range of 0 to 5 volts. I am currently trying to use a PID loop to take in a temperature reading (of peltier heater) through thermocouples, input that data into my computer, compare that temperature with my previous set point, and then output a voltage signal to control the power supply to get my Peltier heater to the desired temperature. 

I have the power supply in constant voltage mode, with the current limit around 4 volts. 

Whenever I try increase the PID setpoint by a few degrees Celsius, and the PID output voltage shoots up, the power supply will start clicking when it gets to around 4.3 volts. Why is it clicking and is it still okay to use?

Even when I increase the PID slightly, so that it the power supply would have to output 4.5 volts to keep the Peltier constant, the power supply starts clicking. It stops clicking when the voltage comes down, out of the 4.3 to 5 Volt range. 

Can anyone help me?

Also, I checked the current when the clicking is happening and it is at less than 1 amp, so I am not if the current limit is the problem or not. 

  • Sign in to reply
  • Cancel

Top Replies

  • shabaz
    shabaz over 1 year ago +1
    It might be normal; many power supplies have internal relays that will click when the requested output voltage is changed beyond a certain range. You can test that by manually adjusting the power supply…
  • anniel747
    anniel747 over 1 year ago +1
    As shabaz says, normal behavior for a multitap power supply.
  • shabaz
    0 shabaz over 1 year ago

    It might be normal; many power supplies have internal relays that will click when the requested output voltage is changed beyond a certain range. You can test that by manually adjusting the power supply (i.e. not using your computer) and you will probably still hear the click at that voltage level. If it clicks constantly only with software control, it may be a (lack of) hysteresis issue in your code.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • anniel747
    0 anniel747 over 1 year ago

    As shabaz says, normal behavior for a multitap power supply. 

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • char-123
    0 char-123 over 1 year ago in reply to shabaz

    When I manually adjust the power supply, not using my computer (power supply in master mode), the power supply clicks once as I go from below ~4.3 volts to above ~4.3 volts. However, when I do this in my computer controlled mode, it is a constant clicking anywhere in the 4.3 to 5 volt range, until the voltage comes back down from that range.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • michaelkellett
    0 michaelkellett over 1 year ago in reply to char-123

    Probably because your control code is driving the power supply up and down by an amount all the time (oscillating). Add some logging to your code so you can see what it is sending to the power supply.

    Digital PID loops can easily do bad things due to quantisation errors and delays.

    With a power supply of this type in the loop you may need to drop the loop rate to below 1 iteration per second.

    You would do well to look at the output of the psu with a scope to see how fast it responds to commands.

    If you are using as serial port to control the PSU it will be easy to 'scope the TX from the PC to get the command timing - if you are using USB or LAN to control it then getting good command timing information is very difficult.

    MK

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • aswinvenu
    0 aswinvenu over 1 year ago

    Sounds quite normal like Shabaz as mentioned. Linear power supplies will have multiple taps on the secondary of the transformer. This is to reduce the dropout voltage on the regulator stage. Say a 30Volt max DC powersupply to output 5 volts it has to drop a lot of voltage across the linear regulator ( as heat ) which is very ineficient. So Lab power supplies uses multiple outputs from transformer, rectify it and feed it to the regulator. This switching is controlled using relays. 

    You mentioned that you are using a PID controller. PID controller will adjust the output voltage based on the feedback loop. Thats probably why you are getting multiple clicks ( It's constantly adjusting the voltage up and down based on the feedback loop). What is the update rate for PID controller? If you drop the PID update rate you can observe less clicking, probably.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • 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