| KM_ControllerExecuteProgram(Int32) Method |
Executes a previously loaded program
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void ExecuteProgram(
int thread
)
Public Sub ExecuteProgram (
thread As Integer
)
public:
void ExecuteProgram(
int thread
)
Parameters
- thread Int32
- program thread in the kflop to run
See Also