comp.lang.ada
 help / color / mirror / Atom feed
* DOD-STD-1679A(Navy)
@ 1995-03-07  3:02 Mark Cronan
  1995-03-07  4:50 ` DOD-STD-1679A(Navy) verne
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Mark Cronan @ 1995-03-07  3:02 UTC (permalink / raw)


Hi,

I am working on a project which, alas is using DOD-STD-1679A.  The project
is being done in ADA but the question is comming up, what is the
interpretation of the phrase "machine instruction words".  Paragraph
5.10.3 of the standard uses this phrase to define the number of allowable
problems in the software at acceptance.  Has anyone out there worked on an
ADA project which has addressed this problem? Or know someone I can get in
contact with who does know? 


Thanks
Mark




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: DOD-STD-1679A(Navy)
  1995-03-07  3:02 DOD-STD-1679A(Navy) Mark Cronan
@ 1995-03-07  4:50 ` verne
  1995-03-08 12:44 ` DOD-STD-1679A(Navy) Doc Elliott
       [not found] ` <3jkddt$mk1@michp1.redstone.army. <50716@suned1.Nswses.Navy.MIL>
  2 siblings, 0 replies; 10+ messages in thread
From: verne @ 1995-03-07  4:50 UTC (permalink / raw)


>   cronan@sydney.DIALix.oz.au (Mark Cronan) writes:
>  Hi,
>  
>  I am working on a project which, alas is using DOD-STD-1679A.  The project
>  is being done in ADA but the question is comming up, what is the
>  interpretation of the phrase "machine instruction words".  
>  
>  
>  Thanks
>  Mark
>  
>  
>>>>
I know that you don't want to hear this answer but-----
If the Ada compiler has the ability to list assembly language than that will supply your answer...

