Web-based configuration
5.4 Web pages
LOGO! CIM
64
Operating Manual, 10/2021, A5E51250518-AA
Data transfer restrictions
The table below describes the range and local address restrictions for client connections.
Local address (LOGO! CIM)
Remote address (Modbus RTU com-
patible device)
Address Type
Range
Address Type
IB
0.0 to 511.7
Coil
Discrete Input (DI)
QB
0.0 to 511.7
MB
0.0 to 511.7
VB
0.0 to 1023.7
IW
0 to 510
Holding Register (HR)
Input Register (IR)
QW
0 to 510
MW
0 to 510
VW
0 to 1022
Note
The address type is the combination of the address type name in UDM (Page 9) and data
type. For example, IB means bit in memory I.
The values should follow the rule: Local a Data length
≤
Max value of Local address
type.
5.4.6.5
RESTful API
CIM also provides a REST interface for those users that are familiar with such technology and
want to interact with CIM using an automated or programmed interface.
If the device connected to CIM supports RESTful, you can get or put data on UDM through
RESTful API. For example, you can access the UDM interface by a Swagger user interface,
which contains a detailed description of the classes, methods and parameters.
URI path format
https://[IP_address_for_cim]/pi/rest/[address_type][data_type_in_sho
rt][range]
Supported actions
•
get
•
put
When you put a set of value to a range, separate them by ",".