Disable fail safe mode.

Namespace:  AForge.Robotics.Surveyor
Assembly:  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

ExceptionCondition
AForge..::.NotConnectedExceptionNot connected to SVS. Connect to SVS board before using this method.

See Also