User Tools

Site Tools


glossary:glossary_b

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
glossary:glossary_b [2020/09/14 14:55] – [Bus] grovenorglossary:glossary_b [2022/10/10 21:55] (current) – [Booster] add bootloader Bob Vetterlein
Line 6: Line 6:
  
  
-Back EMF generally refers to the voltage generated by the rotation of a motor but also to the voltage that will appear across an inductor if the current is changed or stopped suddenly.\\ +Back Electromotive Force ([[wp>Electromotive_force|EMF]]) generally refers to the voltage generated by the rotation of a motor but also to the voltage that will appear across an inductor if the current is changed or stopped suddenly.\\ 
 [[:glossary:back_emf|Main article]] [[:glossary:back_emf|Main article]]
  
Line 18: Line 18:
  
  
-The BC3 is an automatic block control system otherwise known as SuperBloc (QV). It controls the speed of a model train depending on the occupation of the block ahead. If the block ahead is occupied the train will slow to a creep speed and stop at a designated point. Otherwise the train will accelerate to a preset speed. Manual control is also allowed for. Literature about it is available from MERG - TBs T33/0-20.\\  +The BC3 is an automatic block control system otherwise known as SuperBloc (QV). It is a development of and compatible with BloNg (Block oriented N gauge). It controls the speed of a model train depending on the occupation of the block ahead. If the block ahead is occupied the train will slow to a creep speed and stop at a designated point. Otherwise the train will accelerate to a preset speed. Manual control is also allowed for.\\ Literature about it is available from MERG - Technical Bulletins T33/01 to T33/28 although kits have been discontinued.\\ 
-although kits have been discontinued. The BC3 kit is No38 Nos 39 and 40 are a test jig and a setting up kit.   +[[:glossary:blong|Main article]]
-[[:glossary:blong|Blong]]+
  
 ===== Bell signals ===== ===== Bell signals =====
Line 35: Line 34:
 ===== BGA ===== ===== BGA =====
 Ball Grid Array; a method of permitting a large number of connections in a smaller footprint for large scale Integrated Circuits.  Ball Grid Array; a method of permitting a large number of connections in a smaller footprint for large scale Integrated Circuits. 
-See https://en.wikipedia.org/wiki/Ball_grid_array+See [[wp>Ball_grid_array|BGA]]
 ===== Bipolar ===== ===== Bipolar =====
  
Line 74: Line 73:
  
  
-The Block Oriented N-Gauge (or "BloNg") system was a method for automatic block control developed originally for an exhibition layout by the South-West Area Group of the N-Gauge Society (now the Exeter N-Gauge Railway Modellers). It employed a controller per block, colloquially known as "the BloNg". The MERG superBloc system with its [[:kits:38|BC3]] controller resulted from a collaboration between that Group and the Oxford MRS, who also model in 00. The BC3 therefore now replaces "the BloNg", with which it is electrically compatible.+The Block oriented N-Gauge (or "BloNg") system was a method for automatic block control developed originally for an exhibition layout by the South-West Area Group of the N-Gauge Society (now the Exeter N-Gauge Railway Modellers). It employed a controller per block, colloquially known as "the BloNg". The MERG superBloc system with its [[:kits:38|BC3]] controller resulted from a collaboration between that Group and the Oxford MRS, who also model in 00. The BC3 therefore now replaces "the BloNg", with which it is electrically compatible.
 [[:glossary:blong|Main article]]\\  [[:glossary:blong|Main article]]\\ 
  
