Mechatronics 3
.docx
keyboard_arrow_up
School
Georgia Southern University *
*We aren’t endorsed by this school
Course
3331
Subject
Mechanical Engineering
Date
Feb 20, 2024
Type
docx
Pages
6
Uploaded by AgentStar96299
INTRO TO LABVIEW AND DATA ACQUISITION WITH A NI-USB-TC01 THERMOCOUPLE
Sean McDaniel October 15, 2023 MENG 3511 Introduction to Mechatronics
ABSTRACT
The combination of these two labs is to introduce the use of
LabVIEW (Laboratory Virtual Instrument Engineering
Workbench) to students as well as show how to perform data
acquisition with a NI-USB-TC01 Thermocouple. LabVIEW can
be used to imitate physical instruments that students will use such
as oscilloscopes and multimeters. Learning LabVIEW is a
necessity because it allows students to have better convenience
and organization when performing complex tasks.
To achieve this objective, Students are given simple tasks that
require the basic operations needed to run a VI program on
LabVIEW. This consists of showing the students how to change
and program graphs that can simulate circuits in the real world
and compare multiple waves at the same time. Some of the graphs
used are saw tooth, sine, cosine, and square graphs. The properties
are changed throughout the process to show students how to
manipulate the properties of tools added onto LabVIEW.
Afterwards, students are taught how to use thermocouples to
find temperatures and voltages of objects in the actual world. In
this lab. Students measure the voltages and temperatures of their
own hand, an ice pack, and the ambient temperature of the room.
The results of the measurements found using thermocouple VI are
as follows: An average of 83.3 for the palm of the student’s hand,
33.4 for the ice pack given during the experiment, and 68.2 for the
ambient temperature of the room. The time constant for the
thermocouple was calculated to be 4.9s by taking 63.2% of the
time it took the measurements to reach a steady-state temperature.
NOMENCLATURE
°
F
Fahrenheit (Degrees)
℃
Celsius (Degrees)
V
Volts (Volts)
T
Temperature (
℃
)
t
Time (seconds)
INTRODUCTION
In the first part of this laboratory, Students are
introduced to the basic programming skills of LabVIEW. In
the second part of this laboratory, Students are introduced to
the idea of temperature measurement with thermocouples
and data acquisition using the LabVIEW DAQ Assistant.
LabVIEW (Laboratory Virtual Instrument Engineering
Workbench) is a virtual instrument that can be used to
imitate physical instruments such as oscilloscopes and
multimeters. LabVIEW has a large set of tools for acquiring,
analyzing, displaying, and storing data, as well as tools to
help troubleshoot the codes that are written. A user can build
a user interface (Front Panel) with controls and indicators.
Some examples of input mechanisms in LabVIEW are
knobs, push buttons, and dials. Some examples of output
indicators are graphs and LEDs.
LabVIEW can also be used in pair with a NI-USB-TC01
thermocouple data acquisition board to investigate
temperature measurements, gain data acquisition and log
data into LabVIEW. The NI-USB-TC01 is a device that
consists of a J- type thermocouple, amplifier, single channel
analog data acquisition and USB interface.
A thermocouple is a temperature measurement device
made of a junction of dissimilar metals. The different
thermal characteristics of the two types of materials at a
thermocouple junction result in a small voltage visible on the
thermocouple leads that is related to the temperature of the
junction. An amplifier is then used because the voltage that
is visible is small and needs to be accurately inputted into an
analog to digital converter. Thermocouples can be made
from many different metals and the choice of the conductors
determines the operating temperature range and other details
of the measuring device. In this experiment, a J-Type
thermocouple is used along with the NI-USB-TC01. The J-
Type thermocouple is made of iron and constantan and has a
temperature range of 0
℃ to 750
℃
.
Most of the second part of the laboratory experiment is
creating the LabVIEW VI that measures the output of
the
thermocouple amplifier, displaying the information, and storing temperature and time records to a file so it can be used later.
EXPERIMENTAL METHODS
The first part of this laboratory is introducing
students to LabVIEW. We start by launching the
program and opening a new VI by selecting
VI>From Template>Simulated>Generate and
Display and then pressing ok. Students are shown
the first example of a front panel. Students then
are asked to press window>show block diagram.
So that the block diagram will appear. It is
recommended the students put the front panel on
one side of the computer screen and the block
diagram on the other side.
Students are then asked to add a control to the
front panel. Select view>controls>palette. The
express menu is then presented, and students enter
a numeric controls palette onto the front panel of
the program. Students then learn how to change
the signal type. This can be done by right clicking
the Simulate Signal Express VI button and
selecting Properties. Properties can be changed to
show different signal types, frequencies, phases,
amplitudes and more.
Next students are shown how to wire objects
on the block diagram. This is demonstrated by
explaining how to wire a physical knob onto the
amplitude of the signal output so that we can
adjust the signal amplitude just by using the knob
instead of going to the properties tab.
Students then run the program and are shown
the graphs of the signal type they have selected.
Students modify these graphs by adding a Scaling
and Mapping program to the block diagram. The
user is then told how to change the waveform
properties and add multiple inputs onto the same
graph so that they all display as one unified graph.
The second part of this experiment shows
students how to perform data acquisition using a
NI-USB-TC01 Thermocouple in LabVIEW.
Students start off by plugging in the NI-USB-
TC01. The user then opens LabVIEW and creates
a blank VI. A while loop is added to the block
diagram by right clicking the block diagram and
expanding the list using the double down arrow
symbol at the very bottom of the pop-up menu.
The while loop is made by making the selections
Programming > Structures > While Loop. The
user then left clicks the bottom corner of the block
diagram and drags from the bottom left to the
upper right to make a large grey rectangle outline.
A Boolean input is then used by the VI to
determine if the while loop should be processed.
We add an on/off button by changing to the front
panel and selecting Express > Buttons > Push
Button and place it somewhere on the front panel.
Students then change the view back to the block
diagram and wire the button to the stop symbol on
the bottom right of the while loop.
A DAQ Assistant VI is now needed to be
added to the block diagram. The VI function can
be found in the functions palette by selecting
Express > Output > DAQ Assist. After placing the
DAQ Assistant onto the block diagram we
configure the VI to measure temperature by
selecting Acquire Signals > Analog Input >
Temperature > Thermocouple. Select the
available channel ai0. Another DAQ assistant
configuration then appears. Students change the
Display Type drop down menu to the Chart
Setting to visualize numerical.
The user now needs to be shown how to
display and log the temperature data that
they will be collecting. We add a chart and
wire the data port on the DAQ Assistant icon
to the chart icon on the block diagram. Run
VI to verify that the data is being displayed
on the chart. Stop the VI using the loop stop
button on the front panel. Students then add a
Write to measurement file VI to the block
diagram to set up data logging. The VI is
found in the functions palette by selecting
Express > Output > Write Measurement
File. The VI is then saved and if any
preexisting files are present then the user
must override those. A functionality to view
temperatures both in Fahrenheit and Celsius
is then added. We do this by adding the
equation to the Block Diagram by selecting
Mathematics > Numeric > Conversion > To
Double Precision Float. Add the conversion
block to the diagram and wire the signal to
the input.
Students then determine the Thermocouple
Time Constant by opening the. LVM file
that was created containing the
temperature and time data. This can be done
by opening an Excel spreadsheet and
dragging and dropping them into the new
file. LVM file into the first sheet. The time
constant of the thermocouple is the time it
takes for the measurement to make it to
63.2% of its steady state.
Data is now collected for Calibration.
To do so, students make a calibration curve
for the thermocouple by comparing the
steady-state voltage output to the steady-
state temperature output. The only difference
in configuration will be the selection to
acquire an analog voltage instead of an
analog temperature. Students plot the voltage
versus temperature data for the three data
points and find a best fit straight line that
will represent the sensitivity of the
thermocouple.
Lastly, students need to determine the
statistical precision of the measurements.
Start off by running the VI and making ten
measurements of the temperature on your
hand, letting the temperature start to move
back toward room temperature between each
measurement. Record the steady state value
at each measurement. Users then open the VI
block diagram and add a statistic VI outside
the while loop. The statistics VI can be found
in the functions palette by selecting
Mathematics > Probability and Statistics >
Statistics. A window will appear when the
VI is placed on the block diagram. Check
arithmetic mean, standard deviation,
maximum and minimum. Click ok to close
the dialog box. We then wire all these
components together. We then add a read
from measurement file VI to the block
diagram. The VI can be found in the
functions palette by selecting Express >
Input > Read Measurement File. When the
configuration window opens use the
filename section and the browse files button
to point to the. LVM file that was created
with ten data points. Click the read file now
button and ensure the data is displayed
correctly in the spreadsheet. Wire together
the signals ports of the read from
measurement file and statistics blocks.
Switch to the front panel and position the
numeric indicators you created where you
would like and run the VI to see the
calculation results. Stop the VI and save the
program. Make sure to record all values and
screenshot pictures of the graphs that you
have created from this program.
DATA
Temperature for Calibration Table 1.
Calibration environment
Temperature, T(C)
Voltage, Vo(mV)
Ice
-4.49087
-1.505
Room
18.592628
-0.275
Hand(P1)
27.320341
0.156
Hand(P2)
29.381207
0.284
Table 2
Time Response
Time t (sec)
T(t)
T(t)-
To/Tf-
T0
-ln(1-
T(t)-T0/
Tf-T0)
0
20.3203
3
0
0
0.231353
20.5259
58
0.07886
5978
0.082149
735
0.471268
20.7558
92
0.16822
8894
0.184197
989
0.71139
20.9776
65
0.25547
058
0.295002
912
0.950734
21.1696
53
0.33008
5937
0.400605
84
1.191005
21.3318
7
0.39313
0916
0.499442
189
1.430996
21.4778
46
0.44986
3896
0.597589
57
1.670291
21.6427
22
0.51394
2285
0.721427
906
1.910606
21.8210
84
0.58326
1952
0.875297
437
2.149879
21.9615
92
0.63786
9816
1.015751
508
2.389969
22.0696
64
0.67987
156
1.139032
99
2.629299
22.1750
23
0.72081
8908
1.275894
633
2.869993
22.3019
81
0.77016
062
1.470374
56
3.109367
22.4370
28
0.82264
6088
1.729608
041
3.349488
22.5828
6
0.87932
3103
2.114638
579
3.588405
22.7205
73
0.93284
4702
2.700747
457
3.828979
22.8231
72
0.97271
9387
3.601578
966
4.068993
22.8933
66
1
0
Tim
e Con
stan
t Ris
e tim
e, tR(s
%D
iffer
enc
e for Sens
itivit
y, K
(mV
/C)
Expec
ted Range
of k (mV/
%Differe
nce for k from mid-
range
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Questions
I need help solving this problem.
arrow_forward
Hartley Electronics, Inc., in Nashville, producesshort runs of custom airwave scanners for the defense industry.The owner, Janet Hartley, has asked you to reduce inventory byintroducing a kanban system. After several hours of analysis, youdevelop the following data for scanner connectors used in onework cell. How many kanbans do you need for this connector?Daily demand 1,000 connectorsLead time 2 daysSafety stock 12 dayKanban size 500 connectors
arrow_forward
Please do not copy other's work and do not use ChatGPT or Gpt4,i will be very very very appreciate!!!
Thanks a lot!!!!!
arrow_forward
exam_question.php?exam_id:
Some computers contain multi-processors in order to
s1 /4
MS-DOS considered as the weakest OS because of It
arrow_forward
I want to answer all the questions by handwriting.
arrow_forward
Problem 1: You are working in a consulting company that does a lot of hand calculations for designs in
Aerospace Industry for mechanical, thermal, and fluidic systems. You took the Virtual engineering
course, and you want to convince your boss and the team you work to move to modelling and simulation
in computers using a certain software (Ansys, Abaqus, etc). Discuss the benefits and pitfalls of computer
based models used within an industrial environment to solve problems in engineering.
arrow_forward
Identify the lines
arrow_forward
You are assigned as the head of the engineering team to work on selecting the right-sized blower that will go on your new line of hybrid vehicles.The fan circulates the warm air on the inside of the windshield to stop condensation of water vapor and allow for maximum visibility during wintertime (see images). You have been provided with some info. and are asked to pick from the bottom table, the right model number(s) that will satisfy the requirement. Your car is equipped with a fan blower setting that allow you to choose between speeds 0, 1,2 and 3. Variation of the convection heat transfer coefficient is dependent upon multiple factors, including the size and the blower configuration.You can only use the following parameters:
arrow_forward
1. What is Console in Scilab?2. What is Scilab Code?3. How to run a Scilab code?4. Distinguish between 2D and 3D plots in Scilab with the functions to implement.
arrow_forward
System Specification
The aim of task 2 is to design a simulated obstacle detection sensor system for a mobile robot platform. You
should assume your chosen sensors will be placed on a small mobile robot platform as designed in task 1.
The sensor system must be able to detect objects within the range of 0mm to 1000mm and have a field of
vision of 90 degrees (see diagram below). You may need to use multiple sensors to achieve the desired
specification.
Robot
platform
H
0-1000mm
range
90° sensor
view
Example
object
arrow_forward
What is the purpose of machine learning?
O a.
To replace scientists by thinking machines
D. To enable the recognition of patterns in complex data
O c.
To make an artificially intelligent clone of a brain
d.
To figure out how to use a machine
Clear my choice
arrow_forward
Technical graphics are the preferred method for communicating designs during a
design process.
True
False
arrow_forward
о (14) Аянами Рей-YouTube
O (14) [FREE FOR PROFIT] Playboi C x
b Success Confirmation of Questio X
О Мессенджер
O MENG250-S2022-HW_03.pdf
O File | C:/Users/Lenovo/Downloads/MENG250-S2022-HW_03.pdf
ES O
MENG250-S2022-HW_03.pdf
2 / 3
150%
Problem 1
Calculate the reactions of the truss shown and use:
(a) the Method of Joints to determine the axial force in each member.
(b) The Method of Sections to verify the values of the axial forces in members EF, BC
and BF.
Indicate also whether each axial force is tensile (T) or compressive (C).
E
F
120KN
3.0 m
A
D
В
100KN
100KN
4.0 m
4.0 m
4.0 m
Activate Windows
Go to Settings to activate Windows.
1:18 PM
A ENG
4/14/2022
21
>
...
...
+
II
arrow_forward
о (14) Аянами Рей-YouTube
O (14) [FREE FOR PROFIT] Playboi C x
b Success Confirmation of Questio X
О Мессенджер
O MENG250-S2022-HW_03.pdf
O File | C:/Users/Lenovo/Downloads/MENG250-S2022-HW_03.pdf
ES O
MENG250-S2022-HW_03.pdf
2 / 3
150%
+ |
Problem 2
Determine the coordinates of the centroid of the following composite areas.
100 mm
140 mm
2 in
8 in
3 in
50 mm
140 mm
-4 in
-6 in
200 mm
10 in
(a)
(b)
Activate Windows
Go to Settings to activate Windows.
PbMZzXCghHY.jpg
Show all
1:19 PM
A ENG
4/14/2022
21
>
...
...
+
II
arrow_forward
О (14) Аянами Рей- YouTube
O (14) [FREE FOR PROFIT] Playboi C x
b Success Confirmation of Questio X
О Мессенджер
O MENG250-S2022-HW_03.pdf
O File | C:/Users/Lenovo/Downloads/MENG250-S2022-HW_03.pdf
ES O
MENG250-S2022-HW_03.pdf
3 / 3
125%
+ |
Problem 3
Considering that the following structures are in equilibrium, draw their free-body
diagram and determine the reactions at the supports.
40KN/m
А
В
1.5 m
5.0 m
a)
w = 3(1-x²/25) [KN/m]
В
A
5 m
b)
Activate Windows
Go to Settings to activate Windows.
1:20 PM
A ENG
4/14/2022
21
>
...
...
II
arrow_forward
REC
M Gmail
x4 BIT203 - Google x
Gmail: Free. Pria x
Dashboard
BIT203-Study W x
docs.google.com/document/d/1unVPvr_GhUFhrQuNdGICLqFle1ZB51_BICKagvoXoSU/edite
BIT203-Study WorkShop * D e
a Share
File Edit View insert Format Tools Add-ons Help Lastedit was made minutes ngoby Seri ECT
150 -
Nomal tet
Times Ne
12 • BIU
Discuss the tools and technologies for collaboration and social business that are available and
how they provide value to an organization.
I
arrow_forward
You are a biomedical engineer working for a small orthopaedic firm that fabricates rectangular shaped fracture
fixation plates from titanium alloy (model = "Ti Fix-It") materials. A recent clinical report documents some problems with the plates
implanted into fractured limbs. Specifically, some plates have become permanently bent while patients are in rehab and doing partial
weight bearing activities.
Your boss asks you to review the technical report that was generated by the previous test engineer (whose job you now have!) and used to
verify the design. The brief report states the following... "Ti Fix-It plates were manufactured from Ti-6Al-4V (grade 5) and machined into
solid 150 mm long beams with a 4 mm thick and 15 mm wide cross section. Each Ti Fix-It plate was loaded in equilibrium in a 4-point bending
test (set-up configuration is provided in drawing below), with an applied load of 1000N. The maximum stress in this set-up was less than the
yield stress for the Ti-6Al-4V…
arrow_forward
The Weather Monitor. Your South American expedition splits into two groups: one that stays at home base, and yours that goes off to
set up a sensor that will monitor precipitation, temperature, and sunlight through the upcoming winter. The sensor must link up to a
central communications system at base camp that simultaneously uploads the data from numerous sensors to a satellite. In order to
set up and calibrate the sensor, you will have to communicate with base camp to give them specific location information.
Unfortunately, the group's communication and navigation equipment has dwindled to walkie-talkies and a compass due to a river-raft
mishap, which means your group must not exceed the range of the walkie-talkies (3.0 miles). However, you do have a laser rangefinder
to help you measure distances as you navigate with the compass. After a few hours of hiking, you find the perfect plateau on which to
mount the sensor. You have carefully mapped your path from base camp around lakes and…
arrow_forward
University Of Babylon
College of Mussayb
Automobile Production
Quiz(2) 2024-205
7. Which classification method considers the
number of independent movements a robot can
make?
0
0
о
a) Classification by Degrees of Freedom
b) Classification by Kinematic Structure
c) Classification by Drive Technology
d) Classification by Workspace Geometry
8. Which classification method focuses on the
arrangement of the robot's joints?
。 a) Classification by Degrees of Freedom
。 b) Classification by Kinematic Structure
° c) Classification by Drive Technology
od) Classification by Motion
Characteristics
9. What is the difference between a robot with 2
Degrees of Freedom (DOF) and one with 6
DOF?
о a) The 6 DOF robot can move faster.
o b) The 6 DOF robot can move more
precisely.
o c) The 6 DOF robot can perform more
complex tasks.
o d) All of the above
10. What are some examples of drive technologies
used in robots?
。 a) Hydraulic, pneumatic, and electric
о
b) Gear, belt, and chain drives
o c) Ball screws,…
arrow_forward
In the automotive industry, supercars are highly accredited with how they are manufacture; from the
type of car chassis used to the type of materials employed. Often enough, companies like BMW,
Mercedes & Audi produces supercars that exemplifies a better reliability compared to other automotive
manufacturing companies. This is because they pay close attention to the details on how the car is
manufactured; right from raw materials to a finished supercar. The task given to you is to watch the
video link provided below & explain the electrostatic process acquired for the two different models of
BMW vehicles.
https://www.youtube.com/watch?v=sUqKUbmdOr0
Pls watch the video before answering
arrow_forward
What are you guys doing I gave you just one simple task, you just have to copy paste the given photos onto the white page and upload ( only copy paste) pls do that I'll UPVOTE for sure pls diagram clear pls do it man, u dont have to find anything it's not against honor code violation u can do pls
arrow_forward
DISCUSS THE STEP-BY-STEP PROCESS OF HOW TO COME UP WITH A SOLUTION.
*Preferably if you typed the answer
Thumbs up guaranteed If you discuss the steps. Thankyou!
arrow_forward
https://ethuto.cut.ac.za/webapps x
Content
Take Test: Main assessment link - x
ethuto.cut.ac.za/webapps/assessment/take/launch.jsp?course_assessment_id= 26832 1&course_id3_10885_1&content_id%3 625774 1&step3Dnull
Question Completion Status:
QUESTION 20
A single-stage, single-acting air compressor with runs at speed 600 rpm. It has a polytropic index of
1.26. The induced volume flow rate is 7.2 cubic meters per min and the air must be delivered at a
pressure of 668 kPa. The free air conditions are 101.3 kPa and 18 degrees Celsius. The clearance
volume is 6% of the stroke volume and the stroke/bore ratio is 1.6/1. Calculate the delivery air.
Hint answer usaully in C and no need for °C.
arrow_forward
System Specification
Task 1 is to complete the development of a simple simulated 2-wheel drive mobile robot platform.
You will need to research suitable actuators and platform designs. From review of your research then produce
a specification and model of the platform to hold the proposed processor unit (myRIO), and actuators together
(your chosen motors from selection available) with a battery (Hardware datasheets on BB).
arrow_forward
I think I drew it wrong but can it please be drawn on the isometric paper on my image!
arrow_forward
HW_5_01P.pdf
PDF
File | C:/Users/Esther/Downloads/HW_5_01P.pdf
2 Would you like to set Microsoft Edge as your default browser?
Set as default
To be most productive with Microsoft Edge, finish setting up your
Complete setup
Maybe later
browser.
(D Page view A Read aloud V Draw
7 Highlight
2
of 3
Erase
5. Two cables are tied to the 2.0 kg ball shown below. The ball revolves in a horizontal
circle at constant speed. (Hint: You will need to use some geometry and properties of
triangles and their angles!)
60°
1.0 m
60°
© 2013 Pearson Education, Inc.
(a) For what speed is the tension the same in both cables?
(b) What is the tension?
2.
2:04 PM
O Type here to search
C A
2/9/2021
(8)
arrow_forward
Don't Use Chat GPT Will Upvote And Give Handwritten Solution Please
arrow_forward
I have been working on this Solid Mech problem for a while and have gottem nowhere
we are supposed to be finding the modulus of elasticity for a set of data (attached). I have made an excel sheet from this to finda stress strain graph. I understand how the modulus of elasticity is (E = (delta stress)/(delta strain)) but I cannot find the propotional limit that I need to find delta stress and delta strain
arrow_forward
Department of Mechanical Engineering
PRINCIPLES OF COMPUTER AIDED ENGINEERING – MENG303
Please solve the problem by keupordDepartment of Mechanical Engineering
PRINCIPLES OF COMPUTER AIDED ENGINEERING – MENG303
Please solve the problem by keupord
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
Elements Of Electromagnetics
Mechanical Engineering
ISBN:9780190698614
Author:Sadiku, Matthew N. O.
Publisher:Oxford University Press
Mechanics of Materials (10th Edition)
Mechanical Engineering
ISBN:9780134319650
Author:Russell C. Hibbeler
Publisher:PEARSON
Thermodynamics: An Engineering Approach
Mechanical Engineering
ISBN:9781259822674
Author:Yunus A. Cengel Dr., Michael A. Boles
Publisher:McGraw-Hill Education
Control Systems Engineering
Mechanical Engineering
ISBN:9781118170519
Author:Norman S. Nise
Publisher:WILEY
Mechanics of Materials (MindTap Course List)
Mechanical Engineering
ISBN:9781337093347
Author:Barry J. Goodno, James M. Gere
Publisher:Cengage Learning
Engineering Mechanics: Statics
Mechanical Engineering
ISBN:9781118807330
Author:James L. Meriam, L. G. Kraige, J. N. Bolton
Publisher:WILEY
Related Questions
- I need help solving this problem.arrow_forwardHartley Electronics, Inc., in Nashville, producesshort runs of custom airwave scanners for the defense industry.The owner, Janet Hartley, has asked you to reduce inventory byintroducing a kanban system. After several hours of analysis, youdevelop the following data for scanner connectors used in onework cell. How many kanbans do you need for this connector?Daily demand 1,000 connectorsLead time 2 daysSafety stock 12 dayKanban size 500 connectorsarrow_forwardPlease do not copy other's work and do not use ChatGPT or Gpt4,i will be very very very appreciate!!! Thanks a lot!!!!!arrow_forward
- exam_question.php?exam_id: Some computers contain multi-processors in order to s1 /4 MS-DOS considered as the weakest OS because of Itarrow_forwardI want to answer all the questions by handwriting.arrow_forwardProblem 1: You are working in a consulting company that does a lot of hand calculations for designs in Aerospace Industry for mechanical, thermal, and fluidic systems. You took the Virtual engineering course, and you want to convince your boss and the team you work to move to modelling and simulation in computers using a certain software (Ansys, Abaqus, etc). Discuss the benefits and pitfalls of computer based models used within an industrial environment to solve problems in engineering.arrow_forward
- Identify the linesarrow_forwardYou are assigned as the head of the engineering team to work on selecting the right-sized blower that will go on your new line of hybrid vehicles.The fan circulates the warm air on the inside of the windshield to stop condensation of water vapor and allow for maximum visibility during wintertime (see images). You have been provided with some info. and are asked to pick from the bottom table, the right model number(s) that will satisfy the requirement. Your car is equipped with a fan blower setting that allow you to choose between speeds 0, 1,2 and 3. Variation of the convection heat transfer coefficient is dependent upon multiple factors, including the size and the blower configuration.You can only use the following parameters:arrow_forward1. What is Console in Scilab?2. What is Scilab Code?3. How to run a Scilab code?4. Distinguish between 2D and 3D plots in Scilab with the functions to implement.arrow_forward
- System Specification The aim of task 2 is to design a simulated obstacle detection sensor system for a mobile robot platform. You should assume your chosen sensors will be placed on a small mobile robot platform as designed in task 1. The sensor system must be able to detect objects within the range of 0mm to 1000mm and have a field of vision of 90 degrees (see diagram below). You may need to use multiple sensors to achieve the desired specification. Robot platform H 0-1000mm range 90° sensor view Example objectarrow_forwardWhat is the purpose of machine learning? O a. To replace scientists by thinking machines D. To enable the recognition of patterns in complex data O c. To make an artificially intelligent clone of a brain d. To figure out how to use a machine Clear my choicearrow_forwardTechnical graphics are the preferred method for communicating designs during a design process. True Falsearrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Elements Of ElectromagneticsMechanical EngineeringISBN:9780190698614Author:Sadiku, Matthew N. O.Publisher:Oxford University PressMechanics of Materials (10th Edition)Mechanical EngineeringISBN:9780134319650Author:Russell C. HibbelerPublisher:PEARSONThermodynamics: An Engineering ApproachMechanical EngineeringISBN:9781259822674Author:Yunus A. Cengel Dr., Michael A. BolesPublisher:McGraw-Hill Education
- Control Systems EngineeringMechanical EngineeringISBN:9781118170519Author:Norman S. NisePublisher:WILEYMechanics of Materials (MindTap Course List)Mechanical EngineeringISBN:9781337093347Author:Barry J. Goodno, James M. GerePublisher:Cengage LearningEngineering Mechanics: StaticsMechanical EngineeringISBN:9781118807330Author:James L. Meriam, L. G. Kraige, J. N. BoltonPublisher:WILEY
Elements Of Electromagnetics
Mechanical Engineering
ISBN:9780190698614
Author:Sadiku, Matthew N. O.
Publisher:Oxford University Press
Mechanics of Materials (10th Edition)
Mechanical Engineering
ISBN:9780134319650
Author:Russell C. Hibbeler
Publisher:PEARSON
Thermodynamics: An Engineering Approach
Mechanical Engineering
ISBN:9781259822674
Author:Yunus A. Cengel Dr., Michael A. Boles
Publisher:McGraw-Hill Education
Control Systems Engineering
Mechanical Engineering
ISBN:9781118170519
Author:Norman S. Nise
Publisher:WILEY
Mechanics of Materials (MindTap Course List)
Mechanical Engineering
ISBN:9781337093347
Author:Barry J. Goodno, James M. Gere
Publisher:Cengage Learning
Engineering Mechanics: Statics
Mechanical Engineering
ISBN:9781118807330
Author:James L. Meriam, L. G. Kraige, J. N. Bolton
Publisher:WILEY