Disable fail safe mode.
Namespace:
AForge.Robotics.SurveyorAssembly: AForge.Robotics.Surveyor (in AForge.Robotics.Surveyor.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
C# |
---|
public void DisableFailsafeMode() |
Remarks
The method disable fail safe mode, which was set using EnableFailsafeMode(Int32, Int32) method.
Exceptions
Exception | Condition |
---|---|
AForge..::.NotConnectedException | Not connected to SVS. Connect to SVS board before using this method. |