| KM_CoordMotionDoKMotionCmd Method |
Processes a console script command
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void DoKMotionCmd(
string command,
bool flushbufferfirst
)
Public Sub DoKMotionCmd (
command As String,
flushbufferfirst As Boolean
)
public:
void DoKMotionCmd(
String^ command,
bool flushbufferfirst
)
Parameters
- command String
- console script
- flushbufferfirst Boolean
- Flush current buffered commands before adding a new one
See Also