We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need assistance to solidify my understanding and latch sync0.
Here are the steps to orchestrate this flow:
ec_init
ec_config_init
End result: ID: 1 (4097), Parent: 0, State: 0x14 (EC_STATE_NONE), Topology: 1, DC: 1, Delay: 0, StatusCode=0x27 (Freerun not supported)
Thread tasks (I kept it simple to understand the behavior)
void* cycle() { ec_send_processdata(); printf("wc: %d\n", wc); while(1) { wc = ec_receive_processdata(EC_TIMEOUTRET); usleep(100); ec_send_processdata(); } return NULL; } void* task() { printf("sleeping wc: %d\n", wc); sleep(2); printf("wokeup wc: %d\n", wc); transition(1, EC_STATE_OPERATIONAL); return NULL; }
Zipped up wireshark pcap file (step 6 - 7 above) capture.pcapng.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I need assistance to solidify my understanding and latch sync0.
Here are the steps to orchestrate this flow:
ec_init
ec_config_init
End result: ID: 1 (4097), Parent: 0, State: 0x14 (EC_STATE_NONE), Topology: 1, DC: 1, Delay: 0, StatusCode=0x27 (Freerun not supported)
Thread tasks (I kept it simple to understand the behavior)
Zipped up wireshark pcap file (step 6 - 7 above)
capture.pcapng.zip
The text was updated successfully, but these errors were encountered: