Detail_glb contains the module's detail display definitions. The following table describes the variables declared in Detail_glb. DetailFB_glb contains the function block's detail display definitions. The second table describes the variables declared in DetailFB_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.
Variables Declared in Detail_glb
Change the value of these variables using the SetPictureCoordinates function.
|
Variable |
Description |
|---|---|
|
gn_det_x |
Specifies the X coordinate of the Detail window |
|
gn_det_x2 |
Specifies the X coordinate of the Detail window for Monitor 2 |
|
gn_det_y |
Specifies the Y coordinate of the Detail window |
|
gn_det_y2 |
Specifies the Y coordinate of the Detail window for Monitor 2 |
|
Variable |
Description |
|---|---|
|
gn_detfb_x |
Specifies the X coordinate of the Detail window Note Change the value of this variable using the SetPictureCoordinates function. |
|
gn_detfb_x2 |
Specifies the X coordinate of the Detail window for Monitor 2 Note Change the value of this variable using the SetPictureCoordinates function. |
|
gn_detfb_y |
Specifies the Y coordinate of the Detail window Note Change the value of this variable using the SetPictureCoordinates function. |
|
gn_detfb_y2 |
Specifies the Y coordinate of the Detail window for Monitor 2 Note Change the value of this variable using the SetPictureCoordinates function. |
|
gs_detfb_dc |
= .gs_def_path.CurrentValue + "DC_DT" The path for the DC detail display |
|
gs_detfb_ffpid |
= .gs_def_path.CurrentValue + "FFPID_DT" The path for the FFPID detail display |
|
gs_detfb_phase |
= .gs_def_path.CurrentValue + "UPH_DT" The path for the Phase detail display |
|
gs_detfb_pid |
= .gs_def_path.CurrentValue + "PID_DT" The path for the PID detail display |
|
gs_trnfb_ai |
= .gs_trb_path.CurrentValue + "AI_fpb" The path for the AI block trend picture |
|
gs_trnfb_dc |
= .gs_trb_path.CurrentValue + "DC_fpb" The path for the DC block trend picture |
|
gs_trnfb_pid |
= .gs_trb_path.CurrentValue + "DC_fpb" The path for the PID block trend picture |