Y
Hi,
I need to transfer some chunk of data through modbus (modbus over TCP) communication.
I have an array of structure in my application(in C++) i.e.
struct{
int al
float b;
int c;
}
MyStruct;
MyStruct ABC[200];
now i need to send this data to other devices which also have the same structure in application.
Please guide me to create a map of registers so that i can send this chunk of data with minimum number of commands.
thanks in advance,
Yugal
I need to transfer some chunk of data through modbus (modbus over TCP) communication.
I have an array of structure in my application(in C++) i.e.
struct{
int al
float b;
int c;
}
MyStruct;
MyStruct ABC[200];
now i need to send this data to other devices which also have the same structure in application.
Please guide me to create a map of registers so that i can send this chunk of data with minimum number of commands.
thanks in advance,
Yugal
