StartSystem 

Method for starting of the TwinCAT system via COM/DCOM.

HRESULT StartSystem(
  [in,optional] VARIANT startParm,
);

Parameters

startParm

[in,optional]
Optional start parameter which is currently not being evaluated.

Return Values

HRESULT == S_OK

TwinCAT start successful.

HRESULT == E_FAIL

Unable to execute start.

Comments

StartSystem starts the TwinCAT system on the computer on which the TcSystemServer object was instantiated. All messages are registered in the Windows events display of that computer.