Some help please because I'm running out of ideas.
So, I have two markers / construction frames : first one has a fix location, but the second one is dependent by the first marker.
There is a relationship between markers: the 2nd one moves along the axis of the 1st one, only after the distance (DM) between them drops under a certain length.
So far I've tried with IF function and with VARVAL... but no success.
Examples :
marker_2 = (LOC_RELATIVE_TO({0.0, 0.0, (IF(....))}, marker_1) or
If I properly understand your problem, the second marker (which I assume is attached to geometry?) does something after a distance parameter is met. If you set up a measure between markers a sensor can trigger the motion you want when the condition is true.
If I properly understand your problem, the second marker (which I assume is attached to geometry?) does something after a distance parameter is met. If you set up a measure between markers a sensor can trigger the motion you want when the condition is true.