Mitsubishi Electric MELSEC iQ-R C Series Programming Manual page 179

Controller module
Table of Contents

Advertisement

CCPU_SetDotMatrixLED_ISR
This function sets a value to be displayed on the dot matrix LED of C Controller module.
Format
short CCPU_SetDotMatrixLED_ISR (unsigned short usLedMode, char* pcData)
Argument
Argument
Name
usLedMode
Output mode
pcData
LED data
Specify the LED data (pcData) as follows.
Dot matrix LED
pcData[0] to pcData[19]: Data of the dot matrix LED (720)
The data specified in the following format is displayed.
Data format for each column: Bit pattern in which '0' is for the upper one bit, and '1' (when LED is ON) or '0' (when LED is
OFF) is for lower seven bits
Ex.
The bit pattern shown below is output to the dot matrix LED:
1st column
2nd column
5th column
1st column: 0000 0111b = 07H → pcData[0] = 0x07
2nd column: 0000 1100b = 0cH → pcData[1] = 0x0c
3rd column: 0001 0100b = 14H → pcData[2] = 0x14
4th column: 0010 0100b = 24H → pcData[3] = 0x24
5th column: 0111 1111b = 7fH → pcData[4] = 0x7f
6th column to 20th column: 0000 0000b = 00H → pcData[5] to pcData[19] = 0x00
Description
Unused (Even if a value is specified, the operation is not affected.)
Specify the LED data.
3 DETAILS OF FUNCTION
3.2 C Controller module dedicated functions for ISR
3
IN/OUT
IN
IN
177

Advertisement

Table of Contents
loading

Table of Contents