LabWindows/CVI

Content Type
Programming Language
Current manual

RTControllerReboot

RTControllerReboot

int RTControllerReboot (char target[]);

Purpose

Reboots the real-time target.

Note Note  This function is deprecated. Use the RebootRTSystem function in the Real-Time Utility Library instead. The Real-Time Utility Library is available when you install the LabWindows/CVI Real-Time Module.

Parameters

Input
Name Type Description
target char [] The name of the real-time target.

The name can either be an alphabetical string, such as xyz.natinst.com, or a numerical string, such as 123.456.7.8.

Return Value

Name Type Description
result int Return value indicating whether the function was successful.

Code Description
0 Success.
kRTTargetIsInInstallMode The real-time target is installing software.
kRTTargetIsLocked The real-time target is locked.
kRTTargetOtherError The real-time target could not be rebooted.

The function can also return error codes from the TCP/IP Library.

Additional Information

Library: Utility Library

Include file: utility.h

LabWindows/CVI compatibility: LabWindows/CVI 8.1 and later

Was this information helpful?