Managing the DeltaV Operate environment > FRS global variables

Miscellaneous variables

Misc_glb contains declarations usually of predefined pictures that are used as prompts or dialogs. The following table describes the variables declared in Misc_glb. Changes to these global variables are made either in the User_Ref picture or the Layout file. Refer to Customizing the DeltaV Operate Environment.

Table: Variables Declared in Misc_glb

Variable

Description

gb_dynamoNumVisible

Determines the visibility of the data fields in themed dynamo numbers at runtime.

frsVariables.misc_glb.gb_dynamoNumVisible.CurrentValue = True

True if = 1 (Data fields are visible)
False if = 0 (Data fields are not visible)
Applies only to the themed dynamo set frsModules_Theme.

gb_RemoteWorkstation True if a remote workstation
gn_dynamoFontSize

Determines the font size of themed dynamo numbers at runtime.

frsVariables.misc.glb.gn_dynamoFontSize.CurrentValue=9

Applies only to the themed dynamo set frsModules_Theme.

gs_DeltaVLogbooksURL

Determines the visibility of a button to launch DeltaV Logbooks The button is visible on the DeltaV Operate toolbar only if the URL location is defined; otherwise, the button is hidden.

To define the URL Location, replace DeltaVLogbooksURL below with the DeltaVLogbook URL:

frsSetOperatorLogbookURL "DeltaVLogbooksURL"