Casio DT-X8 Series Bedienungsanleitung Seite 74

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 171
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 73
74
LED_NOTIFICATION Turns on the notification LED. - - - - - - - - -
LED_BOTH Turns on both the LEDs (access and
notification).
- - - - - - - - -
LED_BLINK Turns on the specified LED in
specified color.
Specify a color using the parameters
of LED_GREEN, LED_RED and
LED_ORANGE in logical OR.
-
- -
- - - - - -
dwNum
This parameter is for specifying the number of times to turn on the LED. Specify the
number of times that the LED has turned on and the number of times that the LED has
turned off.
dwOnTime
This parameter is for specifying a period of time in 1/16 seconds for turning on the LED. (0
to 255)
dwOFFTime
This parameter is for specifying a period of time in 1/16 seconds for turning off the LED. (0
to 255)
Return Values
TRUE : Normal end
FALSE : Internal error
SYS_PARAMERR : Parameter error
FUNCTION_UNSUPPORT : Unsupported error
Note:
If LED_BLINK (example; LED_BLINK|LED_RED) is specified in dwLedMode parameter,
the interval of turning on and off the LED continuously will follow the default setting
specified in the system. Set LED_OFF in the parameter to turn off the LED. This ignores
any values set in the dwNum, downtime, and dwOFFTime parameters.
See "Examples" on the following.
Examples
Setting for quickly turning on and off the LED in orange (Hardware specifications dictate
that the following values set in the dwNum, downtime, and dwOFFTime parameters are the
minimum values.)
SysSetLED(LED_ORANGE, 1, 1, 0);
Setting for blinking the LED in green three times (ON for one second and OFF for one
second)
SysSetLED(LED_GREEN, 3, 16, 16);
Setting for turning on the LED in red for two seconds
SysSetLED(LED_RED, 1, 32, 0);
Seitenansicht 73
1 2 ... 69 70 71 72 73 74 75 76 77 78 79 ... 170 171

Kommentare zu diesen Handbüchern

Keine Kommentare