No video

Micro800 Counter CTU CTD Explained

  Рет қаралды 16,758

Tim Wilborne

Tim Wilborne

Күн бұрын

Пікірлер: 48
@TimWilborne
@TimWilborne 3 жыл бұрын
Thanks for watching! If you are looking for the complete Connected Components Workbench PLC Training series, visit twcontrols.com/micro800-connected-components-workbench-lessons
@ridoychandraray2413
@ridoychandraray2413 4 ай бұрын
Most of time i watch your tutorial in ccw
@TimWilborne
@TimWilborne 4 ай бұрын
Great!
@stevedishon3663
@stevedishon3663 11 күн бұрын
Tim, I have very limited experience with CCW. I am trying to replicate an averaging routine I use in RS Logix 500, but I am yet able to get it to work. I use a timer, counter, addition, and divider routine and usually grab a value every five seconds for a total of ten grabs, the divide by ten so that I can average out a "bouncy" input. It would be awesome if you could cover this in one of your videos. These are very helpful videos, and it is clear that you pretty much have to throw out any RS Logix program procedure because trying to do it the same way just messes you up.
@TimWilborne
@TimWilborne 11 күн бұрын
While not for CCW, watch this video, it is likely a similar problem. Are you working with real numbers throughout you math? kzfaq.info/get/bejne/pb59eZSjqbjYdYE.html
@stevedishon3663
@stevedishon3663 11 күн бұрын
@@TimWilborne Yes, except for where it insists on Double integers.
@stevedishon3663
@stevedishon3663 11 күн бұрын
This is very helpful, but the issue that we have is interference, not resolution. There is a radio tower close by and it seems to cause issues with analogs at the site. Using RS Logix 500 I was able to smooth these as musch as possible making the site successful in its operations, but haven't been able to pull off the same procedure for CCW.
@TimWilborne
@TimWilborne 11 күн бұрын
Double integers will result in rounding errors. Check out the Any _To_Real
@willthethrill521
@willthethrill521 3 жыл бұрын
you made this so easy and fun to learn THANK YOU!
@TimWilborne
@TimWilborne 3 жыл бұрын
I'm so glad Will!
@alnaseri3622
@alnaseri3622 4 жыл бұрын
Great video Tim, thanks!!
@TimWilborne
@TimWilborne 4 жыл бұрын
Thanks Al!
@rangaswamy8604
@rangaswamy8604 3 жыл бұрын
Good video, clearly explained.
@TimWilborne
@TimWilborne 3 жыл бұрын
Glad it was helpful!
@manelvargas8644
@manelvargas8644 2 жыл бұрын
Why numeric data entry with decimals are LREAL? Is possible to introduce a number directly as a real? I mean without using any to. Thank you.
@gregmyers8011
@gregmyers8011 2 жыл бұрын
I want to enter the PV value from the HMI. Since I can't browse tags, like FTV, what is the shortest easiest way to get a bool or numeric value to and from the HMI.
@TimWilborne
@TimWilborne 2 жыл бұрын
This series touches on that. twcontrols.com/allen-bradley-panelview-lessons
@sudhandiramanisundaram4909
@sudhandiramanisundaram4909 3 жыл бұрын
Thanks Tim,
@wandsonmarques9741
@wandsonmarques9741 4 жыл бұрын
Teacher you have curse the CCW complet?
@TimWilborne
@TimWilborne 4 жыл бұрын
Hi Wandson. I'm not sure I understand your question.
@galihtanu
@galihtanu 4 жыл бұрын
Hi i've been purchasing master K10si LG PLC (10 years old PLC, ²nd hand) . Please🙏 make some tutorial about it. 😁
@TimWilborne
@TimWilborne 4 жыл бұрын
Can't say I've ever heard of that PLC.
@nematalla1
@nematalla1 3 жыл бұрын
you are the best
@TimWilborne
@TimWilborne 3 жыл бұрын
Thank you Ahmed!
@gregmyers8011
@gregmyers8011 2 жыл бұрын
Hey Tim, I tried sending the CTUD_1.CV to the HMI but no luck. I need to know more about the data structures of the micro800. I have a little trouble getting what I need to and from the HMI. I have to admit...I am surprised that A-B made a low cost product that is very useful.
@TimWilborne
@TimWilborne 2 жыл бұрын
Open up the Local Variables for that program and you will see the counter, a CTU would default to CTU_1. Open it up and you will see all of the data structures, the CV is a DINT.
@dennisjiu1771
@dennisjiu1771 3 жыл бұрын
Great video as always. What can CU bit do? Can not understand 12:42 , "instead there are ten things again " part, Thank you very much
@TimWilborne
@TimWilborne 3 жыл бұрын
The CU bit is a "storage" bit so that the counter knows that it has already counted the current false to true transition.
@flaviomartins48
@flaviomartins48 2 жыл бұрын
otimo conteudo.
@TimWilborne
@TimWilborne 2 жыл бұрын
Thanks!
@memoriosortiz3615
@memoriosortiz3615 3 жыл бұрын
Great video! I have one question sir! What if I want to select (from the screen) a value and this pass to the preset of the counter? Good bye from México
@TimWilborne
@TimWilborne 3 жыл бұрын
Hi Memo. I have a video coming on this in our HMI series but you will need to create two tags. One is a DINT, lets call it DintPre, and another with a type of TIME, lets call it TimePre. Set the time in milliseconds in your HMI to DintPre. Then use the Any_to_Time instruction to convert this to TimePre. The on your timer, put the TimePre in the PT. I hope that helps Meme and good luck!
@sudhandiramanisundaram4909
@sudhandiramanisundaram4909 3 жыл бұрын
Hi , Could you please advice counter values (Preset & Accum) can be use DINT - can be use for compare comments, Appreciate your help thanks
@TimWilborne
@TimWilborne 3 жыл бұрын
Great question. then preset and accumulated values are in the TIME format. You can use the ANY_TO_DINT instruction to convert it to a DINT
@gregmyers8011
@gregmyers8011 2 жыл бұрын
Hey Tim, I am trying to write a value from a T4T HMI "Numeric Entry" to the "CTUD_1.PV" preset value but it gives me a "Illegal access to function block instance parameter" fault. The data types are the same, DINT, on my MOV instruction. How do I use the HMI to set a counter preset value?
@TimWilborne
@TimWilborne 2 жыл бұрын
You wouldn't use a MOV, you need to assign that tag...such as myHMIPreset...to the counter preset.
@ethangarrett4193
@ethangarrett4193 2 жыл бұрын
Sir, do you know if the Micro 800 platform is capable of importing tags from a 750 or 525 series Allen Bradley drive the way a Compact or Control Logix can?
@TimWilborne
@TimWilborne 2 жыл бұрын
Hi Ethan, not sure what you mean by import tags from a Powerflex. Do you mean as in the tags that appear when you add a Powerflex to the I/O configuration? The easiest way is to program a User Defined Function Block such as in this lesson. twcontrols.com/lessons/control-an-ab-powerflex-525-drive-with-a-micro800-micro820-plc-with-a-user-defined-function-block
@atanquerel
@atanquerel 2 жыл бұрын
Hi Tim, great videos! Is there a way to not have the text for an input crammed into the symbol? I've tried having the Alias selected only, but this leads to issues with editing/viewing timer PTs etc?
@TimWilborne
@TimWilborne 2 жыл бұрын
Yes, it is a little tricky when it happens. Right click the shortcut to CCW and select properties, then compatibility, then it is one of the DPI settings.
@kadreanhasford5911
@kadreanhasford5911 3 жыл бұрын
How do I make the count go up if I'm using a simulator? I don't have a physical button that corresponds to the counter like that. I tried clicking on the counter and that doesn't do anything.
@TimWilborne
@TimWilborne 3 жыл бұрын
You can toggle the inputs on your simulator. See if this video helps. twcontrols.com/lessons/how-to-use-the-allen-bradley-micro800-simulator-in-connected-components-workbench
@johnrece6622
@johnrece6622 3 жыл бұрын
so far on these exercises my controller keeps getting program time exceeded the watchdog timeout value fault. code 0x0000.
@TimWilborne
@TimWilborne 3 жыл бұрын
That is strange John. You are just using the counter instruction?
@johnrece6622
@johnrece6622 3 жыл бұрын
@@TimWilborne yea, probably because I was using the using the simulator I guess.
@TimWilborne
@TimWilborne 3 жыл бұрын
@@johnrece6622 Which processor did you have selected?
@johnrece6622
@johnrece6622 3 жыл бұрын
@@TimWilborne micro 850 sim
@atanquerel
@atanquerel 2 жыл бұрын
@@johnrece6622 I get this too John. I haven’t got a fix for it, I tried changing the Windows affinity (in Task manager) as suggested in other videos but didn’t work for me. My system is running on a boot camp Mac.
Program a START STOP in the Micro800 PLC with a Seal In
23:16
Tim Wilborne
Рет қаралды 12 М.
How I Did The SELF BENDING Spoon 😱🥄 #shorts
00:19
Wian
Рет қаралды 36 МЛН
Magic trick 🪄😁
00:13
Andrey Grechka
Рет қаралды 52 МЛН
123 GO! Houseによる偽の舌ドッキリ 😂👅
00:20
123 GO! HOUSE Japanese
Рет қаралды 6 МЛН
Scan Cycle of Micro800 PLC using Connected Components Workbench
15:59
Studio 5000 CTU CTD Counter Explained
15:21
Tim Wilborne
Рет қаралды 18 М.
A DAY (NIGHT) in the LIFE of a NOC ENGINEER!
12:36
Custodian Data Centres
Рет қаралды 1,8 МЛН
Micro800 Using Discrete Inputs to Control Analog Outputs
23:47
Tim Wilborne
Рет қаралды 7 М.
Micro800 Wire Analog 0-10VDC inputs and outputs Micro820
8:54
Tim Wilborne
Рет қаралды 18 М.
Micro800 PID instruction in CCW
18:41
Tim Wilborne
Рет қаралды 22 М.
Troubleshooting a PLC Output
7:25
KletteTech
Рет қаралды 46 М.