Re: [etherlab-users] EtherCAT data size compatibility issue

2017-02-13 Thread Gavin Lambert
[mailto:eshwarkha...@gmail.com] Sent: Tuesday, 14 February 2017 06:06 To: Gavin Lambert Subject: Re: [etherlab-users] EtherCAT data size compatibility issue Hi, Thanks for your response, yes there are macros available for 64 bit read/write in ecrt.h. one question, is it valid only for integer

Re: [etherlab-users] EtherCAT data size compatibility issue

2017-02-09 Thread Gavin Lambert
: [etherlab-users] EtherCAT data size compatibility issue hello all, I am using EtherCAT master with ESC FC1100 for performing HIL simulations, I am using ecrt.h api functions to send a receive data variables, EC_READ_U32 and EC_WRITE_U32, which support only 32bit unsigned values, however my

[etherlab-users] EtherCAT data size compatibility issue

2017-02-09 Thread Eshwar Lal
hello all, I am using EtherCAT master with ESC FC1100 for performing HIL simulations, I am using ecrt.h api functions to send a receive data variables, EC_READ_U32 and EC_WRITE_U32, which support only 32bit unsigned values, however my process variable is 64bit in size. is there any possible solu