Problem in Setting Multiple Limits for one Input Field

ernitin29

Member
Join Date
Jul 2011
Location
Jaipur
Posts
19
Hi Guys,

I have got a problem regarding the setting of more than one limit for one input field. I have got four motors for extrusion & One for Hauling (Pulling a plastic pipe)

I am working in WINCC Flexible Advance

if i need to change the hauling speed, it is also required to change the speeds of the four motors. for this purpose I use synchronisation. the max hauling limit is 11.55 mtrs/sec
and also there are certain limits of other motors.

i have already done the min max limit for the input field of hauling but when i am using synchronisation it is required to set the new limit of the same input filed which would be not more than 11.55 but little less than 11.55. for that i have to put the another additional limit. I have tried something like additional limit, some vb script stuff etc. but nothing works

Can somebody help me out...deadline is just about next corner

help me out....



Thanks
 
if i need to change the hauling speed, it is also required to change the speeds of the four motors. for this purpose I use synchronisation. the max hauling limit is 11.55 mtrs/sec
and also there are certain limits of other motors.

i have already done the min max limit for the input field of hauling but when i am using synchronisation it is required to set the new limit of the same input filed which would be not more than 11.55 but little less than 11.55. for that i have to put the another additional limit. I have tried something like additional limit, some vb script stuff etc. but nothing works

I may have misunderstood what you want to say,but I derived from your explanation that the Hauling motor can be run at 11.55 m/s max when not synchronizing with the other motors, and at a lower speed when synchronizing with them.

You can do this by doing the following:
1.Make a bit high when "Synchronization" is selected from a Field/HMI input.
2.Place the two Limit functions in parallel in your appropriate rung.
3.Place NC of the "Synchronization bit" in front of limit containing max as 11.55 m/s
4.Place NO of that same bit in front of the other limit having max less than 11.55 m/s

Doing the above will ensure that proper limit is applied to same field input depending upon whether "Synchronization bit" is high or not.

(Note: I have assumed that your program is written in a way such that synchronization has to be selected.If your program is such that the synchronization occurs automatically when certain conditions are met then you just have make the "Synchronization bit" high when these conditions are met.)
 
Last edited:

Similar Topics

Good Morning all can you help/advise me im have a configure ge9 driver Called ge9.ge9 path is (C:\Program Files (x86)\Proficy\Proficy...
Replies
1
Views
2,814
Good day, I had installed the RSBizWare package. Installed and configured MS SqlExpress 2008. Created the database, and configured the OBDC data...
Replies
1
Views
1,821
Currently I'm using CC-Link modul QJ1BT11N as master station. The CPU I'm using is Q Series CPU, Q02(H). The problem is, I don't understand how to...
Replies
0
Views
2,797
I am working on a heat recovey system and need to regulate a modulating valve in order to maintain a temperature set-point. I have never used...
Replies
5
Views
5,860
I am installing DirectSoft Ver 5 (Direct Logic) in my new laptop. When I go to set up the communications link between the laptop and the PLC, the...
Replies
10
Views
7,267
Back
Top Bottom