-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
112 lines (93 loc) · 5.29 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
Bug:
✔ when not connected and turn on device, the device is turned on but doesn't run, if then connect, clock doesn't run and when toggle device off the clock starts running @done(21-04-19 19:59)
✔ when not connected, turn on should be possible but if then connect clock should start running @done(21-04-19 19:59)
✔ click on second hand advance toggles state but shouldn't when in clock time make explicit iso TOGGLE ? @done(21-04-25 18:18)
✔ connector is not completely connected when connected @done(21-04-27 13:21)
☐ click on second hand advance when outside round zero for the first time clock doesn't advance half a second
☐ should switch near_to_zero state when powerOn and clock running?
Todo:
☐ Make operational
✔ use hit target to enable disable hilites @done(21-04-09 02:30)
✔ hide hit targets when show hilite is disabled @done(21-04-09 02:30)
☐ Chronometer
✔ start(ed) @done(21-04-09 02:30)
✔ stop(ped) @done(21-04-09 02:30)
✔ reset(ed) @done(21-04-09 02:30)
✔ start synchronises with clock tick @done(21-04-09 02:30)
✔ it shows the mode you've entered: shows stop, when click, goes to reset and resets the chrono: shows C @done(21-04-09 02:30)
✔ so more like started, stopped reseted @done(21-04-09 02:31)
✔ push in sets dial to less then half the current state, release (up) sets to new state @done(21-04-09 02:31)
☐ Mission Totalizer
✔ reset @done(21-04-25 18:20)
✔ time adjust button @done(21-04-25 18:20)
✔ pull out & seconds in 0 position @done(21-04-25 18:20)
✔ when not in 0 pos turning button doesn't do anything but turn @done(21-04-25 18:20)
✔ adjust minutes by turning @done(21-04-19 20:00)
✔ always counts up when turning left or right @done(21-04-19 20:00)
Alarm
✔ advance alarm @done(21-05-31 12:32)
✔ alarm on - off @done(21-04-10 16:58)
✔ set alarm turns one direction: backwards @done(21-04-11 01:13)
clock
✔ second advance @done(21-04-10 16:58)
✔ half second steps @done(21-04-10 16:58)
☐ time adjust button
✔ press in @done(21-04-25 18:20)
☐ but also turn to find the mode
☐ should we implement that?
✔ two directions @done(21-04-25 18:20)
✔ alarm moves with time adjust only when turned backwards @done(21-04-25 18:21)
✔ get out of adjustment mode press on second advance @done(21-04-25 18:21)
✔ to what state does the time adjust button move? seems to go to Mission time adjust @done(21-04-25 18:21)
Ideas
☐ add clicks for switches, nobs and running clock?
device
- off
- device
- switch device on
- change mode > toggle
- up: clock adjust
- down: Missiontot adjust
- clock
- can chng clock time > turn
- can second advance > click
- chrono
- can stop reset start crono; start?
- missiontot
- set Mission tot
- reset Mission tot
- alarm
- set alarm time
- switch alarm on
- on
- device
- switch device off
- change mode > toggle
- up: clock adjust?
- down: Missiontot adjust?
- clock
- second advance?
- chrono
- can stop reset start crono
- missiontot
- set Mission tot?
- reset Mission tot?
- alarm
- switch alarm on
- switch alarm off
- set alarm time
new questions
- when you adjust the clock time, with the clock time adjust knob or the advance half second button, does the mission time also get adjusted?
- [temp] no, just ignore
- what happens when the half second advance button is pressed when the hours & minutes button is in the 'out' position / mission time adjust mode?
marcs answers
- can you adjust the clock, alarm, stopwatch, mission timer when the device is not connected?
- Yes
- can you advance the clock ticks/half seconds when the device is turned on and the clock is running?
- Yes. It’s just a mechanical link that pulls down the advance electro-magnet. So the advance is a mechanical OR of the electrical input and the adjustment button input.
- can you reset the mission time when the device is turned on and the clock is running?
- I have not tried, but I suspect yes. The reset is entirely mechanical.
- does the mission time / clock adjust hours minutes button have three states? adjust clock, adjust mission time and 'idle'? or just adjust clock, adjust mission time?
- It’s two and a half states. It adjusts the clock hours (both up and down) if it’s pressed down. To get out of that mode and release the adjust button, you need to manually press the ½ second advance button. When it’s released, it adjusts the mission time. But only forwards, independent of the direction that you turn the knob. But most of the time it’s disabled. It will only work if the seconds hand is pretty close to zero. In other words, it has three states, but the two last states (disabled/adjust mission time) is automatically controlled by the position of the seconds hand. I demonstrate that in the second video.
- if you push the advance clock half a second button to get out of 'clock adjust time' mode, does it go into mission time adjust mode? or in an 'idle' mode?
- Correct, but then whether you end up in idle or mission adjustment depends on where the seconds hand is, as explained above.-