ecca Posted May 25, 2007 Report Posted May 25, 2007 I'm looking for help...... How can I show and adjust counters using an E 100 HMI ? Plc is a Mitsubishi FX1N 30. I'm OK with using the function buttons to reset the count and general button functions like pulling realys in but how do I specifically increment/decrement counters and show it happenning ? Cheers Eric Thacker Quote
Gambit Posted May 25, 2007 Report Posted May 25, 2007 (edited) Just use a analog numeric value and enter the correct Counter nr (C25). If it's an high speed counter make sure defined as 32 bits Don't forget to set the enable operator input if ouy want to use the buttons to increase or decrease the value Edited May 25, 2007 by Gambit Quote
ecca Posted May 25, 2007 Author Report Posted May 25, 2007 It's speficic info I want..... step by step...... I 've got a donkey brain. Cheers Quote
ecca Posted May 25, 2007 Author Report Posted May 25, 2007 OK....... I can show the relevant analogue object.......... say D0. I can set 2 function buttons to increment/decrement analogue objects. How do I set the function buttons to work ... say.... on D0 ? Quote
Paul Ked Posted May 26, 2007 Report Posted May 26, 2007 (edited) Try this. F1 increments C25 by 1 F2 decrements C25 by 1 F3 increments D0 by 1 F4 decrements D0 by 1 Pressing the Enter key with the cursor on one of the objects will allow you to enter a specific value. Hope it helps inc_dec.zip Edited May 26, 2007 by Paul Ked Quote
ecca Posted May 26, 2007 Author Report Posted May 26, 2007 Thanks Paul, is that as simple as the macro gets ? inc C25, dec25 etc ? Is that all I call it ? Seems too good to be true. Thank you, great stuff, Eric Thacker Quote
Paul Ked Posted May 26, 2007 Report Posted May 26, 2007 It should be, although (as I'm at home) I haven't tried it. I would normally pulse a flag from the HMI to inc/dec in the PLC. Best of luck Paul Ked Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.