1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Nataly_w [17]
4 years ago
14

A liquid level control system linearly converts a displacement of 2-3 meters into a 4-20 mA control signal. A relay closes at 12

mA and opens at 10 mA. Find (a) the relation between displacement level and current, and (b) the neutral zone (between 12mA and 10 mA) or displacement gap in meters.
Engineering
1 answer:
yaroslaw [1]4 years ago
3 0

Answer:

a)H = 0.0625 I + 1.75

b)Neutral zone=0.125 m

Explanation:

Given that

H_{min}= 2 m

H_{max}= 3 m

I_{min}=4\ mA

H_{max}= 20\ mA

The relationship between current and displacement is given as follows

H= K I + H0

Now by putting the values

3 = K x 20 + H0

2 = K x 4 + H0

Therefore

1 = 16 K

K=0.0625

H0=2- 0.0625 x 4

H0=1.75

The relationship is given as follows

H = 0.0625 I + 1.75

Now ,

I_H=12\ mA

H_H=0.0625\times 12+1.75

H_H=2.5

I_L=10\ mA

H_L=0.0625\times 10+1.75

H_L=2.375

Neutral zone is given as follows

Neutral zone=2.5-2.375

Neutral zone=0.125 m

You might be interested in
You do not need to remove the lead weights inside tires before recycling them.
almond37 [142]
There are NO “lead weights inside tires”!

Balancing of the entire wheel (rim plus tire ) is done by correctly fitting the tire to the rim to begin with (new tires have printed coloured marks identifying the heavy and light bits), and then by adding balancing weights to the metal rim, usually made of lead but not always.

If you’re recycling rims then yes, remove the weights and recycle those separately.
6 0
3 years ago
Write a function which multiplies the values in odd position values by 10. Odd positions in this case refers to the first value
xxMikexx [17]

Answer:

Using linkedlist on C++, we have the program below.

Explanation:

#include<iostream>

#include<cstdlib>

using namespace std;

//structure of linked list

struct linkedList

{

  int data;

  struct linkedList *next;

};

//print linked list

void printList(struct linkedList *head)

{

  linkedList *t=head;

 

  while(t!=NULL)

  {

      cout<<t->data;

      if(t->next!=NULL)

      cout<<" -> ";

     

      t=t->next;

  }

}

//insert newnode at head of linked List

struct linkedList* insert(struct linkedList *head,int data)

{

  linkedList *newnode=new linkedList;

  newnode->data=data;

  newnode->next=NULL;

 

  if(head==NULL)

  head=newnode;

  else

  {

      struct linkedList *temp=head;

      while(temp->next!=NULL)

      temp=temp->next;

     

      temp->next=newnode;

     

      }

  return head;

}

void multiplyOddPosition(struct linkedList *head)

{

  struct linkedList *temp=head;

  while(temp!=NULL)

  {

      temp->data = temp->data*10; //multiply values at odd position by 10

      temp = temp->next;

      //skip odd position values

      if(temp!= NULL)

      temp = temp->next;

  }

}

int main()

{

  int n,data;

  linkedList *head=NULL;

 

// create linked list

  head=insert(head,20);

  head=insert(head,5);

  head=insert(head,11);

  head=insert(head,17);

  head=insert(head,23);

  head=insert(head,12);

  head=insert(head,4);

  head=insert(head,21);    

 

  cout<<"\nLinked List : ";

  printList(head); //print list

 

  multiplyOddPosition(head);

  cout<<"\nLinked List After Multiply by 10 at odd position : ";

  printList(head); //print list

 

  return 0;

}

5 0
3 years ago
1. Asbestos can be dangerous but is not a known carcinogen.<br> A) O True<br> B) O False
Leya [2.2K]
I believe it’s A. True
4 0
3 years ago
Consider two different versions of algorithm for finding gcd of two numbers (as given below), Estimate how many times faster it
juin [17]

Answer:

Explanation:

Step 1:

a) The formula for compute greatest advisor is

     gcd(m,n) = gcd (n,m mod n)

the gcd(31415,14142) by applying Euclid's algorithm is

    gcd(31,415,14,142) =gcd(14,142,3,131)

                                  =gcd=(3,131, 1,618)

                                   =gcd(1,618, 1,513)

                                   =gcd(1,513, 105)

                                   =gcd(105, 43)

                                    =gcd(43, 19)

                                     =gcd(19, 5)

                                      =gcd(5, 4)

                                      =gcd(4, 1)

                                      =gcd(1, 0)

                                      =1

STEP 2

b)  The number of comparison of given input with the algorithm based on  checking consecutive integers and Euclid's algorithm is

     The number of division using Euclid's algorithm =10 from part (a)

      The consecutive integer checking algorithm:

      The number of iterations =14,142 and 1 or 2 division of iteration.

        14,142 ∠= number of division∠ = 2*14,142

         Euclid's algorithm is faster by at least 14,142/10 =1400 times

          At most 2*14,142/10 =2800 times.

5 0
3 years ago
Hi njfrenigerg ej5gu5ngu5ntigjk5ng 5itrkgmrj gjrfgj
Vika [28.1K]

Answer:

OMG YOU SPEAK THE I LIKE UR CUT G LANGUAGE

Explanation:

wow ugyfufuyyy yufyufufyu yufuyyuuy uyyfufufu

8 0
3 years ago
Other questions:
  • The two stroke engines has greater cooling and lubrication requirements than four stroke engine. Explain why?
    14·1 answer
  • Assuming that a query has a buffer holding up to 3 blocks, and each block can hold two records. Use merge-sort to sort the follo
    15·1 answer
  • What are the potential hazards relating to materials handling injuries?
    12·2 answers
  • You are asked to design a software package for an On-line Banking System (OBS). The OBS will take requests from its user on the
    14·1 answer
  • A student lives in an apartment with a floor area of 60 m2 and ceiling height of 1.8 m. The apartment has a fresh (outdoor) air
    14·1 answer
  • A wooden pallet carrying 540kg rests on a wooden floor. (a) a forklift driver decides to push it without lifting it.what force m
    10·1 answer
  • E) What are the major jobs of a nurse?<br><br>​
    14·1 answer
  • ​please how to drawing mechanical drawing after connecting the all parts thanks
    6·1 answer
  • Is there any difference between the intensive properties of saturated vapor at a given temperature and the vapor of a saturated
    12·1 answer
  • A traffic flow has density 61 veh/km when the speed is 59 veh/hr. If a flow has a jam density of 122 veh/km, what is the maximum
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!