(35S) Coordinate point entry/retrieval
|
11-03-2017, 03:42 PM
(This post was last modified: 11-03-2017 07:24 PM by JeremyBeck.)
Post: #1
|
|||
|
|||
(35S) Coordinate point entry/retrieval
I have created a program to store and recall Northings, Eastings and Elevations. This program uses the indirect storage registers as well as the following variables
I, used for point number N, used for northing E, used to store easting L, used to store elevation Each point is stored as a vector in the format [N,E,L]. This allows for storing all three numbers in one storage register. Hopefully someone else can find this useful. Code:
|
|||
11-03-2017, 06:29 PM
Post: #2
|
|||
|
|||
RE: (35S) Coordinate point entry/retrieval | |||
11-03-2017, 07:38 PM
(This post was last modified: 11-03-2017 07:42 PM by JeremyBeck.)
Post: #3
|
|||
|
|||
RE: (35S) Coordinate point entry/retrieval
(11-03-2017 06:29 PM)Dieter Wrote:(11-03-2017 03:42 PM)JeremyBeck Wrote: P006 GTO P022 Good catch. Fixed the problem should have pointed to P019 and not P022. My original program had: Code:
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)