Guest User

Untitled

a guest
Mar 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. if(belowTank2){
  2. if(tank_1.amount()>2*tank_2.amount()){
  3. valve.set_openRate(0.1);
  4. belowTank2=false;
  5. }
  6. }else{
  7. if(tank_1.amount()<2*tank_2.amount()){
  8. valve.set_openRate(0.3);
  9. belowTank2=true;
  10. }
  11. }
Add Comment
Please, Sign In to add comment