If you're too dumb to rig up something fixed that utilises the pump I linked to then that's not our fault.
ok because you asked nicely KEEP DREAMING ON .............CARRY ON THINKINGTo all those who are saying I am overthinking f@ck off
You are an innovative person, and you are using your knowledge of electronics to make things easier for you, and why not, regulations are indeed regulations, but that should not stop you making a fish tank filling and draining system using your own designed control system, all you need to do is to make sure you do not contravene water and other safety regulations, such as possibility of electrocution.To all those who are saying I am overthinking f@ck off and use some imagination! This is the sort of thing I do at work and I also happen to enjoy the challange of projects like better than going to the pub or spending my life flaming people on forums lol
yeah it is a big tank and I could do without the hassle and possibility of spilling water on the wooden floor etc etc.
For those who have given me constructive feedback thank you. Yes RS is expensive but at least items are likely to be reliable as you say.
isn't there an app ( mobile phone ) for thiscounting how many teas and coffees. She told us she had run out of fingers!
what if the kids were asked to actually create an applet in the first place complete with its border and colours and the shape of the box, and how it interacts with other applets and how a processor sees it and does what with it,
banksel PORTC ; read the six inputs RC0..5
movfw PORTC ;
bcf CARRY
banksel in_reg_0
rrf WREG ; RC0 into carry
rlf in_reg_0 ; move CARRY into the shift register for input RC0
rrf WREG ; RC1 into carry
rlf in_reg_1 ; move CARRY into the shift register for input RC1
rrf WREG ; RC2 into carry
rlf in_reg_2 ; move CARRY into the shift register for input RC2
rrf WREG ; RC3 into carry
rlf in_reg_3 ; move CARRY into the shift register for input RC3
rrf WREG ; RC4 into carry
rlf in_reg_4 ; move CARRY into the shift register for input RC4
rrf WREG ; RC5 into carry
rlf in_reg_5 ; move CARRY into the shift register for input RC5
; SET FLAGS FOR INPUT STATES
; port C , 0 and port C , 1 not used so goto PORTC , 2
goto skip_0_1
; PORT C , 0
;-----------
movfw in_reg_0
xorlw b'00001111' ; compare in-re to 00001111, if equal ZERO is set. WREG altered
btfsc ZERO
bsf new_off_0 ; set flag ( flags are in common RAM so bank need not be set )
movfw in_reg_0
xorlw b'11110000' ; compare in-re to 00001111, if equal ZERO is set. WREG altered
btfsc ZERO
bsf new_on_0 ; set flag ( flags are in common RAM so bank need not be set )
If you need to find a tradesperson to get your job done, please try our local search below, or if you are doing it yourself you can find suppliers local to you.
Select the supplier or trade you require, enter your location to begin your search.
Are you a trade or supplier? You can create your listing free at DIYnot Local