The PLC
Operating Manual XCA 1100 / XCA 1200
●
Version 12/17
115
8.4.7
MMI library
The "MMI" library realises the communication with an operator panel
of the COP family via the serial interface of the controller.
Function block
No.
Brief description
Controller
types
PPF_COP_COMM
140
Communicates with a COP operator panel
(PNet protocol)
XCx
ProNumeric
ProSyCon
MCS xx-xx
Table 32: MMI library
8.4.8
PLC_Vxxx library
This library provides controller-specific firmware function blocks over
and above the standard IEC/ProConOS function blocks.
Function block
No.
Brief description
Controller
types
PUT_ERROR
400
Generates a user-defined error message
(please do not use any more)
XCx
ProNumeric
ProSyCon
PUT_ERROR2
401
Generates a user-defined error message
CLEAR_ERROR
402
Deletes an error message sent with a lock flag
READ_FILE
405
File access read
WRITE_FILE
406
File access write
SEND_MAIL
410
Sends an E-MAIL (SMTP client)
XFIO_CONFIG
420
XFIO interrupt configuration
XCx
XRIO_STATE
422
XRIO status information
GET_MTS
430
Supplies current time value in µs ticks
XCx
ProNumeric
ProSyCon
OPEN_PROFILE
431
Opens a file in INI format
NEW_PROFILE
432
Creates a new file in INI format
FLUSH_PROFILE
433
Writes updated file in INI format
CLOSE_PROFILE
434
Closes a file in INI format
GET_PROFILE_STRING
435
Reads a string from a file in INI format
GET_PROFILE_INT
436
Reads an integer value from a file in INI format
GET_PROFILE_REAL
437
Reads a real value from a file in INI format
WRITE_PROFILE_STRING
438
Writes a string to a file in INI format
WRITE_PROFILE_INT
439
Writes an integer value to a file in INI format
WRITE_PROFILE_REAL
440
Writes a real value to a file in INI format
Table 33: PLC_Vxxx library