Methods: Proficy_SVW.ScheduleView Control
|
Purpose |
Send an acknowledgment message for a specified alarm ID. |
|
Syntax |
Sub AckFromDialog(AlarmId As Long) |
|
Purpose |
Return the name of the column when given a column number. |
|
Syntax |
Function ColumnName(Grid As Object, Column As Long) As String |
|
Purpose |
Send a command name as a string, including one or more of the following parameters. |
|
|
Syntax |
Function ExecuteCommand(CommandName As String, ParamArray Parameters() As Variant) As Boolean |
|
|
Parameters |
Parameter |
Description |
|
|
Acknowledge |
Acknowledge the currently selected alarm. |
|
|
DisplayHyperLinksCommand |
Show/hide hyperlinks |
|
|
DockToProcessOrderSummaryView |
Internal use by Plant Applications Client. |
|
|
EditProperty |
Edit a selected user defined property. |
|
|
EventAnalysis |
Open an Event Analysis Web Report |
|
|
FindSpecificProcessOrder |
Open a Find Process order dialog box. |
|
|
FindTimeDialog |
Open a Find Time dialog box. |
|
|
PatternAdd |
Open an Edit Pattern dialog box for a new pattern. |
|
|
PatternColumnVisibilityDialog |
Open the Pattern Column Visibility dialog box. |
|
|
PatternEdit |
Open an Edit Pattern dialog box for a selected pattern. |
|
|
PatternMoveBack |
(Visible only when Pattern is turned on) move a selected pattern back. |
|
|
PatternMoveFwd |
Move a selected pattern forward. |
|
|
PatternViewComments |
Open a Pattern Comments dialog box. |
|
|
PatternViewHistory |
Open a Pattern History dialog box. |
|
|
|
Print the ScheduleView display. |
|
|
ProcessOrderAdd |
Add a new Process order to the Schedule event. |
|
|
ProcessOrderColumnVisibilityDialog |
Open the Process Order Column Visibility dialog box. |
|
|
ProcessOrderCreateChild |
Create a child order of the current order. |
|
|
ProcessOrderDetail |
Open the Process Order Detail Web report. |
|
|
ProcessOrderDetailView |
Display the process order detail. |
|
|
ProcessOrderEdit |
Open a Process Order Edit dialog box for the current process order. |
|
|
ProcessOrderMoveBack |
Move a selected process order back. |
|
|
ProcessOrderMoveFwd |
Move a selected process order forward. |
|
|
ProcessOrderReturnToParent |
Internal use only. |
|
|
ProcessOrderReWork |
Schedule a process order for rework. |
|
|
ProcessOrderViewChildren |
Turn child only filter on for the selected process order ID. A parent must be selected to work. |
|
|
ProcessOrderViewComments |
Open a Comments dialog box for a selected process order |
|
|
ProcessOrderViewHistory |
Open a History dialog box for a selected process order |
|
|
ProcessOrderViewParent |
Turn parent only filter on for the selected process order ID. A child must be selected to work. |
|
|
ProductionScheduleEditRunTimes |
Edit the selected process order manually. |
|
|
ProductionScheduleUnitControl |
(If the manual order flow extended edit option is True) open the unit control dialog box to advance an order or set the runtime. |
|
|
ProductionScheduleView |
Display the production schedule for a selected process order. |
|
|
SequenceAdd |
Add a new sequence to the scheduled event. Note: A sequence is used normally if there are no process orders. A sequence runs batches in order; no process order numbers are involved. |
|
|
SequenceColumnVisibilityDialog |
Open the Sequence Column Visibility dialog box. |
|
|
SequenceEdit |
Open a Sequence Edit dialog box for the current sequence. |
|
|
SequenceMoveBack |
Move the selected sequence back. |
|
|
SequenceMoveFwd |
Move the selected sequence forward. |
|
|
SequenceViewComments |
Open a Comments dialog box for a selected sequence. |
|
|
SequenceViewHistory |
Open a History dialog box for a selected sequence. |
|
|
ViewTimeline |
Open a Timeline Web report. |
|
Purpose |
Return the name of the row when given a row number |
|
Syntax |
Function RowName(Grid As Object, Row As Long) As String |
|
Purpose |
ALWAYS USE Shutdown when you have finished using the control. |
|
Syntax |
Sub Shutdown() |
|
Purpose |
Start the control. Note: The parameters are optional. If they are not defined the control looks for the information in the following order.
|
|
Syntax |
Function Startup([ServerName As String], [UserName As String], [Password As String]) As Boolean |