From 4af6939fb4098f3f2efc2720b3bade29f87e5ce0 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Thu, 7 Jun 2018 14:36:52 +0200 Subject: [PATCH] --- .../Controller1/usr/usrapp/ForceDetection/onCommandTcp.pgx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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