Thanks!
For some reason this threw an exception: "$OV_PRO variable write-protected in module .."
Code
$OV_PRO = 50
LIN_REL {X 100} C_DIS
TRIGGER WHEN PATH=0 ONSTART DELAY=10 DO $OV_PRO=10
LIN_REL {Y 100}
I had to wrap the command in a sub-program for it to work