else, use the load map and make an assumption as to the average size of each assembly instruction (e.g. for a byte oriented 
machine having 16 and 32 bit instruction -- 3 bytes/inst





^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: DOD-STD-1679A(Navy)
  1995-03-07  3:02 DOD-STD-1679A(Navy) Mark Cronan
  1995-03-07  4:50 ` DOD-STD-1679A(Navy) verne
@ 1995-03-08 12:44 ` Doc Elliott
  1995-03-09 17:05   ` DOD-STD-1679A(Navy) Garlington KE
       [not found] ` <3jkddt$mk1@michp1.redstone.army. <50716@suned1.Nswses.Navy.MIL>
  2 siblings, 1 reply; 10+ messages in thread
From: Doc Elliott @ 1995-03-08 12:44 UTC (permalink / raw)


In article <3jgic3$q3g$1@sydney.DIALix.oz.au>, cronan@sydney.DIALix.oz.au 
says...
>

Sniperoo

>Paragraph 5.10.3 of the standard uses this phrase to define the number 
>of allowable problems in the software at acceptance.
    ^^^^^^^^^^^^^^^^^^

?!?!?!?!  The Navy actually will accept a CSCI that has KNOWN problems?
And yet they still get more of the DoD budget than we do.....

-- 
Doc Elliott
KE4KUZ
Internet: helliott@losat.redstone.army.mil
packet: ke4kuz@k4ry.#cenal.al.usa.noam
The opinions expressed herein are mine, and do not
reflect those of my employer or anyone else unless
specifically stated as such.




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: DOD-STD-1679A(Navy)
  1995-03-08 12:44 ` DOD-STD-1679A(Navy) Doc Elliott
@ 1995-03-09 17:05   ` Garlington KE
  1995-03-18  1:30     ` DOD-STD-1679A(Navy) Scott . Smart CDR
  0 siblings, 1 reply; 10+ messages in thread
From: Garlington KE @ 1995-03-09 17:05 UTC (permalink / raw)


Doc Elliott (helliott@losat.redstone.army.mil) wrote:
: ?!?!?!?!  The Navy actually will accept a CSCI that has KNOWN problems?
: And yet they still get more of the DoD budget than we do.....

To be fair, I think all U.S. military services have a waiver and deviation
process that permits accepting CSCIs with known problems.

--------------------------------------------------------------------
Ken Garlington                  GarlingtonKE@lfwc.lockheed.com
F-22 Computer Resources         Lockheed Fort Worth Co.

If LFWC or the F-22 program has any opinions, they aren't telling me.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: DOD-STD-1679A(Navy)
@ 1995-03-10 14:52 Jeff Seigle
  1995-03-10 15:37 ` DOD-STD-1679A(Navy) Garlington KE
  1995-03-11  4:22 ` DOD-STD-1679A(Navy) verne
  0 siblings, 2 replies; 10+ messages in thread
From: Jeff Seigle @ 1995-03-10 14:52 UTC (permalink / raw)


In article <3jncg0$7vu@butch.lmsc.lockheed.com> l107353@cliffy.lfwc.lockheed.com (Garlington KE) writes:
>Doc Elliott (helliott@losat.redstone.army.mil) wrote:
>: ?!?!?!?!  The Navy actually will accept a CSCI that has KNOWN problems?
>: And yet they still get more of the DoD budget than we do.....
>
>To be fair, I think all U.S. military services have a waiver and deviation
>process that permits accepting CSCIs with known problems.

Every commercial software product you buy has "known problems."  Trouble is,
you're not the one who knows about them.  Wouldn't you rather have a list
of the problems?  It is not unheard of to deliver software with known 
problems to the DoD or anyone else, as long as you come clean about it (and
fix it later).



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: DOD-STD-1679A(Navy)
  1995-03-10 14:52 DOD-STD-1679A(Navy) Jeff Seigle
@ 1995-03-10 15:37 ` Garlington KE
  1995-03-11  4:22 ` DOD-STD-1679A(Navy) verne
  1 sibling, 0 replies; 10+ messages in thread
From: Garlington KE @ 1995-03-10 15:37 UTC (permalink / raw)


Jeff Seigle (jseigle@csci.csc.com) wrote:
: Every commercial software product you buy has "known problems."  Trouble is,
: you're not the one who knows about them.  Wouldn't you rather have a list
: of the problems?

Speak for yourself! The Ada compiler _I_ buy absolutely comes with a list of
known problems.

--------------------------------------------------------------------
Ken Garlington                  GarlingtonKE@lfwc.lockheed.com
F-22 Computer Resources         Lockheed Fort Worth Co.

If LFWC or the F-22 program has any opinions, they aren't telling me.



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: DOD-STD-1679A(Navy)
  1995-03-10 14:52 DOD-STD-1679A(Navy) Jeff Seigle
  1995-03-10 15:37 ` DOD-STD-1679A(Navy) Garlington KE
@ 1995-03-11  4:22 ` verne
  1 sibling, 0 replies; 10+ messages in thread
From: verne @ 1995-03-11  4:22 UTC (permalink / raw)


>   Jeff Seigle <jseigle@csci.csc.com> writes:
>  In article <3jncg0$7vu@butch.lmsc.lockheed.com> l107353@cliffy.lfwc.lockheed.com (Garlington KE) writes:
>  >Doc Elliott (helliott@losat.redstone.army.mil) wrote:
>  >: ?!?!?!?!  The Navy actually will accept a CSCI that has KNOWN problems?
>  >: And yet they still get more of the DoD budget than we do.....
>  >
>  >To be fair, I think all U.S. military services have a waiver and deviation
>  >process that permits accepting CSCIs with known problems.
>  
>  Every commercial software product you buy has "known problems."  Trouble is,
>  you're not the one who knows about them.  Wouldn't you rather have a list
>  of the problems?  It is not unheard of to deliver software with known 
>  problems to the DoD or anyone else, as long as you come clean about it (and
>  fix it later).
>  
>>>>


Well said! 




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: DOD-STD-1679A(Navy)
  1995-03-09 17:05   ` DOD-STD-1679A(Navy) Garlington KE
@ 1995-03-18  1:30     ` Scott . Smart CDR
  0 siblings, 0 replies; 10+ messages in thread
From: Scott . Smart CDR @ 1995-03-18  1:30 UTC (permalink / raw)


In article <3jncg0$7vu@butch.lmsc.lockheed.com>,
Garlington KE <l107353@cliffy.lfwc.lockheed.com> wrote:
>Doc Elliott (helliott@losat.redstone.army.mil) wrote:
>: ?!?!?!?!  The Navy actually will accept a CSCI that has KNOWN problems?
>: And yet they still get more of the DoD budget than we do.....
>
>To be fair, I think all U.S. military services have a waiver and deviation
>process that permits accepting CSCIs with known problems.
>
>--------------------------------------------------------------------
>Ken Garlington                  GarlingtonKE@lfwc.lockheed.com
>F-22 Computer Resources         Lockheed Fort Worth Co.
>
>If LFWC or the F-22 program has any opinions, they aren't telling me.

Ummm...  Show me the software with no known problems, and I'll show
you the software that hasn't been tested.

1679A defines problems in terms of severity.  Pri 1 -- Pri 5.

The old NAVELEX TADSTANDS provided test and acceptance criteria
for Navy software in Mission Critical Computer Resources.  The
TADSTANDS were cancelled by SECNAVINST 5200.32A  which considers
software as part of the system.  The acceptance criteria was no
Pri 1s or 2s.

But the real acceptance criteria is whether the independent T&E
agent finds the system operationally effective and suitable.

scott smart


--
|Naval Surface Warface Center|  sws@suned1.nswses.navy.mil
| Port Hueneme Division      |  Any statements / opinions are mine and not
| Cruise Weapons Dept        |  DoD or DoN



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: DOD-STD-1679A(Navy)
       [not found] ` <3jkddt$mk1@michp1.redstone.army. <50716@suned1.Nswses.Navy.MIL>
@ 1995-03-21 18:12   ` Doc Elliott
  1995-03-23 12:23     ` DOD-STD-1679A(Navy) Mike Meier
  0 siblings, 1 reply; 10+ messages in thread
From: Doc Elliott @ 1995-03-21 18:12 UTC (permalink / raw)


In article <50716@suned1.Nswses.Navy.MIL>, sws@mercury.nswses.navy.mil 
says...
>
Snip
>
>Ummm...  Show me the software with no known problems, and I'll show
>you the software that hasn't been tested.
>

Or you'll be showing me software that has been thoroughly tested.

Doc Elliott
KE4KUZ
Internet: helliott@losat.redstone.army.mil
packet: ke4kuz@k4ry.#cenal.al.usa.noam
The opinions expressed herein are mine, and do not
reflect those of my employer or anyone else unless
specifically stated as such.




^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: DOD-STD-1679A(Navy)
  1995-03-21 18:12   ` DOD-STD-1679A(Navy) Doc Elliott
@ 1995-03-23 12:23     ` Mike Meier
  0 siblings, 0 replies; 10+ messages in thread
From: Mike Meier @ 1995-03-23 12:23 UTC (permalink / raw)


Doc Elliott (helliott@losat.redstone.army.mil) wrote:
: In article <50716@suned1.Nswses.Navy.MIL>, sws@mercury.nswses.navy.mil 
: says...
: >Ummm...  Show me the software with no known problems, and I'll show
: >you the software that hasn't been tested.

: Or you'll be showing me software that has been thoroughly tested.

Actually, even thoroughly tested software always has some trouble reports
since the customer -always- exercises the option to submit priority 4 and 5
trouble reports for operator inconveniences and suggested improvements.
I've never known a program where the customer (and contractor) didn't feel
some improvements could be made, but didn't feel it was important to get them
all into the current version.

Mike Meier
Magnavox Electronic Systems Company



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~1995-03-23 12:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-03-07  3:02 DOD-STD-1679A(Navy) Mark Cronan
1995-03-07  4:50 ` DOD-STD-1679A(Navy) verne
1995-03-08 12:44 ` DOD-STD-1679A(Navy) Doc Elliott
1995-03-09 17:05   ` DOD-STD-1679A(Navy) Garlington KE
1995-03-18  1:30     ` DOD-STD-1679A(Navy) Scott . Smart CDR
     [not found] ` <3jkddt$mk1@michp1.redstone.army. <50716@suned1.Nswses.Navy.MIL>
1995-03-21 18:12   ` DOD-STD-1679A(Navy) Doc Elliott
1995-03-23 12:23     ` DOD-STD-1679A(Navy) Mike Meier
  -- strict thread matches above, loose matches on Subject: below --
1995-03-10 14:52 DOD-STD-1679A(Navy) Jeff Seigle
1995-03-10 15:37 ` DOD-STD-1679A(Navy) Garlington KE
1995-03-11  4:22 ` DOD-STD-1679A(Navy) verne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox