C Controller Module Dedicated Functions For Isr - Mitsubishi Electric MELSEC iQ-R C Programming Manual

Melsec iq-r series programmable controller
Hide thumbs Also See for MELSEC iQ-R C:
Table of Contents

Advertisement

C Controller module dedicated functions for ISR

Function name
CCPU_DisableInt_ISR
CCPU_EnableInt_ISR
CCPU_FromBuf_ISR
CCPU_FromBufHG_ISR
CCPU_GetCounterMicros_ISR
CCPU_GetCounterMillis_ISR
CCPU_GetDotMatrixLED_ISR
CCPU_ReadDevice_ISR
CCPU_RegistEventLog_ISR
CCPU_ResetDevice_ISR
CCPU_SetDevice_ISR
CCPU_SetDotMatrixLED_ISR
CCPU_SetLEDStatus_ISR
CCPU_ToBuf_ISR
CCPU_ToBufHG_ISR
CCPU_WriteDevice_ISR
CCPU_X_In_Word_ISR
CCPU_Y_In_Word_ISR
CCPU_Y_Out_Word_ISR
2 FUNCTION LIST
46
2.1 C Controller Module Dedicated Functions
Function
To disable the routine registered with the CCPU_EntryInt function.
To enable the routine registered with the CCPU_EntryInt function.
To read data from the CPU buffer memory of the CPU module and the buffer
memory of the intelligent function module which are mounted on the
specified module position. (FROM instruction)
To read data from the fixed cycle communication area of the CPU module
mounted on the specified module position.
To acquire a 1 μs counter value of a C Controller module.
To acquire a 1 ms counter value of a C Controller module.
To acquire the value displayed on the dot matrix LED of C Controller
module.
To read data from internal user devices and internal system devices of C
Controller module.
To register an event log in the event history of a C Controller module.
To reset internal user devices and internal system devices (bit devices) of C
Controller module.
To set internal user devices and internal system devices (bit devices) of C
Controller module.
To set a value to be displayed on the dot matrix LED of C Controller module.
To set the LED status of a C Controller module.
To write data to the CPU buffer memory of the CPU module (host CPU) and
the buffer memory of the intelligent function module which are mounted on
the specified module position. (TO instruction)
To write data to the fixed cycle communication area of the CPU module
mounted on the specified module position.
To write data to internal user devices and internal system devices of C
Controller module.
To read an input signal (X) in word (16-point) units.
To read an output signal (Y) in word (16-point) units.
To output an output signal (Y) in word (16-point) units.
Reference
Page 125 CCPU_DisableInt_ISR
Page 126 CCPU_EnableInt_ISR
Page 127 CCPU_FromBuf_ISR
Page 128 CCPU_FromBufHG_ISR
Page 129 CCPU_GetCounterMicros_ISR
Page 130 CCPU_GetCounterMillis_ISR
Page 131 CCPU_GetDotMatrixLED_ISR
Page 133 CCPU_ReadDevice_ISR
Page 134 CCPU_RegistEventLog_ISR
Page 133 CCPU_ReadDevice_ISR
Page 136 CCPU_SetDevice_ISR
Page 137 CCPU_SetDotMatrixLED_ISR
Page 139 CCPU_SetLEDStatus_ISR
Page 140 CCPU_ToBuf_ISR
Page 141 CCPU_ToBufHG_ISR
Page 142 CCPU_WriteDevice_ISR
Page 143 CCPU_X_In_Word_ISR
Page 144 CCPU_Y_In_Word_ISR
Page 145 CCPU_Y_Out_Word_ISR

Advertisement

Table of Contents
loading

Table of Contents