Shadowing-Übung: BAS Bootcamp: Day 6 Setting up IO Internally - Englisch Sprechen Lernen mit Video

Laden...
1
All righty folks, Phil Zito here and welcome to day six of the BAS Bootcamp.
2
So what we're going to be looking at in today's video
3
is we're going to talk about the internal setup of inputs and outputs.
4
And then in tomorrow's video, we're going to start to look at the external setup of inputs and outputs.
5
So I mentioned in earlier videos of this BAS Bootcamp series
6
that you will often go and have these things called universal inputs.
7
And these universal inputs will allow you to go about setting your inputs
8
and outputs to do whatever they are capable of processing.
9
So let's take a look at what that might look like.
10
So I'm going to add a hardware input and I'm going to add a hardware output.
11
So right now I'm using DysTech GFX software, and we're going to take a look at setting up one of their inputs.
12
So we would go to the input, and we would see that right here, and this is how they set it up, and different software is going to look a little different.
13
But how they set it up is you'll have the name of the hardware input, and then it'll show signal disconnected disconnected.
14
Now this is a universal input so it's going to give me multiple different types of inputs I can process.
15
When we're looking at inputs we're really focused on those four input types that I talked about right?
16
The digital input also known as dry contact, the resistive input these are typically used for temperature,
17
or the linear input which is what we're typically going to use
18
if we're doing some form of voltage either volts DC or milliamps of current.
19
Let's take a look first at digital input because it's definitely the easiest.
20
So oftentimes when you're setting up a digital input the things you need to know are just just a handful of things.
21
First off you typically will have some form of action or polarity it'll be called something to to that effect.
22
And you need to pick, basically what you're saying is, is when this input is electrically, I was gonna say electronically,
23
but when it's electrically true, meaning it is actually true,
24
it's actually got the contacts are closed or it's energized, whatever is causing this digital input to be true,
25
when that's true in the program, it's going to represent a true or a one or some sort of true Boolean value.
26
If you don't want that to be the case, which is in some cases like when you're doing safeties
27
and you've got them wired to a specific output or a specific contact type.
28
Maybe you're using normally closed contacts, and you want those contacts to break to indicate failure.
29
Then you would actually click this reverse action and or the polarity button,
30
whatever your software has, and that would go and cause it to turn true when the input was actually false.
31
Also, on some controllers, you can go and set up their enumeration sets basically it's their data typesets.
32
All right, so let's then look at a different type of signal.
33
Let's look at RTDs.
34
Now, when it comes to RTDs and thermistors, you actually have these things called resistance tables.
35
So let me see if I can pull up one while I'm talking.
36
10k type 2 table.
37
okay and what this will look like i don't know how well this is gonna show up
38
but uh we'll see so basically what we can see right here is
39
that for certain degrees fahrenheit there are certain ohm resistance
40
because remember resistance is measured in ohms we learned
41
that in yesterday's video or last week's video rather day five
42
so we see that there's this chart and what happens inside the controller
43
when you pick the thermistor type like platinum 1000 ohm nickel 1000 ohm 10k type 2
44
what happens is there's actually a chart that this controller knows
45
and based on the resistance
46
that is sensed it is going to calculate temperature now what
47
you can do is a couple different things Not every controls line has this,
48
but typically they will have an offset for temperature.
49
You see this is delta degrees Fahrenheit because we're in degrees Fahrenheit.
50
So what would happen is as the test and balance went through
51
and they tested the sensors and they gave you the sensed value versus what you're seeing, you would actually put in a correction factor.
52
Sometimes you can also put in ohm correction factors.
53
I do not recommend doing this because that totally screws up your table.
54
I typically recommend just putting in an output offset.
55
So setting the actual offset right here for the actual sensed value.
56
All right.
57
So that's RTDs and thermistors.
58
Pretty straightforward also.
59
So, so far we've covered digital and we've covered RTD and thermistor.
60
Now, linear is something I see a lot of folks get really tripped up on.
61
They do have a resistance because sometimes you will be using a potentiometer to go and calculate a specific output,
62
but we're not going to go through that because that's less common.
63
What we're going to talk about really is 0 to 10 volts and 0 to 20 milliamps.
64
So 0 to 10 volts right here is we've got 0 to 10, and then our output is 0 to 100.
65
Now, this could be for a humidity sensor, in which case it would be 0 to 100.
66
This could be for a pressure sensor in
67
which it may be like 0 to 5 or 0 to 20 pounds per square.
68
It could be a variety of things that you're sensing.
69
And the important thing here to know when you're dealing with linear is what are my min and max signals?
70
So 0 to 10 or maybe it's 2 to 10, whatever it is.
71
and then what does that correspond to from an output perspective?
72
And it'll do all the calculations itself.
73
The same for the actual 4 to 20 milliamps, or 0 to 20 milliamps.
74
So if we wanted to do 4 to 20 milliamps, we'd do like this, right?
75
4 is 0, so that would actually give us a negative value at 0.
76
So here we go, and this is how we get this all set up.
77
Pretty straightforward to set this up.
78
I do mention though that with some controls, they give you the ability to set COV.
79
And you see the COV increment is set to 1 here, which is fine here.
80
But if we went to 0 to 5 volts and we were doing 0 to 5 inches for our actual pressure sensing,
81
maybe this was building static pressure, and we had 1 as our COV increment, that would not be good.
82
because change by one in pressure is significant.
83
So if this may be called COV increment, this may be called refresh rate, this may be called change rate, whatever.
84
Figure that out.
85
You want to do anywhere from like one to 5% of the actual throttle range or sensor span.
86
Sorry, not throttle range.
87
I started to get into, I've been thinking about PID loops lately.
88
So sensor span, your sensor span is the effective span of the sensor that is controlled.
89
So your sensor may actually have a broader range.
90
It may go to a negative value.
91
But your controlled range is just this 0 to 5.
92
Actually, I would argue it's like half to 2.5 is your controlled range.
93
But, you know, that's just semantics.
94
So you pick your controlled range.
95
In our case, we have 5, right?
96
So we would say, what is 1% of 5?
97
And it'd be 0, 5.
98
And so that's what we would refresh.
99
That would be our refresh rate.
100
These are all kind of really important things to know, and they're what trip up a lot of newer techs.
101
It's not terribly difficult.
102
On the output side, pretty much the same thing, right?
103
We have digital outputs, can configure those, can pick our data types.
104
we have our 0 to 10 volt outputs we can pick
105
that and it has a reverse action that's basically just like polarity
106
and then you know we can have 4 to 20 milliamp I didn't talk really about pulse
107
because I mean outside of monitoring metering and things like
108
that it's not something we use a whole bunch
109
so I hope this was helpful to you and I hope
110
that this really helped you start to figure out how to do inputs
111
and outputs and if you have any questions do Do not hesitate to go below the video and ask those.
112
Tomorrow we will start to look at how do you wire these things up.
113
Thanks a ton.
114
Take care.

Über diese Lektion

Was ist die Shadowing-Technik?

Shadowing ist eine wissenschaftlich fundierte Sprachlerntechnik, die ursprünglich für die professionelle Dolmetscherausbildung entwickelt und durch den Polyglotten Dr. Alexander Arguelles populär gemacht wurde. Die Methode ist einfach aber wirkungsvoll: Du hörst englisches Audio von Muttersprachlern und wiederholst es sofort laut — wie ein Schatten, der dem Sprecher mit nur 1–2 Sekunden Verzögerung folgt. Anders als passives Hören oder Grammatikübungen zwingt Shadowing dein Gehirn und deine Mundmuskulatur, gleichzeitig echte Sprachmuster zu verarbeiten und zu reproduzieren. Studien zeigen, dass es Aussprachegenauigkeit, Intonation, Rhythmus, verbundene Sprache, Hörverständnis und Sprechflüssigkeit signifikant verbessert — was es zu einer der effektivsten Methoden für die IELTS Speaking-Vorbereitung und reale englische Kommunikation macht.