HMI to PLC Timer

PLCRules

Member
Join Date
Oct 2017
Location
Manila
Posts
4
Hello All! I have a Kinco MT4500T HMI touch screen and there's a part where you need to input a designated time for a machine part to run. You can put, say like 100 or 200, my question is, if I will put that data in an internal Timer of the PLC, do I get the same data like ex:100? Timer I'm using is 0.01S, so do I get a 1S out for my Timer? The PLC is FATEK FBs60MC.
Thank you very much.
 
Yes, the value you enter on the HMI will be relevant to the time base of your PLC timer.


In this case you are using a timer with a 10msec time base, so it multiplies the time base by the value you enter, giving 1000msec, or 1s, if you use 100 as the value. If you go with 200 then it would be 2000mses(2s).
 
It depends on both PLC and programming style.

Sometimes I find it convenient to use a 1 s (or 0.01 s as in this case) blinking timer and use blink edge to count or add up number of seconds (or 1/100 s) elapsed.

Set value is evaluated by a simple comparator. Reset by putting/moving zero to count value.

Both count value and set value are integer (or double) format and is easy to use in any HMI.
 
Last edited:
Thanks for the reply guys. I thought there's still a conversion factor from the value you input in the touch screen when it goes to the timer in the PLC. Good to know it is direct equivalent.
 

Similar Topics

Hello, Our school project this year is to make a conveyerbeld and move a glass as fast as possible 5 rounds and without losing water. Our...
Replies
2
Views
3,484
Hello All, I am fairly new to the Mitsubishi software and I ran through the tutorial and pretty much have my entire program written except for...
Replies
1
Views
1,651
I need to add a timer value of 1.2sec to FX series Mitsubshi series plc through HMI.How can I add a decimal value through a pfoface HMI and how...
Replies
1
Views
2,917
Good Day to all of you, this is my first post, i will try to explain as best as possible, english is not my natural language. I am performing an...
Replies
0
Views
38
Hi, Wy we log data in PLC using DLG instruction, when we have option to log data in HMI
Replies
1
Views
80
Back
Top Bottom