Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/08/08 15:44
Read: times


 
Msg Score: +1
 +1 Good Answer/Helpful
#152038 - Detailed analysis before design and coding
Responding to: ???'s previous message
You must know everything that your device has to do, right down to the smallest subfunction, before you attempt to write the first line of code. Further, in a device that has any sort of critical function, you must be certain to exclude everything that you're tempted to include if it's not absolutely necessary for the proper function of the device.

You must start with a complete and thoroughly detailed requirements analysis which results in a detailed set of specifications, and design your product in accordance with those specifications, including, in this case, all the regulatory issues that you must address. You must design a series of tests that verifies that you have met each and every one of the requirements through rigorous testing methods. Those tests should prove that you meet all your requirements, including the specified mean-time between failures over the entire operating voltage, temperature, and mechanical stress range that you must meet.

You'll find, I believe, that the combination of hardware design, firmware design, prototyping, coding and debugging is about 5% of the entire task. The biggest part, by far, is the documentation, which must be complete before you start building hardware or writing code. That way, if you "lose your way" along the path, you can refer back to the documents to find your way.

RE




List of 11 messages in thread
TopicAuthorDate
biomedical telemetry device            01/01/70 00:00      
   Advice            01/01/70 00:00      
   Way too soon to even think about coding!            01/01/70 00:00      
   Detailed analysis before design and coding            01/01/70 00:00      
   Once I have seen...            01/01/70 00:00      
      Simple?            01/01/70 00:00      
         Simplicity ...            01/01/70 00:00      
            22.5 bit precision            01/01/70 00:00      
   you scare me            01/01/70 00:00      
      Scary!            01/01/70 00:00      
         Better Than This Stuff Though            01/01/70 00:00      

Back to Subject List