Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - BATS

Pages: [1]
1
Technical support / Starting the Cycle Over without Master Reset
« on: July 15, 2008, 03:09:00 PM »
Ok, new to Triangles way of doing PLC's so I need help from the experts, which would be you guys here.


Slowly but surely figuring out all of the little things the T100MD+ with XServer can do.

But I'm stuck now.

I have a program written to control 4 inputs and 6 outputs.
I have counters and timers o plenty running.
In short what I want to do is have the 6 hour program run, complete, count as needed, and then loop back to run the same sequence again without loosing any of the counters since I use them to track the number of times things run.

I have it running the full 6 hour runtime and then to get it to do it again I have it hit a counter that when finish energizes the master reset.


All the help you can give is appreciated because I need this to work big time. After I figure this out I need to move onto using the real time clock and the special email functions to report back to excel link. Email I think I have figured out.

So this is where I will sit waiting for help.

THANKS,

Bats













Here is the layout currently:


Program :    4 Six Hour Cycle Sequential Timing
Elements:   4
_____________________________________

Sequential Cycles will begin with POWER ON
Boot Delay Timer has been applied.
PLC will now check all inputs and outputs for current status.

INPUT 1: NO : SWITCH + LAMP - POWER + GREEN
INPUT 2:
INPUT 3:
INPUT 4:
INPUT 5:
INPUT 6:
INPUT 7: NC: SWITCH - LOW LEVEL ALARM
INPUT 8: NC: SWITCH - HIGH LEVEL ALARM

OUTPUT 1: NO: VALVE + LAMP  - WATER
OUTPUT 2: NO: MOTOR + LAMP  - SOLUTION
OUTPUT 3:
OUTPUT 4:
OUTPUT 5: NO: LAMP - JESTATION PROGRESS
OUTPUT 6: NO: LAMP - BREW TANK JESTATION
OUTPUT 7: NO: LAMP - LOW LEVEL ALARM
OUTPUT 8: NO: LAMP - HIGH LEVEL ALARM

COUNTER 1 : SOLUTION INJECTIONS (360 PER 90 DAYS) COUNT DOWN
COUNTER 2: JESTATION CYCLES (360 PER 90 DAYS) COUNT DOWN
COUNTER 3 : WATER FILL AND FLUSH (450 PER 90 DAYS) COUNT DOWN




Pages: [1]