In the PLC App you are using the SFK Datalayer path to do the relative positioning. Therefore you only need to define the value. The datalayer Path knows the type already: Just insert your value information like so: { "x": 10, "y":0, "z":0, "vel": 5, "acc": 10 }
... View more