Fix errore report assi
x distanza con nuovo metodo generico (era su UnOp al posto di assi...)
This commit is contained in:
@@ -2120,7 +2120,7 @@ namespace MTC_Adapter
|
||||
if (istDistMovAssi[i] > contDistMovAssi[i])
|
||||
{
|
||||
uint delta = istDistMovAssi[i] - contDistMovAssi[i];
|
||||
uint contTot = updateUnOpRefListByIncr(i, delta, "Axis_{0:00}_DistDone");
|
||||
uint contTot = updateAxisRefListByIncr(i, delta, "Axis_{0:00}_DistDone");
|
||||
|
||||
// passo valore totale all'adapter
|
||||
vettAxis[i].mAxDistDone.Value = contTot.ToString();
|
||||
|
||||
+276
-1025
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 145 KiB |
Reference in New Issue
Block a user