Search:

Type: Posts; User: oldpapa49; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: Counter

    by oldpapa49
    Replies
    7
    Views
    4,764

    Michael, ok.. I got so lost on the program...

    Michael,

    ok.. I got so lost on the program and at work doing other things, ...

    Well the 1st part

    If Asc(value2) > 0 Then Call displayBox
    value3 = DIGIT$(value2)

    All I have to say is...
  2. Thread: Counter

    by oldpapa49
    Replies
    7
    Views
    4,764

    Thanks Sir, I will give this a go today and...

    Thanks Sir,

    I will give this a go today and report back..
  3. Thread: Counter

    by oldpapa49
    Replies
    7
    Views
    4,764

    Here ya go, you will see I copied most from other...

    Here ya go, you will see I copied most from other programs that I have worked on.. easier to make.. rather faster :)



    ' Empty GUI script created on 10-19-2012 07:19:11 by (ThinAIR)
    '...
  4. Thread: Counter

    by oldpapa49
    Replies
    7
    Views
    4,764

    button1 is the value of counts. dword I used...

    button1 is the value of counts. dword

    I used the sleep as a debounce for the input.

    The input is serial and the signal is "LEFT". The output is from an Adruino 2560 board. It watches a few...
  5. Thread: Counter

    by oldpapa49
    Replies
    7
    Views
    4,764

    Counter

    Hey all,

    I made a real short UI with console display.

    It displays a Left, Center, Right buttons (inactive, just a box)

    I used a control add label to place the count number under the...
  6. Thread: I'm Back!

    by oldpapa49
    Replies
    11
    Views
    8,871

    Well, I have basically finish the program and...

    Well, I have basically finish the program and thanks for the help on this.. I needed to dig into the Geometric type TSO to find why the buttons and joysticks did not return any code when pressed or...
  7. Thread: I'm Back!

    by oldpapa49
    Replies
    11
    Views
    8,871

    Ok, all, here is the near never to be done test...

    Ok, all, here is the near never to be done test of 1 TSO model...

    I wonder if I will make a file to load in the 14 different models and make a screen up from the file?
    Or will I just make 13 more...
  8. Thread: I'm Back!

    by oldpapa49
    Replies
    11
    Views
    8,871

    Could you point me to the script.. I'm failing...

    Could you point me to the script.. I'm failing in locating it..

    And I see what you mean... DO LOOP eats CPU I was nearly at 100% on 1 core... Once I l=killed the background task, it went down to...
  9. Thread: I'm Back!

    by oldpapa49
    Replies
    11
    Views
    8,871

    Petr, I like this.. I have added this to my...

    Petr, I like this.. I have added this to my current code and makes less use of what I was going to do (Call's).

    And if you look at my complete code, it is a cut and paste from that program you...
  10. Thread: I'm Back!

    by oldpapa49
    Replies
    11
    Views
    8,871

    Mr. Clease, I will look into this tomorrow, or...

    Mr. Clease,

    I will look into this tomorrow, or maybe tonite,
    I was just going to copy this last file into a thumb drive, not knowing if I even will work on it..

    Thanks again..
  11. Thread: I'm Back!

    by oldpapa49
    Replies
    11
    Views
    8,871

    Hey guys, thanks for getting back.. This where...

    Hey guys, thanks for getting back..

    This where I'm at now..

    I have got a box to display in the console. I would rather display in a UI panel area since there can be a few boxes representing a...
  12. Thread: I'm Back!

    by oldpapa49
    Replies
    11
    Views
    8,871

    I'm Back!

    He guys, I'm back with a new something.. Here is a little history of what I have and what I need.

    Ok, this project involves a CAN BUS item. Its a TSO which is like a remote control for a medical...
  13. Replies
    4
    Views
    5,142

    Yes, the more I play with this 2560 mega board,...

    Yes, the more I play with this 2560 mega board, the more I see that it will do more of a control for the functions.. Current plan is to have 3 type of relays, Discharge, Charge and Sense.

    There...
  14. Replies
    4
    Views
    5,142

    So far so good, just doing it by little baby...

    So far so good, just doing it by little baby steps..

    I have ThinBasic send a chr$ 34 to ardunio and have adrunio send back the same.. Just with it saying "I received :XX" in the console of...
  15. Replies
    4
    Views
    5,142

    Arduino and ThinBasic

    Well guys, I'm Back!

    But this time to let ya know what I will try to do as far as programming..

    Prob. Read voltages off of 9 batteries and save value to file. Do this every 30 mins or so...
  16. Thread: Android...

    by oldpapa49
    Replies
    8
    Views
    7,668

    Hey ErosOlmi So, not windows CE too.. Oh...

    Hey ErosOlmi

    So, not windows CE too..

    Oh darn..
  17. Thread: Android...

    by oldpapa49
    Replies
    8
    Views
    7,668

    Android...

    Hey all, I'm back...
    Now I have a question.. is thinbasic able to be ported to say, Android Tablet.
    I like to be able to talk and listen from the tablet to the outside world. Maybe thru a basic...
  18. Thread: Append

    by oldpapa49
    Replies
    10
    Views
    16,708

    Re: Append

    Petr,
    Thought I let you know on the tests..

    54% battery died after 9 hrs 12v 10A /Hr battery pack

    3-4% Avg was 10 hrs and 20 mins

    The ASUS was running Windows XP stripped, with our software...
  19. Thread: Append

    by oldpapa49
    Replies
    10
    Views
    16,708

    Re: Append

    Hey Petr,
    Ok, I used one of your samples and dropped my cpu from 54% to 3-4%..
    So the batteries lasted ~9hrs using my program, will see what happens by tomorrow on yours.. I can then make and avg....
  20. Thread: Append

    by oldpapa49
    Replies
    10
    Views
    16,708

    Re: Append

    Hey Petr, long time

    You have me a bit confused at CPU at 99% and Under Used? I checked, with the programs running (our Dicom Scanner and this program) its 54%

    I tried the callback function but...
  21. Thread: Append

    by oldpapa49
    Replies
    10
    Views
    16,708

    Re: Append

    Ok, here it is.. works great. the text.txt lives where the program runs from.


    ' Empty GUI script created on 11-13-2009 10:16:56 by (ThinAIR)
    ' Routine to write start time of program and
    '...
  22. Thread: Append

    by oldpapa49
    Replies
    10
    Views
    16,708

    Re: Append

    TY, so fast as always..
    I will write to program and test after lunch

    Old
  23. Thread: Append

    by oldpapa49
    Replies
    10
    Views
    16,708

    Append

    Hey all, long time..

    Working on files,
    for append, does the file need to exist first?

    I have not tried yet.. but will..

    And can I put filename.txt?

    I'm trying to do record keeping for...
  24. Thread: Easter

    by oldpapa49
    Replies
    9
    Views
    4,532

    Re: Easter

    The Amiga's I had are

    2 1000's (destroyed in a flood)

    The ones I have

    1 500 with pal/ntsc switch
    1 2000 with Video Toaster
    1 4000 with Video Toaster 4000 and CDRW etc..
  25. Thread: Easter

    by oldpapa49
    Replies
    9
    Views
    4,532

    Re: Easter

    Sorry guys, I'm a bit late, but Happy Belated Easter..

    I got tied up with playing with some of my old Amiga stuff.. You must know how that goes..

    You start with something and do other stuff...
Results 1 to 25 of 43
Page 1 of 2 1 2