This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
android:machinecontrol:mcstories [2015/03/16 23:05] mikeclapp [Preferences] |
android:machinecontrol:mcstories [2015/03/25 22:13] (current) mikeclapp [Settings] |
||
---|---|---|---|
Line 62: | Line 62: | ||
As per Mike C and Ted (05-07-2014): Set Elevation should lose the Apply button, Elevation and Adjustment cannot be edited, but the Known Elevation can be shot or typed in. The Adjustment value will update during typing or after the shot. Preferably Set Elevation will be a second window that slides in from the left or bottom. The Adjustment and known elevation should be cached on the device and matched to the recovery BM's LLA's (which will require caching them as well). If the BM's are the same then allow a simple apply of the adjustment, otherwise the adjustment should be set to 0.0. | As per Mike C and Ted (05-07-2014): Set Elevation should lose the Apply button, Elevation and Adjustment cannot be edited, but the Known Elevation can be shot or typed in. The Adjustment value will update during typing or after the shot. Preferably Set Elevation will be a second window that slides in from the left or bottom. The Adjustment and known elevation should be cached on the device and matched to the recovery BM's LLA's (which will require caching them as well). If the BM's are the same then allow a simple apply of the adjustment, otherwise the adjustment should be set to 0.0. | ||
- | |||
- | ==== Updated Set Elevation Dialog (Feb 2015)==== | ||
- | |||
- | The functionality of Set Elevation is working fine but continued usage of Bill's version of it has me making modifications. Bill's version of the dialog showing the actual position while doing a set elevation was an improvement over mine that took the entire screen. After using it a while and discovering that portrait orientation is actually a nice alternative to landscape I'd like to modify the dialog to look like those below. I've done the following in these screens: | ||
- | |||
- | * Widened the Landscape pane slightly for better spacing | ||
- | * Simplified the instruction wording and moved the controls to be more inline with the instructions. | ||
- | * Used a slightly smaller version of the keypad used in the Blade Preferences rather than the default Android keypad. The problem with the Android keypad is it takes way too much space and makes the Elevation readouts at the top get pushed off the screen. Having those values visible while type elevations is very useful and I want to preserve it. | ||
- | |||
- | |||
- | {{:android:machinecontrol:setelevationlandscape.png?600|}} {{:android:machinecontrol:setelevationportrait.png?400|}} | ||
Line 103: | Line 92: | ||
+ | |||
+ | |||
+ | ===== SmartGrade View Slider screen (March 2015) ===== | ||
+ | |||
+ | Change the old View Screen out to the improved, SmartPlan layer style View Screen | ||
Line 155: | Line 149: | ||
====== Story 2 ====== | ====== Story 2 ====== | ||
+ | * Rework Set Elevation Screen | ||
* Record points - Save capability | * Record points - Save capability | ||
* Tracking - ability to upload tracks (like simpletrack,smarttrack) | * Tracking - ability to upload tracks (like simpletrack,smarttrack) | ||
* Direction based on RTK and autonomous Tablet GPS (research feasibility) | * Direction based on RTK and autonomous Tablet GPS (research feasibility) | ||
- | * SmartGrade View control screen | + | * Alignment Capability when none present |
+ | |||
+ | ==== Updated Set Elevation Dialog (Feb 2015)==== | ||
+ | |||
+ | The functionality of Set Elevation is working fine but continued usage of Bill's version of it has me making modifications. Bill's version of the dialog showing the actual position while doing a set elevation was an improvement over mine that took the entire screen. After using it a while and discovering that portrait orientation is actually a nice alternative to landscape I'd like to modify the dialog to look like those below. I've done the following in these screens: | ||
+ | |||
+ | * Widened the Landscape pane slightly for better spacing | ||
+ | * Simplified the instruction wording and moved the controls to be more inline with the instructions. | ||
+ | * Used a slightly smaller version of the keypad used in the Blade Preferences rather than the default Android keypad. The problem with the Android keypad is it takes way too much space and makes the Elevation readouts at the top get pushed off the screen. Having those values visible while type elevations is very useful and I want to preserve it. | ||
+ | |||
+ | |||
+ | {{:android:machinecontrol:setelevationlandscape.png?600|}} {{:android:machinecontrol:setelevationportrait.png?400|}} | ||
===== Recording Points ===== | ===== Recording Points ===== | ||
The interface for recording points is relatively simple but the implication of recording points requires more functionality like saving, etc. | The interface for recording points is relatively simple but the implication of recording points requires more functionality like saving, etc. | ||
+ | |||
+ | * Use the Streaming button button from SmartGrade Grade mode as the method of shooting points | ||
+ | * Add Save to the menu along with the Save Screen. Look for the dirty flag when exiting to ensure saving. | ||
+ | * Allow tapping the View Layer name/numbers on the top info bar to switch layers. | ||
+ | * Change the View screens over to the new SmartGrade view menu | ||
Line 174: | Line 185: | ||
+ | ===== SmartGrade View Screen Port ===== | ||
+ | The SmartGrade View screen may be ported to SmartBlade before Story 2. This matches the SmartGrade implementation. | ||