hi C,
This is a demo Sim version of the program.
It takes an incoming GPS message and saves into an Array.
The array is then parsed into the main values as Named Strings also converted to Named Single Numeric values for Maths operations.
So to display a message on the 5110:-
call wr_msg( x0,y0, name of the string) '
eg: call wr_msg( 0,0, strlat) ' or if you prefer
msg1 =strlat
call wr_msg( 0,0, msg1)
The delay has been finding code that will work in Oshonsoft using String and Single combinations.
E
This is a demo Sim version of the program.
It takes an incoming GPS message and saves into an Array.
The array is then parsed into the main values as Named Strings also converted to Named Single Numeric values for Maths operations.
So to display a message on the 5110:-
call wr_msg( x0,y0, name of the string) '
eg: call wr_msg( 0,0, strlat) ' or if you prefer
msg1 =strlat
call wr_msg( 0,0, msg1)
The delay has been finding code that will work in Oshonsoft using String and Single combinations.
E