An oLEDB Object controls an LED by outputting a control signal on on the I/O line specified by the IOLine property.
The Blink property controls a low-speed blinking function. If Blink is set to 0, then the LED glows continuously. If Blink is 1, then the LED blinks once a second. If Blink is 2, then the LED blinks 4 times a second. And if blink is 3, then the LED blinks twice at four times a second and then remains off for 1/2 a second then repeats.
The Operate property specifies if the "on" portion of the control signal is generated. When the Operate property is set to 1, the oLED Object starts generating and outputting the "on" portion at the blink rate specified by the Blink property. When the Operate property is set to 0, the "on" portions are are discontinued and the specified I/O Line is set off.