Back to Aurora Vision Library Lite website

You are here: Start » Hardware Support » Aurora Imaging Library » AILSystem_Profinet_GetControllerState

AILSystem_Profinet_GetControllerState


Header: ThirdPartySdk.h
Namespace: avl

Gets the state of the PROFINET controller (PLC) connected to the local computer.

Syntax

C++
Python
 
void avl::AILSystem_Profinet_GetControllerState
(
	AILSystem_State& ioState,
	atl::Optional<const avl::AILSystemAndDeviceIdentifier&> inDeviceID,
	const atl::Optional<atl::String>& inInstanceName,
	avl::AILProfinetPlcStatus::Type& outStatus,
	avl::AILProfinetPlcMode::Type& outMode
)

Parameters

Name Type Default Description
Input will be modified ioState AILSystem_State& Object used to maintain state of the function.
Input value inDeviceID Optional<const AILSystemAndDeviceIdentifier&> NIL Device identification.
Input value inInstanceName const Optional<String>& NIL Instance name of a given Industrial Communication protocol set in the MILConfig utility.
Output value outStatus AILProfinetPlcStatus::Type& Status of the PROFINET controller.
Output value outMode AILProfinetPlcMode::Type& Mode of the PROFINET controller.