Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. what is SDLC?

what is SDLC?

Scheduled Pinned Locked Moved The Lounge
questionhardware
8 Posts 8 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    closecall
    wrote on last edited by
    #1

    been browsing for new jobs lately... in Australia... what do they mean by "Full SDLC experience?" also, what is the formal definition of Embedded real time systems? I've done heapes of real-time data communication thru sensors and wrote corresponding programs to run them. Would this count as embedded real time experience? many thanks

    R J D L C 5 Replies Last reply
    0
    • C closecall

      been browsing for new jobs lately... in Australia... what do they mean by "Full SDLC experience?" also, what is the formal definition of Embedded real time systems? I've done heapes of real-time data communication thru sensors and wrote corresponding programs to run them. Would this count as embedded real time experience? many thanks

      R Offline
      R Offline
      retZ
      wrote on last edited by
      #2

      Software Development Life Cycle There are no failures.. only extended learning opportunities.

      1 Reply Last reply
      0
      • C closecall

        been browsing for new jobs lately... in Australia... what do they mean by "Full SDLC experience?" also, what is the formal definition of Embedded real time systems? I've done heapes of real-time data communication thru sensors and wrote corresponding programs to run them. Would this count as embedded real time experience? many thanks

        J Offline
        J Offline
        Jeremy Falcon
        wrote on last edited by
        #3

        closecall wrote: what do they mean by "Full SDLC experience?" SLDC = Software Development Life Cycle closecall wrote: also, what is the formal definition of Embedded real time systems? From Clickety[^]... I think the IEEE definition (supplied by Douglass Locke) is a good one, and a clear one. Namely: "a real-time system is a system whose correctness includes its response time as well as its functional correctness." The system doesn't just run software to plough through the process; it needs to do it in a timely manner. So, real-time systems care about timeliness, but just how timely isn't clear until you add a modifier to "real-time". In other words, real-time is very much a gray region. "Response to what?" To "events", which are either external events, communicated to the system via its input/output interfaces (which include things like Ethernet as well as audio, keyboard, or mouse input), or to timer-triggered events within the system itself. Jeremy Falcon

        1 Reply Last reply
        0
        • C closecall

          been browsing for new jobs lately... in Australia... what do they mean by "Full SDLC experience?" also, what is the formal definition of Embedded real time systems? I've done heapes of real-time data communication thru sensors and wrote corresponding programs to run them. Would this count as embedded real time experience? many thanks

          D Offline
          D Offline
          DonL Burton
          wrote on last edited by
          #4

          In my day it meant "Synchronous Data Link Control". This protocol was established by IBM (aka "God") to allow the "unwashed" (aka "the rest of us") to communicate with "God". Much like the "Tower of Babel". Only harder to understand.:rolleyes: Seriously, if it is really "Synchronous Data Link Control" it's really no more than ODBC at an AS/400 level. Very simple. Cheers. Don

          T 1 Reply Last reply
          0
          • D DonL Burton

            In my day it meant "Synchronous Data Link Control". This protocol was established by IBM (aka "God") to allow the "unwashed" (aka "the rest of us") to communicate with "God". Much like the "Tower of Babel". Only harder to understand.:rolleyes: Seriously, if it is really "Synchronous Data Link Control" it's really no more than ODBC at an AS/400 level. Very simple. Cheers. Don

            T Offline
            T Offline
            Tom Archer
            wrote on last edited by
            #5

            LOL!! I thought it was "Synchronous Data Link Control" too. I have no earthly idea what these other guys are talking about :) By the way, I also "grew up" worshiping the tower of blue - AS/400, S/38, OS/2, SNA, APPPC, LU6.2, etc. etc. By the way, SDLC has no comparison to ODBC. ODBC is a generic SQL-like interface to data stores while SDLC is a protocol describing synchronous communciations between devices. Cheers, Tom Archer "Use what talents you possess. The woods would be very silent if no birds sang there except those that sang best." - William Blake * Inside C# -Second Edition * Visual C++.NET Bible * Extending MFC Applications with the .NET Framework

            1 Reply Last reply
            0
            • C closecall

              been browsing for new jobs lately... in Australia... what do they mean by "Full SDLC experience?" also, what is the formal definition of Embedded real time systems? I've done heapes of real-time data communication thru sensors and wrote corresponding programs to run them. Would this count as embedded real time experience? many thanks

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #6

              A 'rule of thumb' for embedded systems: 1. No hard drive 2. No video 3. Keep reprogramming the flash 4. Hope you don't run out of RAM 'cos you only have so much ! Elaine :rose: The tigress is here :-D

              R 1 Reply Last reply
              0
              • L Lost User

                A 'rule of thumb' for embedded systems: 1. No hard drive 2. No video 3. Keep reprogramming the flash 4. Hope you don't run out of RAM 'cos you only have so much ! Elaine :rose: The tigress is here :-D

                R Offline
                R Offline
                Roger Wright
                wrote on last edited by
                #7

                Trollslayer wrote: 4. Hope you don't run out of RAM 'cos you only have so much ! That brings on nightmares! One of my group's tasks once upon a time was to program a self-test routine for a handheld SAM popular with insurgent groups. It only had 512 bytes of RAM. Many a night was lost trying to find some clever, yet efficient way to save a single byte of memory. Will Build Nuclear Missile For Food - No Target Too Small

                1 Reply Last reply
                0
                • C closecall

                  been browsing for new jobs lately... in Australia... what do they mean by "Full SDLC experience?" also, what is the formal definition of Embedded real time systems? I've done heapes of real-time data communication thru sensors and wrote corresponding programs to run them. Would this count as embedded real time experience? many thanks

                  C Offline
                  C Offline
                  Chris Richardson
                  wrote on last edited by
                  #8

                  If they are speaking of embedded systems, SDLC in this case is very likely Synchronous Data Link Control. You must have knowledge of, and experience working with, the SDLC protocol. Chris Richardson

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups