Structs§
- Blocked
Device Data - Blocked data used for block-write request. Multiple blocks are acceptable for block-write request.
- Device
- It works as a device pointer.
- Device
Block - Block unit of the device pointer. It is used for block-read request. Multiple blocks are acceptable for block-read request.
- Device
Data - Data of the specified device. It is used for random-write request and all of read requests.
- Monitor
List - Mitsubishi PLC allow only the signle-word access and double-word access. Multi-word access which used for f64 and string is not supported by default. This library supporrts the multi-word access using signle-word access.
- Monitor
Request - Monitored
Device - PLCData
- PLCString
- String is stored as u8 array (max: 64 byte). Character code is Shift-JIS.
- SLMP4E
Connection Props - SLMP
Client - SLMP
Connection Manager - SLMP
Worker - Typed
Device - Device pointer with type annotation. It is used for random-read request. Results of random-read are typed as requested.
Enums§
- Access
Type - CPU
- Data
Type - Available data type for SLMP communication.
- Device
Type - Device type used in Mitsubishi PLC.
- Typed
Data - Available typed-data for SLMP communication. It is used for all of write requests.