We have variables that describe the direction of an external axis and writing them does not work correctly.
The variable is a string variable of length 2:
$[ProgName]RAIL.DIR = 'Y+'
However, writing to it through SNPX with StringSystemVariables,Write results in only 'Y' being written into the variable.
Also, it seems like the new method Snpx.SetVariable doesn't work with Karel variable.
We have variables that describe the direction of an external axis and writing them does not work correctly.
The variable is a string variable of length 2:
$[ProgName]RAIL.DIR = 'Y+'
However, writing to it through SNPX with
StringSystemVariables,Writeresults in only 'Y' being written into the variable.Also, it seems like the new method
Snpx.SetVariabledoesn't work with Karel variable.