Line 90: Line 89:
 A Booster in DCC is a second power supply to increase the power available from the main master power supply. This may also have the facility for voltage inversion to allow for reverse loops etc but this is more cheaply handled by a specific reversing module. It can also help to reduce potential damage and problems by being used to divide the whole layout into separate sections each supplied by a booster so that shorts in one section do not affect another and the potential current is reduced to that available from one booster. A Booster in DCC is a second power supply to increase the power available from the main master power supply. This may also have the facility for voltage inversion to allow for reverse loops etc but this is more cheaply handled by a specific reversing module. It can also help to reduce potential damage and problems by being used to divide the whole layout into separate sections each supplied by a booster so that shorts in one section do not affect another and the potential current is reduced to that available from one booster.
  
 +===== BootLoader =====
 +
 +The majority of [[glossary:glossary_m#microprocessor|Microcontrollers]] available today have [[glossary:glossary_f#flash_memory|Flash Memory]] as their program storage. A **BootLoader** is a special section of program, stored in a protected area of memory, which can overwrite any area of memory except its own. By this means the [[glossary:glossary_p#pic|PICs]] used in the [[glossary:glossary_c#cbus|CBus system modules]] can have their firmware updated via the BootLoad facility of the [[glossary:glossary_f#fcu|FCU]]. The [[glossary:glossary_a#atc|ATC Automatic Train Controller]] has a similar arrangement but requires a Bootloading attachment.
  
 ===== Bps ===== ===== Bps =====
Line 112: Line 114:
  
  
-    * Unordered List ItemBuffers are allocated by various processes to use as input queues, etc. Most of the time, buffers are some processes output, and they are file buffers. A simplistic explanation of buffers is that they allow processes to temporarily store input in memory until the process can deal with it. +    * Buffers are allocated by various processes to use as input queues, etc. Most of the time, buffers are some processes output, and they are file buffers. A simplistic explanation of buffers is that they allow processes to temporarily store input in memory until the process can deal with it. 
-    * Unordered List ItemCache is typically frequently requested disk I/O. If multiple processes are accessing the same files, much of those files will be cached to improve performance (RAM being so much faster than hard drives), it's disk cache.+    * Cache is typically frequently requested disk I/O. If multiple processes are accessing the same files, much of those files will be cached to improve performance (RAM being so much faster than hard drives), it's disk cache.
  
 In Hardware a buffer is a digital or analog stage used to isolate a signal source from the following circuit's loading. This might be the case in Digital where a single output is required to fan out to multiple inputs. In analog it is usually the means to connect a high impedance signal source to much lower impedance circuits, normally with unity gain. In Hardware a buffer is a digital or analog stage used to isolate a signal source from the following circuit's loading. This might be the case in Digital where a single output is required to fan out to multiple inputs. In analog it is usually the means to connect a high impedance signal source to much lower impedance circuits, normally with unity gain.
Line 122: Line 124:
  
  
-    * Buses are used for connecting components of a computer: a common example is the PCI bus in PCs. See [[https://en.wikipedia.org/wiki/Bus_(computing)|computer bus.]] +    * Buses are used for connecting components of a computer: a common example is the PCI bus in PCs. See [[wp>Bus_(computing)|computer bus.]] 
-    * Buses are used for communicating between computers (often microprocessors). See [[https://en.wikipedia.org/wiki/Bus_(computing)|computer bus.]] +    * Buses are used for communicating between computers (often microprocessors). See [[wp>Bus_(computing)|computer bus.]] 
-    * Buses are used for distribution of electrical power to components of a system. The (usually) thick conductors used are called busbars. In an electrical laboratory, for example, a bare bus-bar will sometimes line the wall, to be used by the engineers and technicians for its high electrical current carrying capacity, which allows a convenient approximation to zero voltage, or ground in the US, and earth in the UK. See [[https://en.wikipedia.org/wiki/Busbar|BUSBAR]]\\ +    * Buses are used for distribution of electrical power to components of a system. The (usually) thick conductors used are called busbars. In an electrical laboratory, for example, a bare bus-bar will sometimes line the wall, to be used by the engineers and technicians for its high electrical current carrying capacity, which allows a convenient approximation to zero voltage, or ground in the US, and earth in the UK. See [[wp>Busbar|BUSBAR]]\\ 
  
 =====Byte===== =====Byte=====
 The byte is a unit of digital information that most commonly consists of eight bits, representing a binary number. Historically, the byte was the number of bits used to encode a single character of text in a computer[1][2] and for this reason it is the smallest addressable unit of memory in many computer architectures. [[wp>Byte|Byte]] The byte is a unit of digital information that most commonly consists of eight bits, representing a binary number. Historically, the byte was the number of bits used to encode a single character of text in a computer[1][2] and for this reason it is the smallest addressable unit of memory in many computer architectures. [[wp>Byte|Byte]]
  
glossary/glossary_b.1600095340.txt.gz · Last modified: 2020/09/14 14:55 by grovenor

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki