Thanks for watching! If you are looking for the complete Connected Components Workbench PLC Training series, visit twcontrols.com/micro800-connected-components-workbench-lessons
@joeczarnuch5 ай бұрын
Hey, Tim! I have years of experience with Rockwell/AB PLC equipment but have never used CCW until I started teaching. Your videos have been invaluable for me to "translate" the logic topics to CCW. Really well done, Tim!
@TimWilborne5 ай бұрын
Great to hear!
@odiewan67 Жыл бұрын
@TimWilborn, these videos are awesome. I'm a 20 year C/C++ veteran getting back into PLC programming and your videos are making so easy for me to look like a rockstar ("How did you figure this CCW thing so fast!?"). Thank you, thank you.
@TimWilborne Жыл бұрын
I'm glad to help. CCW does have some learning curve but it has become a very good platform.
@jlewismoe4 жыл бұрын
Thank you. This couldn't have come at a better time.
@TimWilborne4 жыл бұрын
Glad to hear it Jason. We're going to go through how to limit the range of the analog signals tomorrow.
@fiuba866733 жыл бұрын
Hi Tim, you're videos have been extremely helpful for students like me. Keep it up! Thank you so much.
@TimWilborne3 жыл бұрын
Happy to hear that!
@mattk78214 жыл бұрын
Tim, I dont make comments often. Like this is my 3rd in my whole life. But I'm commenting because you seem like a good fella and your vids are proper helpful. Thanks mate
@TimWilborne4 жыл бұрын
Thank you so much for your compliments Matt!
@kurtpetersen14782 жыл бұрын
Tim - your going to make me money! thank you sir!
@BendixX699 ай бұрын
Tim you are the freaking best in KZbin, how can I support your channel?
@TimWilborne9 ай бұрын
Your comments are enough, thanks! 🔥
@jackpast4 жыл бұрын
One of your best, Tim! Please touch on why 4-20 is used way more than 0-16. Thanks!
@TimWilborne4 жыл бұрын
Thanks Jack! Check out around 4:30 of this video for why we do 4-20mA as opposed to 0-16mA or 0-20mA. It is called a live zero. kzbin.info/www/bejne/faOsi3SmedRlg7M
@OscarDeAstorra3 жыл бұрын
Tim, me acabas de salvar la vida. Muchas gracias por esos excelentes videos te recomiendo sigas así. Saludos desde México.
@TimWilborne3 жыл бұрын
¡De nada!
@john.walley8 ай бұрын
These are so helpful! Thank you!
@TimWilborne8 ай бұрын
You're so welcome!
@JamieMcQuillan4 ай бұрын
Tim, I have an application where I'm trying to monitor a motor amp draw using a flex-core atr 2-420-24l-sp transducer. Will using the tip of this video work for that application? I want to trend the load and control to stop the machine when the motor reaches a certain load point
@TimWilborne4 ай бұрын
If it puts out a 4-20mA signal and you have a 0-10VDC input then it will work. Ohms law is the same no matter what brand.
@JamieMcQuillan4 ай бұрын
Yes Tim..it's a micro820. I meant to add that to my question. I appreciate how quickly you responded. You're awesome!
@TimWilborne4 ай бұрын
Happy to help. Good luck!
@andrewhensley200911 ай бұрын
Thank you for the videos. What is the best way to introduce an offset to the output of the SCALER? For example, if my SCALER Output is displaying 0.5 when it should be 0.0.
@TimWilborne11 ай бұрын
Use a subscribe instruction directly behind it.
@GeoffPowell10 ай бұрын
I’ve got an 820 where we use the add on 2080-if4 analog input card. A 4-20mA temperature sensor failed and all I have in stock is an RTD with a 2 wire 4-20mA puck that takes a max 30vdc input. When I calibrate the transducer I confirm my ma signal across full scale then connect to the input card the signal (at -15 deg) displays full scale 122 deg because the input is 27mA. I confirmed this with 2 transducers and both transducers work on test bench to a ControlLogix analog input card. Not sure if my transducer will run on 10v and I don’t have a spare analog card to test as I don’t want to risk blowing anything up at 24v. Do you think this will work to bring my signal to a voltage input? What voltage were you running to your analog device?
@TimWilborne10 ай бұрын
Since it says a max of 30VDC, you should be good with 24VDC. Here is an upcoming video that will help you with your wiring. You will likely be connecting it in 2 wire mode. kzbin.info/www/bejne/oWnCkqufr7mKiqc
@jamesowusu-ansah5953 жыл бұрын
Thank you for your videos..but please do you have a circuit diagram for the wiring in this video
@TimWilborne3 жыл бұрын
No, I don't believe we have a sample of this one but it is pretty straight forward in the video. What is tripping you up?
@redsept429 Жыл бұрын
Hi i just want to ask if the sensor that has 0-5V output are posible to use in the plc that require 0-10V analog input.
@TimWilborne Жыл бұрын
Yes, you would just utilize half of it's range
@redsept429 Жыл бұрын
Thank you very much for your reply sir.
@maufermamdes Жыл бұрын
Hi Tim! Is there any way to stabilize the values of variable AnalogMaScaled? The decimal places vary too much, which is a problem for me, as I need to work with precision.Thanks!
@TimWilborne Жыл бұрын
I am surprised that I have never done a video on this...here you go... FV=FV+C(NV-FV) Where: FV= Filtered value C= constant (range 0-1) The smaller the number the more dampening. NV= New Value Filtered Value= Filtered Value+Constant*(New Value-Filtered Value) New Value = Unfiltered Value Constant= 0.00-1.00 The smaller the number the more damping.
@stomp16912 жыл бұрын
Hi Tim, thank I you for your videos. I am using a micro 850 to build a control system as part of my final year university project and your videos have been the saving grace in helping me figure out this project. I did have a question that I am hoping someone could help with. Is there any over voltage protection on the 2080-IF4 face mount modules? I have looked on line and found nothing after many hours of searching. My interest is in preventing damage to the module should the pot in the potential divider circuit be damage and the full 24 volts be see by the analog input pin. I have had a pot fail during installation and I would rather build a voltage clamping circuit to protect the module if it does not already have over voltage protection.
@TimWilborne2 жыл бұрын
Check the specs but 24VDC will likely damage the IF4.
@stomp16912 жыл бұрын
@@TimWilborne Thank you Tim. I built a 10VDC regulator circuit to supply the potentiometers which holds the voltage stable even if something should go wrong with the pot. Thank you so much
@TimWilborne2 жыл бұрын
@@stomp1691 What did you end up building, I completely forgot I had this video on it 😂 kzbin.info/www/bejne/d2HIenuNq96Ne8k
@stomp16912 жыл бұрын
Hi Tim, I used a LM317 to build a regulated 10 volt output to use across my 10k pots. It also solves the problem of voltage dips when all the various loads cause voltage dips from my main 24Vdc supply. It makes for very stable analog inputs to the plc... and I haven't blown my input pin which is great.
@JohnSmith-lv8xk3 жыл бұрын
Will ths or something similar work on the output ?
@TimWilborne3 жыл бұрын
No, you would need to use a voltage to current signal converter.
@rendarchannel2 жыл бұрын
Hey Tim, love your videos. Just a question when you a dividing the raw unit in half for the scaling you divide 4095 in half to get 2047.5, but wouldn't you count zero as a number? so 0-2047 and 2048-4095 would be equally divided in two so you could just put 2047 in the scaler? Just wondering if I'm up the wrong tree here. Keep up the good work.
@shamanking51953 жыл бұрын
Tim Do you have a video on how to convert 0 to 10 volts to 4 to 20 ma ???. Thanks.
@TimWilborne3 жыл бұрын
No, you'll need a converter to do that.
@OwenJames-p5l4 ай бұрын
Where do you find the Analog input output scaling 4095,4008?
@TimWilborne4 ай бұрын
It is buried in the manuals... It's been several years so I can't recall exactly where.
@TimIsom-xq9rc Жыл бұрын
I noticed something when I tried this. When I would go online and run the analog sim up to 20ma, the engineering value in the tag slowly dropped. Meaning: usually the value will bounce around but for some reason the value dropped very gradually from bouncing around 28300 to bouncing around 28200. If these numbers confuse you, I was using an 2080 IF2 and also only had a 220 ohm resister so the math was a little different.
@TimWilborne Жыл бұрын
With an IF2, you wouldn't need the resistor. Just select 4-20mA in your configuration and wire accordingly. Check out this video. It is for the IF4 but would be similar. kzbin.info/www/bejne/sGS2gKuKebF7mJY
@TimIsom-xq9rc11 ай бұрын
@@TimWilborne I know that the if2 can be used as a 4 to 20 mA. I was just trying to practice converting 0 to 10 into mA. Just thought it was odd that the upper value seem to be bleeding down and was wondering if you’ve ever heard of anything like that happening before?
@JohnSmith-je8uu4 жыл бұрын
Tim, I love your videos!!! I was wondering if you could do one on an RTD plug in. I am used to setting an RTD up on RSLogix 500, but for some reason I am super lost on this platform
@TimWilborne4 жыл бұрын
Here is one on installing plug in modules. It is for 4-20mA inputs and outputs but it should get you close. twcontrols.com/lessons/allen-bradley-micro800-plug-in-module-configuration-for-the-micro820-micro830-micro850-micro870
@Waterboy-wh7mb3 жыл бұрын
Tim,I have a pressure transducer 4-20 ma 0-100 psi. How do I scale to measure feet? I would like to open a valve at 26 feet and close the valve at 32 feet. Can you point me in the right direction?
@TimWilborne3 жыл бұрын
There are 2.31 ft per PSI, so your range would be 0-231 ft.
@andersondachery3853 жыл бұрын
Hi Tim. I would like you to take me a doubt I'm with an analog card 2080_OF2 (micro850) your output from 4 to 20ma is connected to the input of Powerflex525. I used a scaler block but the values came out different than when I use the direct signal generator on the Inverter input. Why does it happen? Analog Signal Generator Card 20ma = 100hz 20ma = 100hz 16ma = 67hz 16ma = 75hz 12ma = 34hz 12ma = 50hz 8ma = 11hz 8ma = 25hz 4 ma = 0hz 4 ma = 0hz Thanks Tim. And keep on with the best youtube automation channel and content
@TimWilborne3 жыл бұрын
Are you sure you have it configured correctly for mA?
@andersondachery3853 жыл бұрын
@@TimWilborne I think so. I'm using a block scaler writing a value from 0 to 100 in the input. Input min=4.0 Input Max=20.0. OutputMin = 0.0 outputMax=65535.0
@andersondachery3853 жыл бұрын
Strange that at the output of Analogica cplc card is with a value of 32767. But the inverter is at 34hz. I take the signal from the input of the clp I set the signal generator to 12m I put it on the input of the powerflex, the Inverter goes up to 50Hz.
@bigt95nt0110372 жыл бұрын
What is the cost of your trainer?
@TimWilborne2 жыл бұрын
Depends on you particular needs Anthony. See link below. twcontrols.com/plc-trainers
@nikhunter14 жыл бұрын
I'm trying to figure out the principle operation of 4-20mA signal. Lets say, we have a RTD sensor and wanna get input on a PLC I/O inputs which take 0-10VDC. If we connect on the current loop a resistor (in order to convert the signal and take the voltage measurement for PLC), that's may cause drop voltage, and therefore, current flow restriction. Obviously the restriction depends on the value of the resistor. SO, how is that possible to get 4-20 mA constant current on our loop, without its resistor affects the current in our circuit?
@TimWilborne4 жыл бұрын
An RTD sensor needs to be connected to an RTD input. You can't simply feed it voltage and read the voltage drop across it.
@chriseby13453 жыл бұрын
Your question is a common one and shows you are thinking !! Heres what happens ... the transducer ( pressure, temp, etc to 4 -20 ma) is scaled so that it will produce the desired loop current , over a range of loop resistances. The adding of the 250 ohm load , does in fact cause a brief reduction in loop current, but the transducer will correct this by in effect lowering its resistance to bring the current level back to the original value.....if the loop has for example a 24 volt power supply, the total loop resistance is limited to r= 24v /20 ma ohms, so you could even add a few more 250 ohm resistors in series before the transducer could not supply the 20 ma loop current..
@joew42022 жыл бұрын
Hi Tim, I have a Balluff BUS series analog input/digital output sensor. I can’t figure out how to set it up in studio 5000. I have this sensor being used my a proprietary PLC in my plant but it’s connected to a Bekoff plc. In that instance it measures distance. In the Input card, the white wire is in the signal, and then brown and blue is power. I tried to set it up this way in studio 5k but I’m getting some weird numbers. I’m using a Flex analog card btw. When I put my hand in front of sensor, it will go from 32000 to 10000 to 8, etc. I can’t get it to measure from 32000 to 0. Can you figure out what I’m doing wrong. In the analog card properties, I’m using 4to20 milliamperes.
@TimWilborne2 жыл бұрын
What is the part number of your input card?
@joew42022 жыл бұрын
@@TimWilborne flex ie8
@joew42022 жыл бұрын
@@TimWilborne FLEX IO 1794-1e8
@brodyobray67442 жыл бұрын
Hey Tim, I was wondering if you could explain when best to use a local variable versus a global variable? Thanks!
@TimWilborne2 жыл бұрын
Hi Brody, yes that one is on the list!
@crimsonking8422 жыл бұрын
Hey Tim, thanks for all the help you provide to us students, its truly invaluable. I'm currently using one of the Micro820 trainers and am trying to scale the 0-10V Analog input to the Voltmeter analog output. I just cant seem to figure out how to get the Analog output to work with the scaler. I appreciate any help or advice you have to offer. I'm used to RsLogix500 and CCW is pretty new to me .
@crimsonking8422 жыл бұрын
Never mind Tim! I figured out that I had to use an ANY to WORD instruction to convert the output from REAL to a WORD. Thanks again for your videos, me and my classmates at NIC really appreciate you!
@TimWilborne2 жыл бұрын
Yep, the ANY_TO instructions are a must learn! Glad you figured it out.
@sharadpatle7932 жыл бұрын
How to convert 4 word data change to single real data
@alexute3 жыл бұрын
could not find Any_to_real only any_to_LREAL in my block. Help?
@TimWilborne3 жыл бұрын
I had this happen once also, unfortunately my only solution was to uninstall CCW and reinstall.
@riiska13 жыл бұрын
I just had this issue and called tech support. If you change your theme to default the Any_to_Real will be there. You can then switch back to logix theme and the instruction will stay but it will be called stor. FYI
@TimWilborne3 жыл бұрын
@@riiska1 Oh wow that is great information. Thanks for sharing!
@frantzschwoebel88074 жыл бұрын
Hello, thank you for this vidéo, i will make me save 100 Euros ! (4-20 mA / 0-10 V converter). Does it work with a Micro 810 ? I want to connect a water pressure sensor 4-20 mA to a analogic input of a Micro 810, this sensor is allready connected to an ATV (2 of the 3 wire of the sensor, the common and the Signal, it's to vary the speed of a pump) and i measured 24 V dc in the sensor. How can i do ?
@TimWilborne4 жыл бұрын
The Micro810 does not have the built in 10VDC power supply such as the Micro820 has so you'll need to add a 10VDC power supply to it.