Re: [etherlab-users] write_sdo() function

2015-07-30 Thread ronaldo.mercado
ZAHRAEE Ali' Cc: etherlab-users@etherlab.org Subject: Re: [etherlab-users] write_sdo() function It's not that easy - even the read in the example is oversimplified (it assumes you always want to read), and reads are quite different from writes. I'm not sure where you got ec_sdo_request_copy_data from

Re: [etherlab-users] write_sdo() function

2015-07-27 Thread Gavin Lambert
-users@etherlab.org Subject: [etherlab-users] write_sdo() function Hi all, I am trying to write a simplified ethercat communication module on top of Igh master for some of my colleagues who do not want to know the details of how the master works. Based on the sdo_read() function in the examples