RS logix

Join Date
Jul 2012
Location
Singapore
Posts
51
hi

i have a timer(fuel loading time) for which the total loading time is to be set from the hmi panel.
This timer is to control the percentage of opening and closing of a flow valve. (for eg, if the time is 35 hours then corresponding %open-valve can be calculated).
My question is,
how to program when the operator increases or decreases the timer value in the middle of operation.that is...i want to add or subtract the extended or reduced time in the middle of operation, thereby my valve opening also changes
:unsure:

regards
chitra
 
If you are calculating the percentage open by volume and time then when your program detects a change it must subtract the currently filled amount an elapsed time from the desired full amount and the newly entered time. Use the remainders as inputs to a new calculation.

For example - if the fill process was started with a desired 1000 gallons and 50 hours then at10% into the process the time is changed to a total of 40 hours. Subtract 100 gallons from thee total leaving 900 gallons. Subtract 5 hours from the new desired total of 40 hours leaving 35 hours. Now recalculate based on thee 900 gallons and 35 hours.

If the newly entered time is just a new desired remaining time then you don't need to subtract the already elapsed time.

In short, a new fill process is beginning with the change of time.
 
I second Bernie. Also, after some time period, you may want to prohibit any changes if those changes become impossible to do in the time allowed.
 

Similar Topics

Hi Everyone, I am not proficient in RSLogix 500 so I have a question regarding the evaluation of N7:0 data as an input. So as I understand in...
Replies
1
Views
77
Hi folks, in the alarm manager of Rslogix 5000, the tag-based alarm has been created. But when I tried to change the condition, it was found the...
Replies
2
Views
140
I have been working on this for a while now and I can't seem to get it. I was finally able to view the 1500 on the PanelView under the serial...
Replies
1
Views
78
I'm using a SLC typed write from the ControlLogix5572 to the MicroLogix 1400, with path: 2, (MicroLogix IP). The ControlLogix equipment has a...
Replies
0
Views
86
"Hello! Good day! Excuse me, I have a question regarding the 1761-NET-ENI. RSLinx has already detected it but it's not connecting to the PLC...
Replies
4
Views
124
Back
Top Bottom