Hi,
I have a spline block with a lot of spl movements. I have to do two operations in relation to one specific point. The first operation has to be done 80ms before the point and the second one hast to be done "exactly" on the point (both operations are in subprograms). I see two solutions:
1. I use two trigger. One with a delay of -80ms and a second one (one line below the first one) with a delay of 0.
2. I use one trigger to call one subroutine with a delay of -80ms and in the subroutine I use a WAIT SEC 0.08 between the calls of my two subprograms.
Is one of the solutions better then the other one?
Best regards,
Franz