Re: [etherlab-users] Problem reading SII configuration from slave

2012-02-23 Thread John Christopher
Hello Jesper, I'm very interested in trying your patch; how can I get a copy? Thank you in advance, John ___ etherlab-users mailing list etherlab-users@etherlab.org http://lists.etherlab.org/mailman/listinfo/etherlab-users

Re: [etherlab-users] Distributed Clock with Yaskawa SGDV drives

2012-02-23 Thread Graeme Foot
Hi, ecrt_master_activate is not available from a realtime context, so there are two options: 1) call ecrt_master_activate just before starting hard realtime. 2) start hard realtime and call ecrt_master_activate in a non-realtime helper thread The problem I was having with option one is that afte

Re: [etherlab-users] EoE communication problems

2012-02-23 Thread Sergej.Stepanov
ok Am Donnerstag, den 23.02.2012, 09:22 +0100 schrieb Florian Pose: > Am 10.02.2012 16:21, schrieb sergej.stepa...@ids.de: > > Hallo Florian, thanks your tips we could fix a problem on our > > slave. > > Glad I could help. > > > Could you please take a look at the diff?This patch fixed the oops

Re: [etherlab-users] EoE communication problems

2012-02-23 Thread Florian Pose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 10.02.2012 16:21, schrieb sergej.stepa...@ids.de: > Hallo Florian, thanks your tips we could fix a problem on our > slave. Glad I could help. > Could you please take a look at the diff?This patch fixed the oops > problem 1. I described you.It is f

Re: [etherlab-users] failing dc-sync-check (and rtdm patch)

2012-02-23 Thread Florian Pose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 14.02.2012 22:15, schrieb George Broz: > Yes - the application cycle (as far as I can tell) should be > synchronized to the return of rt_timer_read(). > > I've tried two methods: (1) a regular Xenomai task using > rt_task_wait_period() (after setup

Re: [etherlab-users] Distributed Clock with Yaskawa SGDV drives

2012-02-23 Thread Florian Pose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Graeme, Am 07.02.2012 04:45, schrieb Graeme Foot: > create master_activate thread ---+ | start realtime > | request master_activate -->| ecrt_master_activate > ecrt_rtdm_master_recieve | (after first sync dc) sync dc > | e