Post Reply 
(SR-52) Queuing Analysis
01-25-2021, 11:51 AM
Post: #1
(SR-52) Queuing Analysis
An excerpt from Computer Queuing Analysis On a Handheld Calculator, Computer Design, vol.16 nº11, NOV 1977, pgs. 85-94

" Queuing theory can be practically applied to estimating computer performance and locating system bottlenecks. This is demonstrated by a generalized multiserver queuing model coded to run on the Texas Instruments SR-52 handheld calculator. The model is interactive so that effects of prospective design changes can be evaluated immediately, allowing an analyst to make the iterative design decisions required to optimize system effectiveness. Having the model preprogrammed for a portable calculator further increases its availability and convenience.
  Where a complicated problem can be separated into a number of basic queuing situations, it is often possible to use this calculator model instead of an extensive and expensive real simulation. Although the discussion concentrates upon computer central site queuing, this model also has wide application in communication systems and industrial engineering.

The Model
Challenges encountered in programming this model for the SR-52 calculator included the problems of trying to fit the code within 224 instruction steps, minimize calculator execution time, and provide convenient user operation. The resultant program, listed in Tables 1 and 2, is an optimal tradeoff between these three sometimes conflicting objectives.
  Subroutines were used extensively to enable the code to fit into 224 program steps. However, as subroutines take more time to execute than inline code, they were avoided in iterative loops. To further speed execution, frequently used labels were placed in low address locations and absolute addressing was used wherever possible.
  Ten user-defined functions can he executed by pressing the top row of keys on the SR-52 calculator. To provide maximum user convenience, these user-function keys are named and referenced … "

BEST!
SlideRule
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(SR-52) Queuing Analysis - SlideRule - 01-25-2021 11:51 AM
RE: (SR-52) Queuing Analysis - Gene - 01-25-2021, 02:21 PM
RE: (SR-52) Queuing Analysis - C.Ret - 01-25-2021, 07:56 PM



User(s) browsing this thread: 1 Guest(s)