![]() |
||
![]() |
||
"Using another instruction for a program with the RSLogix 500"
New Here? Please read this important info!!!
Email this topic to a friend Printer-friendly version of this topic |
Locked thread - Read only
Previous Topic | Next Topic | ||
Home
Conferences
Questions/Answers--Early 2001 (Public)
| |||
|---|---|---|---|
| Original message | |||
Jones
- (2 posts) ![]() |
Mar-17-01, 07:02 PM (EST) |
| "Using another instruction for a program with the RSLogix 500" | |
I wrote a program that deals with programming a wash cycle to do a load of clothes. I used a Timer On delay to count the minutes for each cycle, with a Count up Counter to keep track of the current minute and a Reset to reset the timer after one minute. | |
| Top | |
| Table of contents |
RE: Using another instruction for a...,
John Lowen, Mar-19-01, (1)
RE: Using another instruction for a...,
Tom Jenkins, Mar-19-01, (2) |
| Lobby | Topics | Previous Topic | Next Topic |
| Messages in this topic |
John Lowen
- (36 posts) ![]() |
Mar-19-01, 02:50 AM (EST) |
| 1. "RE: Using another instruction for a program with the RSLogix 500" | |
This is what I could make of your"Events"
| |
| Top | |
Tom Jenkins
- (768 posts) ![]() |
Mar-19-01, 10:06 AM (EST) |
| 2. "RE: Using another instruction for a program with the RSLogix 500" | |
It may actually be simpler to use multiple timers. I would suggest you divide the operation into separate cycles - cold water fill, hot water fill, wash, rinse, ..... Use a coil as a "flag" to indicate the active cycle, one coil for each step. Use a timer for each cycle, and when it "times out" set a coil as a "flag" to indicate the cycle is completed. This same flag can then trip the active coil for the next cycle, which will operate the timer for this next cycle. This looks like more code, but it is actually easier to understand and trouble shoot. You can immediately see which cycle is active, and use the active bit (flag) to turn on the appropriate outputs for each cycle. | |
| Top | |
|
Unlock | Archive | Remove |
Lobby | Topics | Previous Topic | Next Topic |
| Rate this topic (1=skip it, 10=must read)? [ 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 ] | |
| Your Personal PLC Tutor Site Learn Now!!. |