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-
Discrete Input (DI)
Input Register (IR)
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.
ollow the rule: Local address + Data length ≤ Max value of Local address
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 ",".