-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Hello,
I am wondering if there is a suitable method to read data from slave on an event based pattern. In case of the native SOEM code what memory address or variable should be listened to?
Actually, I am reading the data from slave in a continous loop like:
`
do {
for (i = 0; i < oloop; i++) outData += *(ec_slave[0].outputs + i );
for (i = 0; i < iloop; i++) inData += *(ec_slave[0].inputs + i );
} while(true);
`
Helpful hints are much appreciated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels