PLUS+1 User Forum

PLUS+1 Hardware => Controllers => Topic started by: AR_Plus1_Programmer on January 27, 2020, 03:37:41 PM

Title: MC-050 120 Family - MFOut Pins - OpenLoop vs Closed Loop modes
Post by: AR_Plus1_Programmer on January 27, 2020, 03:37:41 PM
Hello, everyone,

A client of ours is using the MC050-122 model for controlling high torque hydraulics. He needs to manipulate for EDC valves, and we are running into a problem with the output of the pins being current limited.

To help diagnose the problem, we need to know which of the output modes for the MFout pins use open loop mode vs closed loop mode and what the current feedback signal means in those two modes.

The valves require between 300 mA minimum to 700mA maximum each, which is well within the current limits of these MFout pins. For whatever reason, the current is plateauing around 530 mA. We are currently using Output Mode 4 for these pins, and we monitor the feedback current as a fault check.

Title: Re: MC-050 120 Family - MFOut Pins - OpenLoop vs Closed Loop modes
Post by: FluidPowerTom on January 27, 2020, 05:37:16 PM
Output modes 4 or 5 use closed-loop current control which means that you programmatically tell the microcontroller what current you want that output pin to send, and it will do its best to send that output current even as the coil impedance changes with temperature. 

Mode 3 is duty cycle control wherein you programmatically fell the microcontroller what duty cycle you want that output pin to send, and that effectively just a varying voltage.  This makes no use of current feedback.

My recommendation is to put a checkpoint in your program and verify that you are actually commanding a current above 530 mA.
Title: Re: MC-050 120 Family - MFOut Pins - OpenLoop vs Closed Loop modes
Post by: deaks57 on January 28, 2020, 12:50:53 AM
What is the supply volts and load resistance? At 12V, 0.53A suggests a load resistance of 22.6 ohms.
Title: Re: MC-050 120 Family - MFOut Pins - OpenLoop vs Closed Loop modes
Post by: tronelec on June 04, 2020, 01:49:44 AM
check solenoid voltage 12 or 24?