Conversion time
From bildr
Conversion time is the amount of time it takes for a setting to go through a series of units.
For example: Three units
- 1, #2, and #3.
Connected in series #1--#2--#3, each unit has two lights; one red and one green. Say the user pushes a button on unit #1 to tell it to turn green and tell all the other units to turn green.
This would be a simple breakdown of this process:
- button push
- Unit #1 turns green.
- Unit #1 sends signal "Turn green".
- Unit #2 Receives signal "Turn green".
- Unit #2 Asks Unit #1 Are you sure about signal "Turn green".
- Unit #1 responds to Unit #2 "True". (e.g. "yes")
- Unit #2 Turns green.
- Unit #2 sends signal "Turn green".
- Unit #3 Receives signal "Turn green".
- Unit #3 Asks Unit #2 Are you sure about signal "Turn green".
- Unit #2 responds to Unit #3 "True". (e.g. "yes")
- Unit #3 sends signal "Turn green".
But there is no other unit to receive (so nothing happens). The time it takes for all units to "turn green" would be the "conversion time".
This page is an Article on bildr. Articles are pages that define or explain a concept, method, or generic item.