18
2 FUNCTION LIST
2.1 C Intelligent Function Module Dedicated Functions
2 FUNCTION LIST
This chapter shows the functions used for C intelligent function modules.
2.1 C Intelligent Function Module Dedicated
Functions
The C intelligent function module dedicated functions are as listed below.
C intelligent function module dedicated functions
Function name Description Reference
CITL_ChangeFileSecurity To change the file access restriction status of a C intelligent function
module.
Page 22 CITL_ChangeFileSecurity
CITL_ClearError To clear errors of a C intelligent function module. Page 23 CITL_ClearError
CITL_DisableYInt To disable the routine registered with the CITL_EntryYInt function. Page 24 CITL_DisableYInt
CITL_EnableYInt To enable the routine registered with the CITL_EntryYInt function. Page 25 CITL_EnableYInt
CITL_EntryDedicatedInstFunc To register a routine to be executed using the dedicated instruction
(G(P).CEXECUTE).
Page 26 CITL_EntryDedicatedInstFunc
CITL_EntryTimerEvent To register a timer event. Page 27 CITL_EntryTimerEvent
CITL_EntryWDTInt To register a routine to be called when a user WDT error interrupt
occurs.
Page 29 CITL_EntryWDTInt
CITL_EntryYInt To register a routine to be called when an output signal (Y) interrupt
occurs.
Page 30 CITL_EntryYInt
CITL_FromBuf To read data from the buffer memory of a C intelligent function module. Page 31 CITL_FromBuf
CITL_GetCollectData To acquire data sampled in data sampling in each sequence scan. Page 32 CITL_GetCollectData
CITL_GetCounterMicros To acquire a 1 s counter value of a C intelligent function module. Page 34 CITL_GetCounterMicros
CITL_GetCounterMillis To acquire a 1 ms counter value of a C intelligent function module. Page 35 CITL_GetCounterMillis
CITL_GetErrInfo To acquire the error information of a C intelligent function module. Page 36 CITL_GetErrInfo
CITL_GetFileSecurity To acquire the file access mode of a C intelligent function module. Page 37 CITL_GetFileSecurity
CITL_GetIDInfo To acquire the individual identification information of a C intelligent
function module.
Page 38 CITL_GetIDInfo
CITL_GetLEDStatus To acquire the LED status of a C intelligent function module. Page 39 CITL_GetLEDStatus
CITL_GetSerialNo To acquire the serial number of a C intelligent function module. Page 40 CITL_GetSerialNo
CITL_GetSwitchStatus To acquire the switch status of a C intelligent function module. Page 41 CITL_GetSwitchStatus
CITL_GetTime To acquire the clock data (local time) of a C intelligent function module. Page 42 CITL_GetTime
CITL_GetUnitStatus To acquire the operating status of a C intelligent function module. Page 43 CITL_GetUnitStatus
CITL_MountMemoryCard To mount the SD memory card inserted to a C intelligent function
module.
Page 44 CITL_MountMemoryCard
CITL_RegistEventLog To register an event log in the event history of a control CPU module. Page 45 CITL_RegistEventLog
CITL_ResetWDT To reset the user WDT of a C intelligent function module. Page 46 CITL_ResetWDT
CITL_SetCollectData To set data to be sampled in data sampling in each sequence scan. Page 47 CITL_SetCollectData
CITL_SetLEDStatus To set the LED status of a C intelligent function module. Page 49 CITL_SetLEDStatus
CITL_SetSyncTimeStatus To set the operating status of time synchronization of a C intelligent
function module.
Page 50 CITL_SetSyncTimeStatus
CITL_ShutdownRom To shut down the standard ROM of a C intelligent function module. Page 51 CITL_ShutdownRom
CITL_StartCollectData To start data sampling in each sequence scan. Page 52 CITL_StartCollectData
CITL_StartWDT To set and start the user WDT of a C intelligent function module. Page 53 CITL_StartWDT
CITL_StopCollectData To stop data sampling in each sequence scan. Page 54 CITL_StopCollectData
CITL_StopWDT To stop the user WDT of a C intelligent function module. Page 55 CITL_StopWDT
CI
TL_SyncTime To synchronize the time of a C intelligent function module with that of a
control CPU module.
Page 56 CITL_SyncTime
CITL_SysClkRateGet To read the system clock rate specified with the CITL_SysClkRateSet
function from the flash ROM.
Page 57 CITL_SysClkRateGet
CITL_SysClkRateSet To store the specified system clock rate in the flash ROM. Page 58 CITL_SysClkRateSet