No video

Compactlogix HSC High Speed Counter Configuration in Studio 5000

  Рет қаралды 13,693

Tim Wilborne

Tim Wilborne

Күн бұрын

Пікірлер: 35
@MegaVinnys
@MegaVinnys 4 ай бұрын
My counter did not work because of this Enable bit 😂 Tks Tim!
@TimWilborne
@TimWilborne 4 ай бұрын
You are welcome
@timcombs7646
@timcombs7646 3 жыл бұрын
great video. thanks Tim.
@TimWilborne
@TimWilborne 3 жыл бұрын
Glad you enjoyed it Tim!
@renatobarbosa4157
@renatobarbosa4157 6 ай бұрын
Hello, how can I save the last value written so that when I turn off the CPU, it comes back with the same value, in my application the value is reset to zero and I need it saved to continue the process
@TimWilborne
@TimWilborne 6 ай бұрын
The reason they reset it is you have no way of knowing whether the encoder moved while the power is off. But it would make for a good video. Instead of using the ACC for your scaling, you would would use a MOV instruction with a source a of the ACC and source b of some DINT such as MyEncoderValue. Use this tag for your scaling. Then you can use the S:FS first scan bit to set the ACC value back to it on power up.
@renatobarbosa4157
@renatobarbosa4157 6 ай бұрын
Yes, it would make a good video, I'm trying to do it this way but I haven't managed to do it yet, I may be making a mistake somewhere, but thanks for the idea and if a video comes out about it, please notify me.
@ceilingwalker1
@ceilingwalker1 3 ай бұрын
I have the same PLC but it won't allow me to select anything but "Pulse Internal Direction" under operation mode. All my encoder does is count up.
@TimWilborne
@TimWilborne 3 ай бұрын
Check the assignment of the other IO. If you have already assigned some of it for other tasks such as counters, it wouldn't be available for encoders.
@shaileshbangale1395
@shaileshbangale1395 26 күн бұрын
Do you have any video for 1734-VHSC5 or 1734-VHSC24 configuration and its prpgramming for RPM calculation?
@TimWilborne
@TimWilborne 25 күн бұрын
No but it would be similar
@MarcAnolfo
@MarcAnolfo 4 ай бұрын
Using the same high speed coder how could use a proximity sensor to detect if a shaft is rotating or not?
@TimWilborne
@TimWilborne 4 ай бұрын
Possibly, depending on the frequency, you may not need a high speed input.
@emilio.ferreira
@emilio.ferreira 3 ай бұрын
Help! Where to find Range12To15[0] ranges in Compactlogix l33emr to use LDW? Help me please!
@garybelveal4930
@garybelveal4930 6 ай бұрын
Great Video! Do you have any videos regarding the Embedded HSC Output channels? I have an application where I need to provide a pulse speed reference input to a shihlin servo drive.
@TimWilborne
@TimWilborne 6 ай бұрын
No, not on the Compactlogix. I didn't even realize it has them though it makes sense. I do for the Micro850 kzfaq.info/get/bejne/qLOGfNiKzdzWaZs.html
@andretoledo3329
@andretoledo3329 Жыл бұрын
Hi Tim! I would like to know if it's possible to use a simple digital sensor to count pulses. But the pulses are 1.8 Khz. I tried to use the input A, B e Z but doesn't work none of them.
@TimWilborne
@TimWilborne Жыл бұрын
Only on a very slow rates. You must consider the switching time of the sensor, input RPI, and PLC scan time. Sounds like you're looking for a high speed counter.
@jiewenmai
@jiewenmai 11 ай бұрын
Hi Tim, I am struggling in the 1769-HSC right now. So what does the "Local:3:I.Ctr0CurrentCount" actually stand for? It only counts one time if the sensor senses an object, If it senses this object again, it counts to 2. So the CurrentCount only counts how many times the sensor sensor the object? Is this logic correct? I connected a Banner sensor (M18SP6FF50Q) to A0+ and A0- of the HSC module. Local:3:O.Ctr0En is set to 1. The operation mode is "Pule Internal Direction". Is there any way to get the feedback value like a time? For example, how long does an object pass by the sensor take? Count the time for any object passing by the sensor.
@TimWilborne
@TimWilborne 11 ай бұрын
Counting is pretty much what the 1769-HSC...but at a very fast frequency. I don't think you can get a time stamp
@apauto-hh4gh
@apauto-hh4gh 4 ай бұрын
Hi Tim, how do i can buy the "PLC Tools SIM-S24" while i am in Perth Australia. please can address to me the contact to buy?
@TimWilborne
@TimWilborne 4 ай бұрын
These are not available outside of the USA.
@apauto-hh4gh
@apauto-hh4gh 4 ай бұрын
@@TimWilborne thank you!
@justinpuzak2558
@justinpuzak2558 2 жыл бұрын
hey tim, off topic question,, but i cant use trends on studio 5000, every time i hit run it lags for a few seconds and then i get a error saying "path specified invalid or one of the modules not responding
@TimWilborne
@TimWilborne 2 жыл бұрын
A few things to try from technote QA9600. Shut down RSLogix 5000. Press the Ctrl and Shift keys while restarting Logix Designer to reset user preferences and screen settings. Delete harmony files as shown in this video kzfaq.info/get/bejne/m86TmM5o37irl2Q.html
@ayhanseku3729
@ayhanseku3729 2 жыл бұрын
Hi bro, Thank you for your valuable video. I want to calculate line linear velocity (m/min) using 1024 htl encoder. cylinder diameter 600mm cpu 1769-l24er-qbfc1b another question: I want to read the plc scan time for each cycle.
@TimWilborne
@TimWilborne 2 жыл бұрын
This should help. twcontrols.com/lessons/math-for-rotary-motion-to-linear-motion-conversions-on-servos
@ayhanseku3729
@ayhanseku3729 2 жыл бұрын
@@TimWilborne thanks a lot.
@et.sachin
@et.sachin 3 жыл бұрын
Hey Tim, I'm having a small doubt regarding the input and output data files. Does the number of bits in input data file mean that the controller will be having that many number of physical input terminals? When l look into the input data file of Micrologix 1400 Series A controller i could see 7 words inside, it does that mean the controller could accommodate a maximum of 113 inputs?
@TimWilborne
@TimWilborne 3 жыл бұрын
Not in reality. There is memory allocated for that many, but different models have different numbers of inputs. The 1400s have 20 inputs and 12 outputs on their base and can handle 7 expansion modules.
@et.sachin
@et.sachin 3 жыл бұрын
@@TimWilborne so if we aren't using any expansion modules then only 20 bits from the data file is required right? Does that mean the 21st bit isn't mapped to any physical input terminal of the controller?
@TimWilborne
@TimWilborne 3 жыл бұрын
Not mapped is probably not the correct term. I'm not in front of a PC right now but many of them have function of configuring the input points.
@TheShooter466
@TheShooter466 2 жыл бұрын
I don't get any counting, just flickering from 1 to zero. With no dead band. Weird.
@TimWilborne
@TimWilborne 2 жыл бұрын
Yep, that is weird.
@TheShooter466
@TheShooter466 2 жыл бұрын
The Z channel and the A were switched
Configure a Micrologix Encoder High Speed Counter
17:30
Tim Wilborne
Рет қаралды 29 М.
Adding Ethernet Modules in Studio 5000
16:18
Tim Wilborne
Рет қаралды 11 М.
The Joker saves Harley Quinn from drowning!#joker  #shorts
00:34
Untitled Joker
Рет қаралды 72 МЛН
SPONGEBOB POWER-UPS IN BRAWL STARS!!!
08:35
Brawl Stars
Рет қаралды 18 МЛН
Prank vs Prank #shorts
00:28
Mr DegrEE
Рет қаралды 10 МЛН
Gli occhiali da sole non mi hanno coperto! 😎
00:13
Senza Limiti
Рет қаралды 20 МЛН
Setup a Micro850 Encoder HSC High Speed Counter
21:32
Tim Wilborne
Рет қаралды 27 М.
How to configure Compact 5000™ high-speed counter I/O module
5:52
Rockwell Automation
Рет қаралды 12 М.
Sinking and Sourcing PLC Inputs with PNP NPN Sensors
17:31
Tim Wilborne
Рет қаралды 158 М.
Indirect Addressing in Studio 5000 to Store and Retrieve Data
20:02
Yamaha SCARA Robot. Easy to Integrate with an Allen Bradley PLC
22:55
PLCGurus.NET - Studio 5000 User Defined Types (UDTs)
13:29
PLCGurus.NET
Рет қаралды 15 М.
Set Up PIDE Auto Tuning in Studio 5000
13:41
Tim Wilborne
Рет қаралды 20 М.
Studio 5000 & RsLogix 5000 Produced and Consumed Tags
20:50
Tim Wilborne
Рет қаралды 26 М.
Studio 5000 Data Types.  BOOL, INT, DINT, and REAL?
12:56
Tim Wilborne
Рет қаралды 20 М.
The Joker saves Harley Quinn from drowning!#joker  #shorts
00:34
Untitled Joker
Рет қаралды 72 МЛН