Author Topic: TimeTools  (Read 5676 times)

0 Members and 1 Guest are viewing this topic.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: TimeTools
« Reply #15 on: November 18, 2010, 01:28:24 pm »
This looks cool.  Good luck getting 'settime' to work. :)

That would be sweet :)

Offline zzCoRRoDe

  • LV2 Member (Next: 40)
  • **
  • Posts: 36
  • Rating: +2/-0
    • View Profile
Re: TimeTools
« Reply #16 on: November 18, 2010, 01:30:32 pm »
That looks very nice. If it was possible to make it on the TI-83+ it would be greatly appreciated.
« Last Edit: November 18, 2010, 01:30:50 pm by zzCoRRoDe »
Working on Miracular of Project JAK
<Pictures Coming Soon>

ASHBAD_ALVIN

  • Guest
Re: TimeTools
« Reply #17 on: November 18, 2010, 01:36:04 pm »
To make an accurate clock/timer on an 83+ you would need to utilize assembly by making an interrupt system that would constantly update the clock.  And then you would have to make sire nothing MESSES with that interrupt in the OS.  So it's possible, but not in a BASIC program.

Offline zzCoRRoDe

  • LV2 Member (Next: 40)
  • **
  • Posts: 36
  • Rating: +2/-0
    • View Profile
Re: TimeTools
« Reply #18 on: November 18, 2010, 01:37:01 pm »
Ah i see. Thanks man.
Working on Miracular of Project JAK
<Pictures Coming Soon>

Offline JosJuice

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1344
  • Rating: +66/-14
    • View Profile
Re: TimeTools
« Reply #19 on: November 18, 2010, 03:17:55 pm »
The analog clock is getting close to completion. Everything that's left are just some optimizations.
I'm making some progress on the set time function, but it's not usable yet. I might try to make a "countdown to" function after that, but the code was never designed for that so it's definitely going to be a bit tricky.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: TimeTools
« Reply #20 on: November 18, 2010, 03:22:31 pm »
The analog clock is getting close to completion. Everything that's left are just some optimizations.
I'm making some progress on the set time function, but it's not usable yet. I might try to make a "countdown to" function after that, but the code was never designed for that so it's definitely going to be a bit tricky.

Cool the analog is going good, it would be impossible for me :s

Offline JosJuice

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1344
  • Rating: +66/-14
    • View Profile
Re: TimeTools
« Reply #21 on: November 28, 2010, 01:18:47 pm »
1.0 has been released (it's in the first post of the topic). The analog clock is completed, but the set time feature is not included in this version. I might make a 1.1 version that includes this, but I'm not too sure.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: TimeTools
« Reply #22 on: November 29, 2010, 08:56:58 am »
1.0 has been released (it's in the first post of the topic). The analog clock is completed, but the set time feature is not included in this version. I might make a 1.1 version that includes this, but I'm not too sure.

It would be cool! Make it easier than the 'Mode' button please.

Offline JosJuice

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1344
  • Rating: +66/-14
    • View Profile
Re: TimeTools
« Reply #23 on: November 29, 2010, 08:58:20 am »
What do you mean by easier? The actual input of time and date is pretty simple... Is the problem that navigation to the correct menu item is required before the clock can be set? s:

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: TimeTools
« Reply #24 on: November 29, 2010, 09:03:16 am »
What do you mean by easier? The actual input of time and date is pretty simple... Is the problem that navigation to the correct menu item is required before the clock can be set? s:

In Mode, you have to scroll down many options to set time, in your program that won't be needed, I hope. WAIT; THE ANALOG CLOCK IS FINISHED! Very well!

Offline JosJuice

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1344
  • Rating: +66/-14
    • View Profile
Re: TimeTools
« Reply #25 on: November 29, 2010, 09:08:01 am »
The way I've planned it, pressing F4 will open the set time screen immediately (well, as immediately as things can be in TI-BASIC...)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: TimeTools
« Reply #26 on: November 29, 2010, 09:08:50 am »
The way I've planned it, pressing F4 will open the set time screen immediately (well, as immediately as things can be in TI-BASIC...)

Ohh, that's good as well! yeah, basic can't run that fast :(

Offline JosJuice

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1344
  • Rating: +66/-14
    • View Profile
Re: TimeTools
« Reply #27 on: April 20, 2011, 03:47:57 am »
Here's version 1.1. I finished it a really long time ago, so I've forgotten what's new in this version... Probably just optimizations.

http://www.ticalc.org/archives/files/fileinfo/433/43347.html

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: TimeTools
« Reply #28 on: April 20, 2011, 09:36:31 am »
Here's version 1.1. I finished it a really long time ago, so I've forgotten what's new in this version... Probably just optimizations.

http://www.ticalc.org/archives/files/fileinfo/433/43347.html

Thanks, this is a very cool project. Is there way the analog can move? Not sure if it can be done.

Offline JosJuice

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1344
  • Rating: +66/-14
    • View Profile
Re: TimeTools
« Reply #29 on: April 20, 2011, 09:44:51 am »
Is there way the analog can move? Not sure if it can be done.
What do you mean by that?