| KM_ControllerExecuteProgram(Int32, String, Boolean) Method |
Loads and executes a program from file
Namespace: KMotion_dotNetAssembly: 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
)
Public Function ExecuteProgram (
thread As Integer,
programname As String,
bypasserror As Boolean
) As String
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
Stringcompile data
See Also