Re: [RTnet-users] Variable sheduling

2007-05-16 Thread Jan Kiszka
Jan Kiszka wrote: > Hi Michael, > > [please avoid top-posting if there is nothing you directly reply to] > > Michael Smith wrote: >> I'm not clear on how to use any of the two methods to do what I need >> to get done. Do you mean I should set the RTnet SYNC start time with >> the "cycle_start" va

Re: [RTnet-users] Variable sheduling

2007-05-16 Thread Jan Kiszka
Hi Michael, [please avoid top-posting if there is nothing you directly reply to] Michael Smith wrote: > I'm not clear on how to use any of the two methods to do what I need > to get done. Do you mean I should set the RTnet SYNC start time with > the "cycle_start" variable in relation to my 1ms th

Re: [RTnet-users] Variable sheduling

2007-05-16 Thread Michael Smith
I'm not clear on how to use any of the two methods to do what I need to get done. Do you mean I should set the RTnet SYNC start time with the "cycle_start" variable in relation to my 1ms thread? Sorry the documentation is a bit vague on the ioctrl calls for RTnet so I don't have alot to go on. Mic

Re: [RTnet-users] Variable sheduling

2007-05-16 Thread Jan Kiszka
Michael Smith wrote: > What my system needs to do is to run multiple computers on a RTnet > network but their threads (100us, 1ms and 10ms) needs to be kept in > sync with each other across the network. My RTnet TDMA cycle is > running at 1ms. > The way I hoped to do it is to keep all the 1ms RTAI

Re: [RTnet-users] Variable sheduling

2007-05-16 Thread Michael Smith
What my system needs to do is to run multiple computers on a RTnet network but their threads (100us, 1ms and 10ms) needs to be kept in sync with each other across the network. My RTnet TDMA cycle is running at 1ms. The way I hoped to do it is to keep all the 1ms RTAI threads in sync with the RTNet'

Re: [RTnet-users] Variable sheduling

2007-05-16 Thread Jan Kiszka
Michael Smith wrote: > Hi Jan > I'm sure you're the man to help me on this question. > I am attempting to run RTAI together with RTnet but with a variable > task scheduling. I use the rt_sleep() call at the end of the task > instead of the normal rt_task_wait_period() call to get this working. > Th

[RTnet-users] Variable sheduling

2007-05-15 Thread Michael Smith
Hi Jan I'm sure you're the man to help me on this question. I am attempting to run RTAI together with RTnet but with a variable task scheduling. I use the rt_sleep() call at the end of the task instead of the normal rt_task_wait_period() call to get this working. The problem with this is that the t