[time-nuts] Motorola Oncore Basic Command @@Bk Help -- Update

2006-04-29 Thread xaos
Thanks Brooke and SJ for the quick  response.

SJ: Unfortunately, I can't use the WinOncore12 program as it runs on
Windows. Recently I shut down my last Windows box and
I am running all Linux.

The problem is that I was using TACC32 Software from CNS Systems
to control my Motorola Receivers and the GPSCon software to control
my HPZ3801A Boxes.

When I tried running these programs using Wine(the Linux Windows emulator)
I had no luck.

So I decided to do a re-write of my older software: darkgps to support 
the M12
and the HP stuff. Not a simple task since the Windows programs
are very sophisticated and I want the extra features.

Stuff like plots of receiver parameters, EFC voltages(for the HP units) etc.
are really nice to have. So now,  find myself in the middle of a rather
large software project.

I have access to a 12 channel M12 a few UT units and a few Basic units.
The Basic unit was sending out the Bk command and I did not know how
to process it.

BTW, if anyone here wants to try out the beta please let me know.
There are two programs, a c code shared memory connector
and a perl program that does everything else.

Full source included. I tried to write this one as cleanly as possible 
with plenty
of comments.

Regards,

George Hrysanthopoulos, N2FGX

Brooke Clarke wrote:
 Hi George:

 My 8 channel manual lists it:
 Position/Status/Data Extension Message

 @@BkmCCRLF
 m - mode (0 = respone once when polled, 1.. 255 # per second)
 C = checksum

 @@BkggpphhvvttmmnneeuuaarrCCRLF
 gg- Current GDOP
 pp - Current PDOP
 hh- Current HDOP
 vv - Current VDOP
 tt - Current TDOP

 Velocity :
 nn- North
 ee- East
 uu- Up

 Age of differential correction data
 aa - seconds

 REceiver position in ECEF (X,Y,Z) cm
  -
  -
 -

 URA for each of 6 channels
 r - (0 to 15, 63 not decoded yet)

 least squares A-1 matrix
 ii-

 receiver clock bias
 cc - meters
 osc offset
 oo- m/sec
 C - Checksum

 Have Fun,

 Brooke Clarke, N6GCE

   


___
time-nuts mailing list
time-nuts@febo.com
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts


Re: [time-nuts] Motorola Oncore Basic Command @@Bk Help

2006-04-29 Thread Randy Warner
Xaos/George,

You can download the entire VP (6 and 8 channel) command reference on
our website.

1. Go to www.synergy-gps.com
2. Go to Technical Support Page and fill in the survey
3. Go to Shop Talk
4. On the Shop Talk page scroll all the way to the bottom and download
the VP Command Reference.

I made this several years ago by scanning in Chapter 6 from the Motorola
manual, running it
Through OCR, and then reformatting it. I also added some extra
information to explain a
Little more about how each command works aqs the Motorola version was
sorely lacking.

Hope this helps,

Randy Warner
Senior Applications Engineer
Synergy Systems, LLC 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of xaos
Sent: Friday, April 28, 2006 5:40 PM
To: Discussion of precise time and frequency measurement
Subject: [time-nuts] Motorola Oncore Basic Command @@Bk Help

Hello Everybody,

Does anyone here know what the Motorola Oncore @@Bk
command does? It is from a Basic 6 channel Model.
More importantly does anyone have the docs for it?

Many hanks in advance,

-George, N2FGX

___
time-nuts mailing list
time-nuts@febo.com
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts

___
time-nuts mailing list
time-nuts@febo.com
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts


Re: [time-nuts] Motorola Oncore Basic Command @@Bk Help -- Update

2006-04-29 Thread Joseph Gray
Just a suggestion - VMware Player is now free. Run a VM on Linux with real
Windows inside. Since you had a PC running Windows and are now running
Linux, I assume you haven't given away your old Windows license? There are
several websites that tell you how to create the VM disk image using free
tools, so you don't need the full VMware package.

- Original Message - 
From: xaos [EMAIL PROTECTED]
To: Discussion of precise time and frequency measurement
time-nuts@febo.com
Sent: Saturday, April 29, 2006 7:52 AM
Subject: [time-nuts] Motorola Oncore Basic Command @@Bk Help -- Update


 Thanks Brooke and SJ for the quick  response.

 SJ: Unfortunately, I can't use the WinOncore12 program as it runs on
 Windows. Recently I shut down my last Windows box and
 I am running all Linux.

 The problem is that I was using TACC32 Software from CNS Systems
 to control my Motorola Receivers and the GPSCon software to control
 my HPZ3801A Boxes.

 When I tried running these programs using Wine(the Linux Windows emulator)
 I had no luck.

 So I decided to do a re-write of my older software: darkgps to support
 the M12
 and the HP stuff. Not a simple task since the Windows programs
 are very sophisticated and I want the extra features.

 Stuff like plots of receiver parameters, EFC voltages(for the HP units)
etc.
 are really nice to have. So now,  find myself in the middle of a rather
 large software project.

 I have access to a 12 channel M12 a few UT units and a few Basic units.
 The Basic unit was sending out the Bk command and I did not know how
 to process it.

 BTW, if anyone here wants to try out the beta please let me know.
 There are two programs, a c code shared memory connector
 and a perl program that does everything else.

 Full source included. I tried to write this one as cleanly as possible
 with plenty
 of comments.

 Regards,

 George Hrysanthopoulos, N2FGX

 Brooke Clarke wrote:
  Hi George:
 
  My 8 channel manual lists it:
  Position/Status/Data Extension Message
 
  @@BkmCCRLF
  m - mode (0 = respone once when polled, 1.. 255 # per second)
  C = checksum
 
  @@BkggpphhvvttmmnneeuuaarrCCRLF
  gg- Current GDOP
  pp - Current PDOP
  hh- Current HDOP
  vv - Current VDOP
  tt - Current TDOP
 
  Velocity :
  nn- North
  ee- East
  uu- Up
 
  Age of differential correction data
  aa - seconds
 
  REceiver position in ECEF (X,Y,Z) cm
   -
   -
  -
 
  URA for each of 6 channels
  r - (0 to 15, 63 not decoded yet)
 
  least squares A-1 matrix
  ii-
 
  receiver clock bias
  cc - meters
  osc offset
  oo- m/sec
  C - Checksum
 
  Have Fun,
 
  Brooke Clarke, N6GCE
 
 


 ___
 time-nuts mailing list
 time-nuts@febo.com
 https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts



___
time-nuts mailing list
time-nuts@febo.com
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts


[time-nuts] HP 5061B Cesium

2006-04-29 Thread Joseph Gray
I have an HP 5061B that I picked up last year. Due to financial reasons, I
need to sell it. I thought I would offer it to the list before I put it on
eBay. If this is ok, someone let me know and I'll post details.

Thanks.


___
time-nuts mailing list
time-nuts@febo.com
https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts