From: Giovanni Palmieri on
I have two subsystems, we can call System A and System B.
Both ones are enabled by a trigger signal, the system A each 100 ms every the system B every 50 ms.
If the system A read a signal at time t0, whose value is v(t0), the system B at what time gonna elaborate v(t0)? I expect at time t1=t0+100ms.
Anybody know how the two systems should be work??
Thanks a lot
From: Giovanni Palmieri on
I wanna add that I'm using dSpace 1005 motherboard where I upload my mdl Simulink file that is implemented using 1ms fixed time integration.
I did some test and the System B read the signal v(t0) at the time t1=t0+150ms.
Thanks a lot and ASAP....


"Giovanni Palmieri" <palmieri(a)unisannio.it> wrote in message <hm42e0$el6$1(a)fred.mathworks.com>...
> I have two subsystems, we can call System A and System B.
> Both ones are enabled by a trigger signal, the system A each 100 ms every the system B every 50 ms.
> If the system A read a signal at time t0, whose value is v(t0), the system B at what time gonna elaborate v(t0)? I expect at time t1=t0+100ms.
> Anybody know how the two systems should be work??
> Thanks a lot