![]() |
Relayer STEPControlInterfacing between applications has required special purpose interfaces to support the proprietary file. Applications such as crude, production, and blend scheduling, data reconciliation, and unit simulation, are used for both ad-hoc analysis of an operational scenario and for the production of the 'official' operating schedule. In the former case the results of the plan do not have to be published to the RESOLUTION database which is primarily used for 'official' data. Conversely the ad-hoc results might send to other application systems to further pursue the operational impact of the new scenario. The objective of the STEP interface is to use only one file format to perform both tasks. Any system that wishes to share data simply has to write out its data in a STEP file format. Although many systems do not do this at present, it would require the construction of a special purpose, but straightforward, interface. If one application wants to access another application's data in the form of a STEP file then it will have to be able to read that file. Resolution's STEP file reader allows any application to access the STEP file's data as if it were a database.
|
|||
|
|
|
#111=MOVEMENTDETAILS (
Example access: Dim Schedule As New Tree 'Load the file, returning a handle to the root of the
file 'Return a handle to the start of the data section. 'Count the number of entities labeled MOVEMENTDETAILS
and iterate through each For MovementNumber = 1 to 'Setup node pointing to MOVEMENTDETAILS to avoid
constantly calling 'Find the values of the following 'Count the number of criteria values supplied for the
movement 'For each of the criteria find the property and values MsgBox "Movement Source=" + Source + " Start=" + MovementStart + " Property=" + Property + " value=" & Value Next CriteriaNumber End With
|
| Copyright 2003, Resolution Integration Solutions, Inc. Web Design & Development by |
||