(20S) and (21S) Intensity and Illumination
|
05-20-2019, 12:48 PM
(This post was last modified: 05-20-2019 12:50 PM by Eddie W. Shore.)
Post: #1
|
|||
|
|||
(20S) and (21S) Intensity and Illumination
The follow equation relates the luminous intensity (measured in candelas, cd) and illuminance (measured in lux) of a light source. The equation assumes the light source radiates a spherical matter.
E = I / R^2 E = illuminance I = luminous intensity R = radius of the sphere's light (meters) LBL A: Solve for E LBL B: Solve for I LBL C: Solve for R Registers: R0 = E R1 = I R2 = R Store the following values in the register and execute the appropriate label. Program: Code:
Example 1: R1 = I = 400, R2 = R = 2. Solve for E, XEQ A returns 100 Example 2: R0 = E = 180, R2 = R = 3 Solve for I, XEQ B returns 1620 Example 3: R1 = I =420, R0 = E = 195 Solve for R, XEQ C returns 1.467598771 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)