LEDAUTO.TXT INFORMATION/GUIDENCE FOR USE {If using notepad to view this file, please ensure Word Wrap is on.) This component is based in RoundLed by Martyn Dowsett (CIS 100676,1560), I've changed it to use it in Industrial Control. Summary of Non Standard Properties 1. AutoSelectColor (True/False) With this property set to True (the default) when you modify LedOnColor, LedOffColor is automatically updated and visa-versa. Note: If you change the setting from False to True, LedOnColor & LedOffColor will not change immdiately. When you modify one, the other will automatically be adjusted. 2. LedType - (ltIn, ltOut) If is 'ltOut' status change clicking it if is 'ltIn' not change. 3. LedOnColor - The color displayed when LedStatus is set to lsOn. (See AutoSelectColor) 4. LedOffColor - The color displayed when LedStatus is set to lsOff. (See AutoSelectColor) 5. LedStatus - (lsOff, lsOn) Allows overall control of the LED. 6. Bus - Integer to store address in microprocesor system, I2C channel, etc. 7. Descrip - Description 8. Group - To associate it to others leds. 9. Value - To assign binary value in data bus (1,2,4,8,16,32,64,128,etc.). NOTES: 1. The LED is a square bitmap but appears round by setting one of the bitmap colors to match the color of the form. This updates automatically as the form color changes. Because of the typecasting in the code, the LED component MUST ALWAYS BE PLACED DIRECTLY ONTO A FORM, not in a groupbox or a radiobox etc.