mrdegold Posted March 14, 2012 Report Posted March 14, 2012 Hello I am new to Unitronics OPLC's. Most of my experience has been with RS Logix programing software, The Unitronic was highly recommended to me. I really like the idea of a PLC and HMI in a single package. I decided to start working with the Jazz unit and the U90 software. I printed out the tutorial and followed it line by line. I think that gave me a good starting point for the basic layout of the U90 software and how the HMI interfaces with the logic, My first couple projects I wanted to start working on require me to interpose from 2 too 4 timers. What my definition of interposing timers (right or wrong) is timers that start / hold each other. An example of this would an aeration system where I would energize a solenoid for a short time then pauses for a short time. I am attaching an image of how I would do this in the logix software. Thanks for the help Michael
MVP 2023 Joe Tauser Posted March 14, 2012 MVP 2023 Report Posted March 14, 2012 Unitronics uses a coil with a "T' address to represent a timer, the time is in clock format. You probably already know this. Here's how I link two timers to create a repeating pulse: Joe T.
mrdegold Posted March 14, 2012 Author Report Posted March 14, 2012 Thanks for the help Joe. I appreciate it. I'm hoping to get a chance to try it out in the next couple days. Michael
mrdegold Posted March 15, 2012 Author Report Posted March 15, 2012 I have been working with the example provide most of the morning. I have been trying to expand to a 4 timer cycle with no success. I'm not sure if I just have a mental block or if I'm just thick headed? But after spending a few hours on it I think it's time to set my pride aside and re post on the subject. The application I have in mind for the 4 timer cycle would be a reversing motor starter. Timer 1) Run Motor Forward Timer 2) Pause #A between motor direction change Timer 3) Run Motor Reverse Timer 4) Pause #B between motor direction change / reset timer cycle. Sorry for the trouble and thanks again for the help Michael
MVP 2023 Joe Tauser Posted March 16, 2012 MVP 2023 Report Posted March 16, 2012 I think your best best here is a small state machine instead of a bit-banger with all the timers tied together. I have attached a program that demonstrates this. You'll have to flush out the details. Joe T. Jazz stage example.U90
mrdegold Posted March 16, 2012 Author Report Posted March 16, 2012 Joe Thanks again for the help. I'm thinking that great minds think alike. Yesterday afternoon I thought of the same process that you suggested on the integer management. Then to control the outputs based on the integer value. I took a few additional nets to complete my "Timer Loop" than you but in the end we both use the same concept. Now that I am able to run these timer functions I think the rest of my first Unitronics OPLC project will fall right into place. Thanks again for the help I greatly appreciate it Michael 4 timer swap.U90
Gabriel Franco Posted March 20, 2012 Report Posted March 20, 2012 You may consider using drum sequencer for such application, even you have fixed times between states (Which makes it easier) or programmable times
wimzwart Posted June 28, 2013 Report Posted June 28, 2013 Joe Thanks again for the help. I'm thinking that great minds think alike. Yesterday afternoon I thought of the same process that you suggested on the integer management. Then to control the outputs based on the integer value. I took a few additional nets to complete my "Timer Loop" than you but in the end we both use the same concept. Now that I am able to run these timer functions I think the rest of my first Unitronics OPLC project will fall right into place. Thanks again for the help I greatly appreciate it Michael Hi Michael, Can you help me out I'm a first time user also and I need to make a ladder with timer functions also, your timer functions are working well I only need to work with end switches as well. This means I will have a puls and pauze on motor right untill I reach the end swich for motor right. After that I need to activate motor left on a puls pause untill this reach end switch for motor left. Can you advise me on this please. Wim
wimzwart Posted June 28, 2013 Report Posted June 28, 2013 Hi, I'm a first time user of the U90 also, I need to use a puls pause also, also with the reverse mode in it. only diferent is that i need a puls pause on one direction untill I reach a end switch, after that I need to activate the other running direction on the motor untill second end switch and than go to first step again. Can some body advise me on this please.
Walkerok Posted July 1, 2013 Report Posted July 1, 2013 Here is a very simple set of program nets to run left and right. This program will rely on the end limit switches making and staying made until the machine starts driving the other direction. The system is also expecting a momentary start button (a maintained button will make this program not work correctly. You have one second delay timers for each direction so the system will run in one direction until a limit switch is made, stop, and one second later go the other direction. Good luck Keith
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now