Need to select set point of Minimum/Maximum Pressure through MFD.

hinddhindsa

Member
Join Date
Mar 2013
Location
www.plckart.com
Posts
193
Hi, Friends doing a program of moeller easy 820-dc-rc plc with MFD-80-B + CP4 HMI display. i need to give the set points in HMI for Cut in and cut of Pressure at 2 bar and 4 bar(it should be changeable, the operator might set maximum pressure at 5 bar or 6 bar according to the requirements).where the values are stored which we enter through HMI,How to do some mathematical operations based on that HMI Value.
 
No special maths required just use the A - Analog Comparator instruction, screen shot 1.

In the second screen shot:
MW96 is your input scaled to your units (Bar), though because the MFD doesn't have floating point maths you will have to use say 100 internally to represent 1Bar.

MW1 is the SetPoint. Assuming you have used 100 to represent 1 Bar, you have to do the same for the SetPoint, so 5Bar set on screen would be scaled to 500 internally for the MFD.

HY is the hysteresis. Depending on whether you use 'Greater Than' or 'Less Than' changes how the hysteresis works but lets take a typical case. You set Hysteresis to 0.5Bar (which translates to 50 internally to MFD), as the pressure rises it would switch Off at 5Bar and switch back on at 4.5Bar.

Leave F1 and F2 at zero or set then both to 100.

Have a play and let us know how it goes.

A - Analog Comparator 1.jpg A - Analog Comparator 2.jpg
 

Similar Topics

dear all ... i m in middle of a small project which need to used for micro ingrident ..basiclly..i had plan like below and i m having problem...
Replies
3
Views
1,573
So i've been at this for a long while, i have Citect Scada 2018, i have full access to everything but i can't seem to find any option or...
Replies
0
Views
45
I've got this 3-phase 575V motor that we're controlling with a VFD (Variable Frequency Drive), which has been quite the learning curve in itself...
Replies
10
Views
264
I'm fairly new to Rockwell software, I've had some basic training in the past but nothing too advanced. My company and I use Reliable products for...
Replies
11
Views
345
Hi all, I am having issues accessing my Cimplicity software - the site code changed after re-install and I am no longer able to attain a new key...
Replies
10
Views
171
Back
Top Bottom