04-11-2023, 03:02 PM
Hello,
we are using the API in order to create programs inside of RoboDK and fill them with Instructions. Later in the process we need to retrieve them again. With GetInstruction() it is already possible to retrieve them and get access to their type and name.
1. How can we differentiate between a LIN or a PTP instruction? As far as I can tell it is only possible to know for example if it is a "InstructionType.Move".
2. How can we retrieve additional Parameters such as the waiting time of a pause instruction and the program which is called by a program call?
Kind Regards
Luis
we are using the API in order to create programs inside of RoboDK and fill them with Instructions. Later in the process we need to retrieve them again. With GetInstruction() it is already possible to retrieve them and get access to their type and name.
1. How can we differentiate between a LIN or a PTP instruction? As far as I can tell it is only possible to know for example if it is a "InstructionType.Move".
2. How can we retrieve additional Parameters such as the waiting time of a pause instruction and the program which is called by a program call?
Kind Regards
Luis