diff --git a/robot/MXLAB/Controller1/usr/usrapp/ForceDetection/onCommandTcp.pgx b/robot/MXLAB/Controller1/usr/usrapp/ForceDetection/onCommandTcp.pgx index 12e6c54..ae75db5 100644 --- a/robot/MXLAB/Controller1/usr/usrapp/ForceDetection/onCommandTcp.pgx +++ b/robot/MXLAB/Controller1/usr/usrapp/ForceDetection/onCommandTcp.pgx @@ -19,7 +19,7 @@ case "mount" toNum(args[0], puck, ok) toNum(args[1], sample, ok) - tx = "Mounting sample " + toString("", puck) + ":" + toString("", sample) + tx = "Mounting sample - " + toString("", puck) + ":" + toString("", sample) //taskCreate "mount",10,mount(puck, sample) break endSwitch