PROIV Aurora Security and Menu Interface Tasks Overview
|
|
![]() |
PROIV Aurora is supplied with a PROIV Security and Menu system, but in the event that you want to interface PROIV Aurora to another third party Security and Menu system, the following tasks and functions require implementation. This section outlines the Tasks which need to be implemented in order to support the interface between Aurora and a third party security and menu system.
The aurora_core_replaceables.vpx file includes empty versions of the Task Start functions which can be imported and then edited as required to interface with the 3rd party Security and Menu Framework.
Note: If you are upgrading from an Aurora version earlier than 7.1.10, you may have altered the Task Definitions to execute an alternative Start function name. An upgrade of the system reverts the Task Definitions back to executing the original Start function names. Therefore, it is recommended that the empty versions of these functions are imported from the aurora_core_replaceables.vpx file and then edited to contain the code from your alternative Start functions.
The following Tasks call the Start functions by default:
Task |
Start Function |
TK_AU_Authenticator |
@AU_Authenticator |
TK_AU_ChangeOperatorPassword |
@AU_ChangeOperatorPassword |
TK_AU_CheckAccess |
@AU_CheckAccess |
TK_AU_CheckOperatorPassword |
@AU_CheckOperatorPassword |
TK_AU_ClearResumableSessions |
@AU_ClearResumableSessions |
TK_AU_GetNavigationFastpath |
@AU_NAV_GetFastPath |
TK_AU_GetNavigationMenus |
@AU_NAV_GetMenus |
TK_AU_GetOperatorIdentity |
@AU_GetOperatorIdentity |
TK_AU_GetPrinters |
@AU_GetPrinters |
TK_AU_GetPwdChangeReasons |
@AU_GetPwdChangeReasons |
TK_AU_GetResumableSessions |
@AU_GetResumableSessions |
TK_AU_MappedTasks |
@AU_MappedTasks |
TK_AU_ResetOperatorPassword |
@AU_ResetOperatorPassword |
TK_AU_SelectPrinter |
@AU_SelectPrinter_Tsk |
TK_AU_SessionCheck |
@AU_SessionCheck |
Section Links
Topic ID: 810037