You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newKeyValuePair<ulong,AxoMessengerTextItem>(1,newAxoMessengerTextItem($"Movement position `{this.OutLabel}` did not succeed.","Check that cylinder is free to move, check the air pressure, and extremity sensor.")),
27
-
newKeyValuePair<ulong,AxoMessengerTextItem>(2,newAxoMessengerTextItem($"Movement position `{this.InLabel}` did not succeed.","Check that cylinder is free to move, check the air pressure, and extremity sensor.")),
26
+
newKeyValuePair<ulong,AxoMessengerTextItem>(1,newAxoMessengerTextItem(()=>$"Movement position `{this.OutLabel}` did not succeed.","Check that cylinder is free to move, check the air pressure, and extremity sensor.")),
27
+
newKeyValuePair<ulong,AxoMessengerTextItem>(2,newAxoMessengerTextItem(()=>$"Movement position `{this.InLabel}` did not succeed.","Check that cylinder is free to move, check the air pressure, and extremity sensor.")),
28
28
newKeyValuePair<ulong,AxoMessengerTextItem>(3,newAxoMessengerTextItem("Both extremity sensors are active at the same time.","Check the positions of the sensors.")),
29
-
newKeyValuePair<ulong,AxoMessengerTextItem>(4,newAxoMessengerTextItem($"Movement to position `{this.OutLabel}` is temporarily suspended.","Check the blocking condition.")),
30
-
newKeyValuePair<ulong,AxoMessengerTextItem>(5,newAxoMessengerTextItem($"Movement to position `{this.InLabel}` is temporarily suspended.","Check the blocking condition.")),
31
-
newKeyValuePair<ulong,AxoMessengerTextItem>(6,newAxoMessengerTextItem($"Movement position `{this.OutLabel}` is aborted.","Check the blocking condition.")),
32
-
newKeyValuePair<ulong,AxoMessengerTextItem>(7,newAxoMessengerTextItem($"Movement position `{this.InLabel}` is aborted.","Check the blocking condition.")),
33
-
newKeyValuePair<ulong,AxoMessengerTextItem>(8,newAxoMessengerTextItem($"Movement position `{this.InLabel}` overshot the extremity sensor.","Check the sensor position.")),
34
-
newKeyValuePair<ulong,AxoMessengerTextItem>(9,newAxoMessengerTextItem($"Movement position `{this.OutLabel}` overshot the extremity sensor.","Check the sensor position.")),
29
+
newKeyValuePair<ulong,AxoMessengerTextItem>(4,newAxoMessengerTextItem(()=>$"Movement to position `{this.OutLabel}` is temporarily suspended.","Check the blocking condition.")),
30
+
newKeyValuePair<ulong,AxoMessengerTextItem>(5,newAxoMessengerTextItem(()=>$"Movement to position `{this.InLabel}` is temporarily suspended.","Check the blocking condition.")),
31
+
newKeyValuePair<ulong,AxoMessengerTextItem>(6,newAxoMessengerTextItem(()=>$"Movement position `{this.OutLabel}` is aborted.","Check the blocking condition.")),
32
+
newKeyValuePair<ulong,AxoMessengerTextItem>(7,newAxoMessengerTextItem(()=>$"Movement position `{this.InLabel}` is aborted.","Check the blocking condition.")),
33
+
newKeyValuePair<ulong,AxoMessengerTextItem>(8,newAxoMessengerTextItem(()=>$"Movement position `{this.InLabel}` overshot the extremity sensor.","Check the sensor position.")),
34
+
newKeyValuePair<ulong,AxoMessengerTextItem>(9,newAxoMessengerTextItem(()=>$"Movement position `{this.OutLabel}` overshot the extremity sensor.","Check the sensor position.")),
0 commit comments