When i call a move command for kinematik with help of datalayer and i get an error (kinematik throw error or is in state errorstop) i can't interprete given data.
In this Example you see the call of move-abs for kinematik. The result of CreateSync(blue) should show DL_Submodule_Failure. The given data (in/out) in red is also shown. The type is FLATBUFFER and the content is shown in the lower right window. You can see you get the return Value and the DL Result.
Unfortunally, i didn't see in any documentation which type of flatbuffer it is.
So my questions:
1) What type of flatbuffer it is?
2) Is there a common type or can every command return an other type of flatbuffer in case of error.
3) Normally the called command should return an Motion ID. Where can i found a documentation what the Variant variable "data" can be?