open04
open04
Thanks Arthur, I forgot to add the flag checking on my main thats why the script does not exit. It works now!
Hi Arthur, I reopen this issue since I think this is somewhat related from my first question. I implemented the checking of workcounter in my program, but even before or...
Thanks Arthur, Regarding with the ecatcheck(), is it okay to merge the checks in my processdata thread? Im limiting the thread creation in my program.
I also check on ecx_SDOread, print the workcount return of ec_mbxreceive and ecx_mbxsend when error is encountered. ``` int ecx_SDOread(ecx_contextt *context, uint16 slave, uint16 index, uint8 subindex, boolean CA, int...
Upon further investigation, this happens because my processdata cycle delay is 1000us which is much faster than the on the simple_test 5000us. Still, the fix for this problem is to...
Thanks Arthur, the delay should do the trick by now.