| KM_ControllerLoadCoff(Int32, String) Method |
Load a compiled C program into the board
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void LoadCoff(
int thread,
string programname
)
Public Sub LoadCoff (
thread As Integer,
programname As String
)
public:
void LoadCoff(
int thread,
String^ programname
)
Parameters
- thread Int32
- thread address to load into(must match the thread the C program was compiled to)
- programname String
- file name of the C program
See Also