-
Notifications
You must be signed in to change notification settings - Fork 685
New issue
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
Regarding IO Mapping like Sycon.net Utility #861
Comments
Try : simple_test [network name] -map |
Okay.. I will check !!! Could you provide me with some suggestions on how to formulate my questions. Thank you |
Hello, Here is the problem I'm having. I've tried using different logic, but I'm having trouble getting the address table to look like this: input data address, length data address, and output data address. This is a problem for me—the input address appears, but the exit address is hidden. Why? the this my output: my code : #include <stdio.h> // OSAL threading and other necessary declarations // Global addresses for input and output #define MAX_SLAVES 64 // Maximum number of slaves typedef struct { // Function to identify channel types (AI, AO, DI, DO) void get_channel_data_info(int slave, int channel_index, ChannelInfo* channel_info, const char* slave_name) {
} void slaveinfo(char* ifname) {
} =========================================================== thank you |
Hello all,
I hope you all doing well !
SOEM master code I am here compiled like (slaveinfo fun and simple test ) it working well.
========================================================================
Slaveinfo
Starting slaveinfo
ec_init on \Device\NPF_{F4271784-7547-493D-8A78-8EBAC65E2F75} succeeded.
5 slaves found and configured.
Calculated workcounter 7
Slave:1
Name:EK1100
Output size: 0bits
Input size: 0bits
State: 4
Delay: 0[ns]
Has DC: 1
DCParentport:0
Slave:2
Name:EL3602
Output size: 0bits
Input size: 96bits
State: 4
Delay: 140[ns]
Has DC: 1
DCParentport:1
Slave:3
Name:EL5152
Output size: 96bits
Input size: 160bits
State: 4
Delay: 285[ns]
Has DC: 1
DCParentport:1
IOmap mapped successfully.
End slaveinfo, close socket
End program
Here, I want to construct the slave configuration channels (AI, AO, DI, ,DO and Data Address, Data Length) and the code address table (IO mapping) (e.g., Sycon.net utility Address table). Would you please help me, anyone?
final output like that I want here,
Address table PMX.zip
Thank you
The text was updated successfully, but these errors were encountered: