Search results

  1. Y

    Function: setint

    Thanks Allan and all Yex
  2. Y

    Picaxe Kayak Control Project

    Why not using a bracket system that could lift up the engine? Also it would be centered. I think mikeyBoo uses that. I saw it in one of the picture he posted.
  3. Y

    Picaxe Kayak Control Project

    Sonar would make sense... and some kind of jaw to cut the snake on two :devilish: But I admit, the homing system would be a challenge...
  4. Y

    Picaxe Kayak Control Project

    Ha ha ha... Thanks ! Handle well too.
  5. Y

    Picaxe Kayak Control Project

    I was thinking of doing one like this including vibration. However it would be illegal to use here... :eek: Last night I had to promise my wife that I would try to build an automatic land mower a bit like those vaccum cleaner "Roomba". I'm at the cabin at the moment and she's complaining the...
  6. Y

    Picaxe Kayak Control Project

    I'm a picaxe fishing low tech kind of guy... Here is my realization : 14', it weight ± 40 lbs. I was aiming at 35 lbs but I think I exaggerated on the Epoxy It only require a single paddle an a few beers to operate nicely all day long. :ROFLMAO: More pictures here if you want to check it out
  7. Y

    Function serin & serout

    And how much time are we talking about ?
  8. Y

    "Time" variable

    Thanks all, that gives me food for thought...
  9. Y

    Picaxe Kayak Control Project

    Wow huge project! Is it still working?
  10. Y

    "Time" variable

    Hi all, Is "time" variable a word variable, i.e. limited to 65535? What happen when it reach the end, does it goes funny or simply start from 0 again? Is there another variable that can give the time in smaller unit like micro sec. or mili sec? One more thing, is it precise enough to use it...
  11. Y

    Function serin & serout

    Thanks for the code Hippy, What do you mean about the transmission time ? When the picaxe come to the serout command, does it not execute it entirely before moving to the next command? I'm not sure I'm following you here. Please note: the receiving picaxe is only function will be to check for...
  12. Y

    Function serin & serout

    Cut & paste mistake. I was chatting with my wife when writting this message. It's corrected now. symbol total =w13 symbol maxi =w12 symbol mini =w11 do ... ... SerOut TX, TX_BAUD, ( $AA, $BB, b27, b26 ) ;send total ... ... SerOut TX, TX_BAUD, ( $AA, $CC...
  13. Y

    Fonction "COUNT"

    D'accord pour SETFREQ mais "BAUDMODE" sert à quoi si c'est pas justement d'ajuster la vitesse de transmission ? Et dans le même ordre d'idée, pourquoi choisir "T2400_16" quand ont peu prendre "N19200_16" ? Ou pourquoi pas seulement lorsque la pompe cesse de tourner. Un sensor hall par exemple...
  14. Y

    Fonction "COUNT"

    Give me a chance, c'est la première fois que j'écris un code pour les PICAXE. :sneaky: pour le inc time, t'as compris pourquoi ? La loop s'exécute plus vite qu'une seconde, donc je retournais toute de suite dans "record:" et enregistrait un nouveau record de 0 L ... De toute façon je vais tout...
  15. Y

    Fonction "COUNT"

    Je suis au chalet en ce moment et j'ai eu à aller en ville. J'ai pensé au code durant ces 160 km :mad:. Mini et Maxi ont besoin d'être transmis juste une fois par jour tout au plus. En fait seulement lorsqu'il y aura un record enregistré et ça sera toujours vers 2h du matin. Pour "total" on...
  16. Y

    Function serin & serout

    Ok I think I get it. I will try that. I was wondering about that today. Does it mean that I could have various serout & serin by changing the qualifier to send different variable? Let me explain. Say I have this code to send by the first picaxe: symbol total =w13 symbol maxi =w12...
  17. Y

    Fonction "COUNT"

    D'accord je comprends. Quel est le temps d'exécution de "serout" si j’envoie 6 bytes ? Qu'arrive t'il si il y a une interruption pendant que serout envois des données ? Qui a priorité, serout ou interrupt? Au pire il n'est pas essentiel de mettre à jour la console en temps réel. Pour MAXI et...
  18. Y

    Function serin & serout

    Ok thanks, it make cense. I'm currently recycling the code someone gave me for another project. It's 3 capacitive probe using a touch16 and a 08M2 sending info to a 14M2. There is no synchronization but it does work. Does it mean picaxe to picaxe understand each other better ? Just a though...
  19. Y

    Fonction "COUNT"

    Vous n'avez vraiment personne d'autre à embêter ? C'est quoi votre problème ? Partez donc votre propre thread et amusez-vous. Je n'irai pas vous embêter, j'ai autre chose à faire.
Top