Back to Aurora Vision Library website
You are here: Start » Function Reference » Hardware Support » Aurora Imaging Library » AILSystem_Profinet_GetControllerState
| Header: | ThirdPartySdk.h |
|---|---|
| Namespace: | avl |
| Module: | ThirdParty |
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 | |
|---|---|---|---|---|
![]() |
ioState | AILSystem_State& | Object used to maintain state of the function. | |
![]() |
inDeviceID | Optional<const AILSystemAndDeviceIdentifier&> | NIL | Device identification. |
![]() |
inInstanceName | const Optional<String>& | NIL | Instance name of a given Industrial Communication protocol set in the MILConfig utility. |
![]() |
outStatus | AILProfinetPlcStatus::Type& | Status of the PROFINET controller. | |
![]() |
outMode | AILProfinetPlcMode::Type& | Mode of the PROFINET controller. |



