Documentation Home Page RT-LAB Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Group

Model Preparation

Description

When RT-LAB user interface is not launched, this function starts the controller process in charge of managing the different targets defined in the global configuration (hardware.config file).

Required Control

None

Usage

RtlabApi.OpenGlobalConfiguration()

Input

None

Output

None

Return value

  • EOK: Success.

  • EIO: Error sending the request or receiving the reply.

Examples

import RtlabApi

RtlabApi.OpenGlobalConfiguration()

physNodeList = RtlabApi.GetPhysNodeList()

RtlabApi.CloseProject()

Related items

GetPhysNodeList, CloseProject

Modules

import RtlabApi

  • No labels