Click or drag to resize

KM_ControllerExecuteProgram(Int32, String, Boolean) Method

Loads and executes a program from file

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public string ExecuteProgram(
	int thread,
	string programname,
	bool bypasserror
)

Parameters

thread  Int32
program thread in the kflop to run
programname  String
complete path to th .c file to execute
bypasserror  Boolean
determines whether to collect any error returns

Return Value

String
compile data
See Also