Closed
Description
Can eip-rs Read and Write UDTs?
I need a grab a UDT instance from my CompactLogix PLCs, can that be done? And then Mapped to a struct?
Example UDT on PLC
- Type: MyUDT
- MyDint1 : DINT
- MyDint2: DINT
- MyString1 : STRING
- MyString2 : STRING
Path to an instance on PLC that is in Program1
\Program1.MyUdtInstance1
Rust Type:
struct MyUDT {
MyDint1: i32,
MyDint2: i32,
MyString1 : String
MyString2 : String
}
Metadata
Metadata
Assignees
Labels
No labels