diff --git a/README.md b/README.md index e36383c..b6b356b 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,46 @@ This repository will store and allow versioning and approval of a batch configur This repository **only** contains exported configuration. It does not contain any binary files (eg equipment-model.cfg nor system state or log files). These are excluded using the **.gitignore** file. +## change process + +### FTBatch development pc on development branch + +```sh +git branch -D format-branch +git checkout -b format-branch + +``` + +make changes and export files + +commit and push back to server + +```sh +git add -A +git commit +git push origin format-branch +``` + +### format-bot pc + +```sh +git branch -D format-branch +git fetch origin +git checkout -b format-branch +git checkout master +git pull +git branch -D product-development +git checkout -b product-development +git merge --squash --no-commit --no-ff --strategyoption=theirs format-branch + +``` + +run the formatter + +```sh +git add -A +git commit +git push origin product-development + +``` + diff --git a/equipment-model.a.yml b/equipment-model.a.yml new file mode 100644 index 0000000..0308565 --- /dev/null +++ b/equipment-model.a.yml @@ -0,0 +1,1284 @@ +- AreaModel: + - attributes: + xmlns: urn:Rockwell/AreaModel + xmlns:xsi: http://www.w3.org/2001/XMLSchema-instance + xsi:schemaLocation: urn:Rockwell/AreaModel C:\PROGRA~2\ROCKWE~1\Batch\Schemas\AreaModel.xsd + SchemaVersion: '71' + - Version: '1.00' + - Area: + - UniqueName: AREA1 + - EnumerationSet: + - UniqueName: PHASE_FAILURES + - Type: '0' + - EnumerationSet: + - UniqueName: YES_NO + - Type: '1' + - Member: + - Name: YES + - Ordinal: '1' + - Member: + - Name: NO + - Ordinal: '0' + - EnumerationSet: + - UniqueName: $TIMER_TYPE + - Type: '1' + - Member: + - Name: COUNT_DOWN + - Ordinal: '0' + - Member: + - Name: COUNT_UP + - Ordinal: '1' + - EnumerationSet: + - UniqueName: $HOLD_BEHAVIOR + - Type: '1' + - Member: + - Name: RETENTIVE + - Ordinal: '1' + - Member: + - Name: RESET + - Ordinal: '2' + - Member: + - Name: CONTINUE + - Ordinal: '0' + - EnumerationSet: + - UniqueName: REPORTING_CONTEXTS + - Type: '1' + - Member: + - Name: 'NULL' + - Ordinal: '0' + - Server: + - Name: STATIC + - Server: + - Name: InstructionBasedServer + - DSDFFileName: InstructionBasedServer.dsdf + - Protocol: OPC + - DefaultAccessPath: INSTRUCTIONS + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: WATCHDOG + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: WATCHDOGW + - OnControlScanRate: '1000' + - OffControlScanRate: '60000' + - LocalServer: '1' + - RemoteServerLocation: null + - WatchdogProtocol: '1' + - SignatureTemplate: + - Name: Template + - Index: '1' + - LastSignoff: '0' + - Signoff: + - Index: '1' + - Meaning: ok + - Comment: Optional + - Permission: + - DomainOrComputer: null + - UserOrGroup: Engineers + - UserIsGroup: 'true' + - CommandVerificationPolicies: + - AbortCmd: + - SignatureTemplateName: null + - AckCmd: + - SignatureTemplateName: null + - AutoCmd: + - SignatureTemplateName: null + - BindCmd: + - SignatureTemplateName: null + - BindAckCmd: + - SignatureTemplateName: null + - ClearFailCmd: + - SignatureTemplateName: null + - CommentCmd: + - SignatureTemplateName: null + - DisconnectCmd: + - SignatureTemplateName: null + - HoldCmd: + - SignatureTemplateName: null + - ManualCmd: + - SignatureTemplateName: null + - ParamChangeCmd: + - SignatureTemplateName: null + - PauseCmd: + - SignatureTemplateName: null + - RemoveCmd: + - SignatureTemplateName: null + - ReactivateStepCmd: + - SignatureTemplateName: null + - ResetCmd: + - SignatureTemplateName: null + - RestartCmd: + - SignatureTemplateName: null + - ResumeCmd: + - SignatureTemplateName: null + - SemiAutoCmd: + - SignatureTemplateName: null + - SetLabelsCmd: + - SignatureTemplateName: null + - SetLotsCmd: + - SignatureTemplateName: null + - StartCmd: + - SignatureTemplateName: null + - StepCmd: + - SignatureTemplateName: null + - StopCmd: + - SignatureTemplateName: null + - TimerCompleteCmd: + - SignatureTemplateName: null + - TimerResetCmd: + - SignatureTemplateName: null + - ForceTransitionCmd: + - SignatureTemplateName: null + - OverrideCmd: + - SignatureTemplateName: null + - OverrideClearCmd: + - SignatureTemplateName: null + - RecipeApprovalsProcess: + - RecipeApprovalStep: + - Name: Begin Approvals + - Id: '-1' + - StepOrder: '1' + - Required: '1' + - ApproveSignatureTemplateName: Template + - RevertSignatureTemplateName: Template + - Description: Used to formally begin the approval process. + - RecipeApprovalStep: + - Name: Confirm Author + - Id: '-2' + - StepOrder: '2' + - Required: '0' + - ApproveSignatureTemplateName: null + - RevertSignatureTemplateName: null + - Description: Confirmation by the author of the recipe that it is ready for review. + - RecipeApprovalStep: + - Name: Review Recipe + - Id: '-3' + - StepOrder: '3' + - Required: '0' + - ApproveSignatureTemplateName: null + - RevertSignatureTemplateName: null + - Description: Confirmation that the recipe has been reviewed by the signer(s) + - RecipeApprovalStep: + - Name: Approve Recipe + - Id: '-4' + - StepOrder: '4' + - Required: '0' + - ApproveSignatureTemplateName: null + - RevertSignatureTemplateName: null + - Description: Confirmation that the recipe has been approved by the signer(s) + - RecipeApprovalStep: + - Name: Release Recipe as Step + - Id: '-5' + - StepOrder: '2' + - Required: '1' + - ApproveSignatureTemplateName: Template + - RevertSignatureTemplateName: Template + - Description: Confirmation that this step can be available for use by others. + - RecipeApprovalStep: + - Name: Release Recipe to Production + - Id: '-6' + - StepOrder: '2' + - Required: '1' + - ApproveSignatureTemplateName: Template + - RevertSignatureTemplateName: Template + - Description: Confirmation that this recipe can be available to put on the batch list. + - ExpeditedApprovalsProcess: + - RecipeApprovalStep: + - Name: Release Recipe as Step + - Id: '-7' + - StepOrder: '1' + - Required: '1' + - ApproveSignatureTemplateName: Template + - RevertSignatureTemplateName: Template + - Description: Confirmation that this step can be available for use by others. + - RecipeApprovalStep: + - Name: Release Recipe to Production + - Id: '-8' + - StepOrder: '1' + - Required: '1' + - ApproveSignatureTemplateName: Template + - RevertSignatureTemplateName: Template + - Description: Confirmation that this recipe can be available to put on the batch list. + - RecipeApprovalProcessConfigured: '0' + - EnableRecipeVersioning: '0' + - SecurityAuthorityIdentifier: NOT_AVAILABLE + - TagClass: + - UniqueName: PARMTR01 + - Type: Real + - Description: null + - EngineeringUnits: null + - GlobalAttribute: 'false' + - TagClass: + - UniqueName: PARMTR02 + - Type: Real + - Description: null + - EngineeringUnits: null + - GlobalAttribute: 'false' + - TagClass: + - UniqueName: PARMTR03 + - Type: Real + - Description: null + - EngineeringUnits: null + - GlobalAttribute: 'false' + - TagClass: + - UniqueName: REPORT01 + - Type: Real + - Description: null + - EngineeringUnits: null + - GlobalAttribute: 'false' + - TagClass: + - UniqueName: REPORT02 + - Type: Real + - Description: null + - EngineeringUnits: null + - GlobalAttribute: 'false' + - TagClass: + - UniqueName: REQUST01 + - Type: Real + - Description: null + - EngineeringUnits: null + - GlobalAttribute: 'false' + - TagClass: + - UniqueName: REQUST02 + - Type: Real + - Description: null + - EngineeringUnits: null + - GlobalAttribute: 'false' + - ProcessCellClass: + - UniqueName: PCELL_CLS1 + - IconFilename: CFactory1.BMP + - UnitClass: + - UniqueName: UNIT_CLS1 + - IconFilename: UAGImixer.BMP + - RecipePhase: + - UniqueName: $TIMER_DN_SECOND + - IconFilename: Pstopwatch.bmp + - SystemCreated: 'true' + - Type: Standard + - DefaultControllerProgramName: null + - NumberOfParameterTags: '3' + - NumberOfReportTags: '2' + - NumberOfRequestTags: '0' + - NumberOfMessagePartners: '0' + - ParameterTagLockEnabled: 'true' + - RecipeParameter: + - Name: $TIMER_TYPE + - ID: '1' + - Type: Enumeration + - Scale: 'false' + - DownloadFlags: '65535' + - Contexts: null + - EnumerationDefault: COUNT_DOWN + - EnumerationSetName: $TIMER_TYPE + - RecipeParameter: + - Name: $HOLD_BEHAVIOR + - ID: '2' + - Type: Enumeration + - Scale: 'false' + - DownloadFlags: '65535' + - Contexts: null + - EnumerationDefault: CONTINUE + - EnumerationSetName: $HOLD_BEHAVIOR + - RecipeParameter: + - Name: $SETPOINT + - ID: '3' + - Type: Real + - Scale: 'false' + - DownloadFlags: '65535' + - Contexts: null + - RealDefault: '300' + - RealMin: '10' + - RealMax: '4147200' + - EngineeringUnits: SECONDS + - ParameterLimit: + - VerificationMethod: No_Limits + - LimitScale: 'false' + - NormalAction: None + - NormalSignatureTemplate: null + - HighLowAction: SignatureTemplate + - HighLowSignatureTemplate: null + - HighValue: null + - LowValue: null + - HighHighLowLowAction: SignatureTemplate + - HighHighLowLowSignatureTemplate: null + - HighHighValue: null + - LowLowValue: null + - HighHighHighLowLowLowAction: SignatureTemplate + - HighHighHighLowLowLowSignatureTemplate: null + - HighHighHighValue: null + - LowLowLowValue: null + - ReportParameter: + - Name: $ELAPSED_TIME + - ID: '1' + - Type: Real + - Accumulate: '0' + - ERPAlias: null + - UploadFlags: '65535' + - Contexts: null + - EngineeringUnits: SECONDS + - ReportLimit: + - VerificationMethod: No_Limits + - LimitScale: 'false' + - NormalAction: None + - NormalSignatureTemplate: null + - HighLowAction: SignatureTemplate + - HighLowSignatureTemplate: null + - HighValue: null + - LowValue: null + - HighHighLowLowAction: SignatureTemplate + - HighHighLowLowSignatureTemplate: null + - HighHighValue: null + - LowLowValue: null + - HighHighHighLowLowLowAction: SignatureTemplate + - HighHighHighLowLowLowSignatureTemplate: null + - HighHighHighValue: null + - LowLowLowValue: null + - VerificationLimitCalculation: Absolute + - TargetParameter: null + - ReportParameter: + - Name: $REMAINING_TIME + - ID: '2' + - Type: Real + - Accumulate: '0' + - ERPAlias: null + - UploadFlags: '65535' + - Contexts: null + - EngineeringUnits: SECONDS + - ReportLimit: + - VerificationMethod: No_Limits + - LimitScale: 'false' + - NormalAction: None + - NormalSignatureTemplate: null + - HighLowAction: SignatureTemplate + - HighLowSignatureTemplate: null + - HighValue: null + - LowValue: null + - HighHighLowLowAction: SignatureTemplate + - HighHighLowLowSignatureTemplate: null + - HighHighValue: null + - LowLowValue: null + - HighHighHighLowLowLowAction: SignatureTemplate + - HighHighHighLowLowLowSignatureTemplate: null + - HighHighHighValue: null + - LowLowLowValue: null + - VerificationLimitCalculation: Absolute + - TargetParameter: null + - RecipePhase: + - UniqueName: $TIMER_DN_MINUTE + - IconFilename: Pstopwatch.bmp + - SystemCreated: 'true' + - Type: Standard + - DefaultControllerProgramName: null + - NumberOfParameterTags: '3' + - NumberOfReportTags: '2' + - NumberOfRequestTags: '0' + - NumberOfMessagePartners: '0' + - ParameterTagLockEnabled: 'true' + - RecipeParameter: + - Name: $TIMER_TYPE + - ID: '1' + - Type: Enumeration + - Scale: 'false' + - DownloadFlags: '65535' + - Contexts: null + - EnumerationDefault: COUNT_DOWN + - EnumerationSetName: $TIMER_TYPE + - RecipeParameter: + - Name: $HOLD_BEHAVIOR + - ID: '2' + - Type: Enumeration + - Scale: 'false' + - DownloadFlags: '65535' + - Contexts: null + - EnumerationDefault: CONTINUE + - EnumerationSetName: $HOLD_BEHAVIOR + - RecipeParameter: + - Name: $SETPOINT + - ID: '3' + - Type: Real + - Scale: 'false' + - DownloadFlags: '65535' + - Contexts: null + - RealDefault: '20' + - RealMin: '0.17' + - RealMax: '69120' + - EngineeringUnits: MINUTES + - ParameterLimit: + - VerificationMethod: No_Limits + - LimitScale: 'false' + - NormalAction: None + - NormalSignatureTemplate: null + - HighLowAction: SignatureTemplate + - HighLowSignatureTemplate: null + - HighValue: null + - LowValue: null + - HighHighLowLowAction: SignatureTemplate + - HighHighLowLowSignatureTemplate: null + - HighHighValue: null + - LowLowValue: null + - HighHighHighLowLowLowAction: SignatureTemplate + - HighHighHighLowLowLowSignatureTemplate: null + - HighHighHighValue: null + - LowLowLowValue: null + - ReportParameter: + - Name: $ELAPSED_TIME + - ID: '1' + - Type: Real + - Accumulate: '0' + - ERPAlias: null + - UploadFlags: '65535' + - Contexts: null + - EngineeringUnits: MINUTES + - ReportLimit: + - VerificationMethod: No_Limits + - LimitScale: 'false' + - NormalAction: None + - NormalSignatureTemplate: null + - HighLowAction: SignatureTemplate + - HighLowSignatureTemplate: null + - HighValue: null + - LowValue: null + - HighHighLowLowAction: SignatureTemplate + - HighHighLowLowSignatureTemplate: null + - HighHighValue: null + - LowLowValue: null + - HighHighHighLowLowLowAction: SignatureTemplate + - HighHighHighLowLowLowSignatureTemplate: null + - HighHighHighValue: null + - LowLowLowValue: null + - VerificationLimitCalculation: Absolute + - TargetParameter: null + - ReportParameter: + - Name: $REMAINING_TIME + - ID: '2' + - Type: Real + - Accumulate: '0' + - ERPAlias: null + - UploadFlags: '65535' + - Contexts: null + - EngineeringUnits: MINUTES + - ReportLimit: + - VerificationMethod: No_Limits + - LimitScale: 'false' + - NormalAction: None + - NormalSignatureTemplate: null + - HighLowAction: SignatureTemplate + - HighLowSignatureTemplate: null + - HighValue: null + - LowValue: null + - HighHighLowLowAction: SignatureTemplate + - HighHighLowLowSignatureTemplate: null + - HighHighValue: null + - LowLowValue: null + - HighHighHighLowLowLowAction: SignatureTemplate + - HighHighHighLowLowLowSignatureTemplate: null + - HighHighHighValue: null + - LowLowLowValue: null + - VerificationLimitCalculation: Absolute + - TargetParameter: null + - RecipePhase: + - UniqueName: $TIMER_DN_HOUR + - IconFilename: Pstopwatch.bmp + - SystemCreated: 'true' + - Type: Standard + - DefaultControllerProgramName: null + - NumberOfParameterTags: '3' + - NumberOfReportTags: '2' + - NumberOfRequestTags: '0' + - NumberOfMessagePartners: '0' + - ParameterTagLockEnabled: 'true' + - RecipeParameter: + - Name: $TIMER_TYPE + - ID: '1' + - Type: Enumeration + - Scale: 'false' + - DownloadFlags: '65535' + - Contexts: null + - EnumerationDefault: COUNT_DOWN + - EnumerationSetName: $TIMER_TYPE + - RecipeParameter: + - Name: $HOLD_BEHAVIOR + - ID: '2' + - Type: Enumeration + - Scale: 'false' + - DownloadFlags: '65535' + - Contexts: null + - EnumerationDefault: CONTINUE + - EnumerationSetName: $HOLD_BEHAVIOR + - RecipeParameter: + - Name: $SETPOINT + - ID: '3' + - Type: Real + - Scale: 'false' + - DownloadFlags: '65535' + - Contexts: null + - RealDefault: '5' + - RealMin: '0.003' + - RealMax: '1152' + - EngineeringUnits: HOURS + - ParameterLimit: + - VerificationMethod: No_Limits + - LimitScale: 'false' + - NormalAction: None + - NormalSignatureTemplate: null + - HighLowAction: SignatureTemplate + - HighLowSignatureTemplate: null + - HighValue: null + - LowValue: null + - HighHighLowLowAction: SignatureTemplate + - HighHighLowLowSignatureTemplate: null + - HighHighValue: null + - LowLowValue: null + - HighHighHighLowLowLowAction: SignatureTemplate + - HighHighHighLowLowLowSignatureTemplate: null + - HighHighHighValue: null + - LowLowLowValue: null + - ReportParameter: + - Name: $ELAPSED_TIME + - ID: '1' + - Type: Real + - Accumulate: '0' + - ERPAlias: null + - UploadFlags: '65535' + - Contexts: null + - EngineeringUnits: HOURS + - ReportLimit: + - VerificationMethod: No_Limits + - LimitScale: 'false' + - NormalAction: None + - NormalSignatureTemplate: null + - HighLowAction: SignatureTemplate + - HighLowSignatureTemplate: null + - HighValue: null + - LowValue: null + - HighHighLowLowAction: SignatureTemplate + - HighHighLowLowSignatureTemplate: null + - HighHighValue: null + - LowLowValue: null + - HighHighHighLowLowLowAction: SignatureTemplate + - HighHighHighLowLowLowSignatureTemplate: null + - HighHighHighValue: null + - LowLowLowValue: null + - VerificationLimitCalculation: Absolute + - TargetParameter: null + - ReportParameter: + - Name: $REMAINING_TIME + - ID: '2' + - Type: Real + - Accumulate: '0' + - ERPAlias: null + - UploadFlags: '65535' + - Contexts: null + - EngineeringUnits: HOURS + - ReportLimit: + - VerificationMethod: No_Limits + - LimitScale: 'false' + - NormalAction: None + - NormalSignatureTemplate: null + - HighLowAction: SignatureTemplate + - HighLowSignatureTemplate: null + - HighValue: null + - LowValue: null + - HighHighLowLowAction: SignatureTemplate + - HighHighLowLowSignatureTemplate: null + - HighHighValue: null + - LowLowValue: null + - HighHighHighLowLowLowAction: SignatureTemplate + - HighHighHighLowLowLowSignatureTemplate: null + - HighHighHighValue: null + - LowLowLowValue: null + - VerificationLimitCalculation: Absolute + - TargetParameter: null + - RecipePhase: + - UniqueName: $TIMER_DN_DAY + - IconFilename: Pstopwatch.bmp + - SystemCreated: 'true' + - Type: Standard + - DefaultControllerProgramName: null + - NumberOfParameterTags: '3' + - NumberOfReportTags: '2' + - NumberOfRequestTags: '0' + - NumberOfMessagePartners: '0' + - ParameterTagLockEnabled: 'true' + - RecipeParameter: + - Name: $TIMER_TYPE + - ID: '1' + - Type: Enumeration + - Scale: 'false' + - DownloadFlags: '65535' + - Contexts: null + - EnumerationDefault: COUNT_DOWN + - EnumerationSetName: $TIMER_TYPE + - RecipeParameter: + - Name: $HOLD_BEHAVIOR + - ID: '2' + - Type: Enumeration + - Scale: 'false' + - DownloadFlags: '65535' + - Contexts: null + - EnumerationDefault: CONTINUE + - EnumerationSetName: $HOLD_BEHAVIOR + - RecipeParameter: + - Name: $SETPOINT + - ID: '3' + - Type: Real + - Scale: 'false' + - DownloadFlags: '65535' + - Contexts: null + - RealDefault: '5' + - RealMin: '0' + - RealMax: '48' + - EngineeringUnits: DAYS + - ParameterLimit: + - VerificationMethod: No_Limits + - LimitScale: 'false' + - NormalAction: None + - NormalSignatureTemplate: null + - HighLowAction: SignatureTemplate + - HighLowSignatureTemplate: null + - HighValue: null + - LowValue: null + - HighHighLowLowAction: SignatureTemplate + - HighHighLowLowSignatureTemplate: null + - HighHighValue: null + - LowLowValue: null + - HighHighHighLowLowLowAction: SignatureTemplate + - HighHighHighLowLowLowSignatureTemplate: null + - HighHighHighValue: null + - LowLowLowValue: null + - ReportParameter: + - Name: $ELAPSED_TIME + - ID: '1' + - Type: Real + - Accumulate: '0' + - ERPAlias: null + - UploadFlags: '65535' + - Contexts: null + - EngineeringUnits: DAYS + - ReportLimit: + - VerificationMethod: No_Limits + - LimitScale: 'false' + - NormalAction: None + - NormalSignatureTemplate: null + - HighLowAction: SignatureTemplate + - HighLowSignatureTemplate: null + - HighValue: null + - LowValue: null + - HighHighLowLowAction: SignatureTemplate + - HighHighLowLowSignatureTemplate: null + - HighHighValue: null + - LowLowValue: null + - HighHighHighLowLowLowAction: SignatureTemplate + - HighHighHighLowLowLowSignatureTemplate: null + - HighHighHighValue: null + - LowLowLowValue: null + - VerificationLimitCalculation: Absolute + - TargetParameter: null + - ReportParameter: + - Name: $REMAINING_TIME + - ID: '2' + - Type: Real + - Accumulate: '0' + - ERPAlias: null + - UploadFlags: '65535' + - Contexts: null + - EngineeringUnits: DAYS + - ReportLimit: + - VerificationMethod: No_Limits + - LimitScale: 'false' + - NormalAction: None + - NormalSignatureTemplate: null + - HighLowAction: SignatureTemplate + - HighLowSignatureTemplate: null + - HighValue: null + - LowValue: null + - HighHighLowLowAction: SignatureTemplate + - HighHighLowLowSignatureTemplate: null + - HighHighValue: null + - LowLowValue: null + - HighHighHighLowLowLowAction: SignatureTemplate + - HighHighHighLowLowLowSignatureTemplate: null + - HighHighHighValue: null + - LowLowLowValue: null + - VerificationLimitCalculation: Absolute + - TargetParameter: null + - RecipePhase: + - UniqueName: $TIMER_UP_SECOND + - IconFilename: Pstopwatch.bmp + - SystemCreated: 'true' + - Type: Standard + - DefaultControllerProgramName: null + - NumberOfParameterTags: '2' + - NumberOfReportTags: '1' + - NumberOfRequestTags: '0' + - NumberOfMessagePartners: '0' + - ParameterTagLockEnabled: 'true' + - RecipeParameter: + - Name: $TIMER_TYPE + - ID: '1' + - Type: Enumeration + - Scale: 'false' + - DownloadFlags: '65535' + - Contexts: null + - EnumerationDefault: COUNT_UP + - EnumerationSetName: $TIMER_TYPE + - RecipeParameter: + - Name: $HOLD_BEHAVIOR + - ID: '2' + - Type: Enumeration + - Scale: 'false' + - DownloadFlags: '65535' + - Contexts: null + - EnumerationDefault: CONTINUE + - EnumerationSetName: $HOLD_BEHAVIOR + - ReportParameter: + - Name: $ELAPSED_TIME + - ID: '1' + - Type: Real + - Accumulate: '0' + - ERPAlias: null + - UploadFlags: '65535' + - Contexts: null + - EngineeringUnits: SECONDS + - ReportLimit: + - VerificationMethod: No_Limits + - LimitScale: 'false' + - NormalAction: None + - NormalSignatureTemplate: null + - HighLowAction: SignatureTemplate + - HighLowSignatureTemplate: null + - HighValue: null + - LowValue: null + - HighHighLowLowAction: SignatureTemplate + - HighHighLowLowSignatureTemplate: null + - HighHighValue: null + - LowLowValue: null + - HighHighHighLowLowLowAction: SignatureTemplate + - HighHighHighLowLowLowSignatureTemplate: null + - HighHighHighValue: null + - LowLowLowValue: null + - VerificationLimitCalculation: Absolute + - TargetParameter: null + - RecipePhase: + - UniqueName: $TIMER_UP_MINUTE + - IconFilename: Pstopwatch.bmp + - SystemCreated: 'true' + - Type: Standard + - DefaultControllerProgramName: null + - NumberOfParameterTags: '2' + - NumberOfReportTags: '1' + - NumberOfRequestTags: '0' + - NumberOfMessagePartners: '0' + - ParameterTagLockEnabled: 'true' + - RecipeParameter: + - Name: $TIMER_TYPE + - ID: '1' + - Type: Enumeration + - Scale: 'false' + - DownloadFlags: '65535' + - Contexts: null + - EnumerationDefault: COUNT_UP + - EnumerationSetName: $TIMER_TYPE + - RecipeParameter: + - Name: $HOLD_BEHAVIOR + - ID: '2' + - Type: Enumeration + - Scale: 'false' + - DownloadFlags: '65535' + - Contexts: null + - EnumerationDefault: CONTINUE + - EnumerationSetName: $HOLD_BEHAVIOR + - ReportParameter: + - Name: $ELAPSED_TIME + - ID: '1' + - Type: Real + - Accumulate: '0' + - ERPAlias: null + - UploadFlags: '65535' + - Contexts: null + - EngineeringUnits: MINUTES + - ReportLimit: + - VerificationMethod: No_Limits + - LimitScale: 'false' + - NormalAction: None + - NormalSignatureTemplate: null + - HighLowAction: SignatureTemplate + - HighLowSignatureTemplate: null + - HighValue: null + - LowValue: null + - HighHighLowLowAction: SignatureTemplate + - HighHighLowLowSignatureTemplate: null + - HighHighValue: null + - LowLowValue: null + - HighHighHighLowLowLowAction: SignatureTemplate + - HighHighHighLowLowLowSignatureTemplate: null + - HighHighHighValue: null + - LowLowLowValue: null + - VerificationLimitCalculation: Absolute + - TargetParameter: null + - RecipePhase: + - UniqueName: $TIMER_UP_HOUR + - IconFilename: Pstopwatch.bmp + - SystemCreated: 'true' + - Type: Standard + - DefaultControllerProgramName: null + - NumberOfParameterTags: '2' + - NumberOfReportTags: '1' + - NumberOfRequestTags: '0' + - NumberOfMessagePartners: '0' + - ParameterTagLockEnabled: 'true' + - RecipeParameter: + - Name: $TIMER_TYPE + - ID: '1' + - Type: Enumeration + - Scale: 'false' + - DownloadFlags: '65535' + - Contexts: null + - EnumerationDefault: COUNT_UP + - EnumerationSetName: $TIMER_TYPE + - RecipeParameter: + - Name: $HOLD_BEHAVIOR + - ID: '2' + - Type: Enumeration + - Scale: 'false' + - DownloadFlags: '65535' + - Contexts: null + - EnumerationDefault: CONTINUE + - EnumerationSetName: $HOLD_BEHAVIOR + - ReportParameter: + - Name: $ELAPSED_TIME + - ID: '1' + - Type: Real + - Accumulate: '0' + - ERPAlias: null + - UploadFlags: '65535' + - Contexts: null + - EngineeringUnits: HOURS + - ReportLimit: + - VerificationMethod: No_Limits + - LimitScale: 'false' + - NormalAction: None + - NormalSignatureTemplate: null + - HighLowAction: SignatureTemplate + - HighLowSignatureTemplate: null + - HighValue: null + - LowValue: null + - HighHighLowLowAction: SignatureTemplate + - HighHighLowLowSignatureTemplate: null + - HighHighValue: null + - LowLowValue: null + - HighHighHighLowLowLowAction: SignatureTemplate + - HighHighHighLowLowLowSignatureTemplate: null + - HighHighHighValue: null + - LowLowLowValue: null + - VerificationLimitCalculation: Absolute + - TargetParameter: null + - RecipePhase: + - UniqueName: $TIMER_UP_DAY + - IconFilename: Pstopwatch.bmp + - SystemCreated: 'true' + - Type: Standard + - DefaultControllerProgramName: null + - NumberOfParameterTags: '2' + - NumberOfReportTags: '1' + - NumberOfRequestTags: '0' + - NumberOfMessagePartners: '0' + - ParameterTagLockEnabled: 'true' + - RecipeParameter: + - Name: $TIMER_TYPE + - ID: '1' + - Type: Enumeration + - Scale: 'false' + - DownloadFlags: '65535' + - Contexts: null + - EnumerationDefault: COUNT_UP + - EnumerationSetName: $TIMER_TYPE + - RecipeParameter: + - Name: $HOLD_BEHAVIOR + - ID: '2' + - Type: Enumeration + - Scale: 'false' + - DownloadFlags: '65535' + - Contexts: null + - EnumerationDefault: CONTINUE + - EnumerationSetName: $HOLD_BEHAVIOR + - ReportParameter: + - Name: $ELAPSED_TIME + - ID: '1' + - Type: Real + - Accumulate: '0' + - ERPAlias: null + - UploadFlags: '65535' + - Contexts: null + - EngineeringUnits: DAYS + - ReportLimit: + - VerificationMethod: No_Limits + - LimitScale: 'false' + - NormalAction: None + - NormalSignatureTemplate: null + - HighLowAction: SignatureTemplate + - HighLowSignatureTemplate: null + - HighValue: null + - LowValue: null + - HighHighLowLowAction: SignatureTemplate + - HighHighLowLowSignatureTemplate: null + - HighHighValue: null + - LowLowValue: null + - HighHighHighLowLowLowAction: SignatureTemplate + - HighHighHighLowLowLowSignatureTemplate: null + - HighHighHighValue: null + - LowLowLowValue: null + - VerificationLimitCalculation: Absolute + - TargetParameter: null + - RecipePhase: + - UniqueName: $NULL + - IconFilename: Pstopwatch.bmp + - SystemCreated: 'true' + - Type: Standard + - DefaultControllerProgramName: null + - NumberOfParameterTags: '0' + - NumberOfReportTags: '0' + - NumberOfRequestTags: '0' + - NumberOfMessagePartners: '0' + - ParameterTagLockEnabled: 'true' + - RecipePhase: + - UniqueName: PHASE1 + - IconFilename: Pagitator.bmp + - SystemCreated: 'false' + - Type: Standard + - DefaultControllerProgramName: null + - NumberOfParameterTags: '1' + - NumberOfReportTags: '0' + - NumberOfRequestTags: '0' + - NumberOfMessagePartners: '0' + - ParameterTagLockEnabled: 'true' + - RecipeParameter: + - Name: QUANTITY + - ID: '1' + - Type: Real + - Scale: 'false' + - DownloadFlags: '65535' + - Contexts: null + - RealDefault: '0' + - RealMin: '0' + - RealMax: '100' + - EngineeringUnits: ENG. UNITS + - ParameterLimit: + - VerificationMethod: No_Limits + - LimitScale: 'false' + - NormalAction: None + - NormalSignatureTemplate: null + - HighLowAction: SignatureTemplate + - HighLowSignatureTemplate: null + - HighValue: null + - LowValue: null + - HighHighLowLowAction: SignatureTemplate + - HighHighLowLowSignatureTemplate: null + - HighHighValue: null + - LowLowValue: null + - HighHighHighLowLowLowAction: SignatureTemplate + - HighHighHighLowLowLowSignatureTemplate: null + - HighHighHighValue: null + - LowLowLowValue: null + - ProcessCell: + - attributes: + XPos: '97' + YPos: '62' + - UniqueName: PROCESS_CELL1 + - Class: PCELL_CLS1 + - UniqueID: '1' + - Logix5000UID: '0' + - MaxOwners: '1' + - CrossInvocationString: null + - CrossInvocationString: null + - CrossInvocationString: null + - CrossInvocationString: null + - CrossInvocationString: null + - HyperlinkString: null + - HyperlinkString: null + - HyperlinkString: null + - HyperlinkString: null + - HyperlinkString: null + - ERPAlias: null + - ConfiguredUnitName: UNIT1 + - ConfiguredUnitName: UNIT2 + - Unit: + - attributes: + XPos: '115' + YPos: '75' + - UniqueName: UNIT1 + - Class: UNIT_CLS1 + - UniqueID: '2' + - Logix5000UID: '0' + - Server: null + - MaxOwners: '1' + - CrossInvocationString: null + - CrossInvocationString: null + - CrossInvocationString: null + - CrossInvocationString: null + - CrossInvocationString: null + - HyperlinkString: null + - HyperlinkString: null + - HyperlinkString: null + - HyperlinkString: null + - HyperlinkString: null + - ERPAlias: null + - ConfiguredEquipmentModuleName: PHASE_ONE + - Unit: + - attributes: + XPos: '326' + YPos: '164' + - UniqueName: UNIT2 + - Class: UNIT_CLS1 + - UniqueID: '4' + - Logix5000UID: '0' + - Server: null + - MaxOwners: '1' + - CrossInvocationString: null + - CrossInvocationString: null + - CrossInvocationString: null + - CrossInvocationString: null + - CrossInvocationString: null + - HyperlinkString: null + - HyperlinkString: null + - HyperlinkString: null + - HyperlinkString: null + - HyperlinkString: null + - ERPAlias: null + - ConfiguredEquipmentModuleName: UNIT2_PHASE_ONE + - EquipmentModule: + - attributes: + XPos: '190' + YPos: '168' + - UniqueName: PHASE_ONE + - RecipePhase: PHASE1 + - EquipmentPhaseType: TAGPHASE + - UniqueID: '3' + - MaxOwners: '1' + - CrossInvocationString: null + - CrossInvocationString: null + - CrossInvocationString: null + - CrossInvocationString: null + - CrossInvocationString: null + - HyperlinkString: null + - HyperlinkString: null + - HyperlinkString: null + - HyperlinkString: null + - HyperlinkString: null + - ERPAlias: null + - UploadDownloadFlags: '0' + - InstructionBasedConfiguration: + - InstructionFilePathname: instruction + - CreateParameterLimitTag: 'false' + - CreateReportLimitTag: 'false' + - OnControlScanRate: '1000' + - OffControlScanRate: '60000' + - ControlTagCommand: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE_ONE.OC + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE_ONE.OCW + - ControlTagFailure: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE_ONE.F + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE_ONE.FW + - ControlTagOwner: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE_ONE.W + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE_ONE.WW + - ControlTagPause: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE_ONE.P + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE_ONE.PW + - ControlTagPaused: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE_ONE.PD + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE_ONE.PDW + - ControlTagRequest: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE_ONE.RQ + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE_ONE.RQW + - ControlTagSingleStep: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE_ONE.SS + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE_ONE.SSW + - ControlTagStatus: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE_ONE.ST + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE_ONE.STW + - ControlTagStepIndex: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE_ONE.SI + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE_ONE.SIW + - ControlTagUnit: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE_ONE.UN + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE_ONE.UNW + - ParameterTag: + - Server: InstructionBasedServer + - DataType: String + - VerificationMethod: No_Limits + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE_ONE.P01 + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE_ONE.P01W + - RequestTag: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE_ONE.Q01 + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE_ONE.Q01W + - RequestTag: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE_ONE.Q02 + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE_ONE.Q02W + - EquipmentModule: + - attributes: + XPos: '225' + YPos: '265' + - UniqueName: UNIT2_PHASE_ONE + - RecipePhase: PHASE1 + - EquipmentPhaseType: TAGPHASE + - UniqueID: '5' + - MaxOwners: '1' + - CrossInvocationString: null + - CrossInvocationString: null + - CrossInvocationString: null + - CrossInvocationString: null + - CrossInvocationString: null + - HyperlinkString: null + - HyperlinkString: null + - HyperlinkString: null + - HyperlinkString: null + - HyperlinkString: null + - ERPAlias: null + - UploadDownloadFlags: '0' + - InstructionBasedConfiguration: + - InstructionFilePathname: instruction.htm + - CreateParameterLimitTag: 'false' + - CreateReportLimitTag: 'false' + - OnControlScanRate: '1000' + - OffControlScanRate: '60000' + - ControlTagCommand: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: UNIT2_PHASE_ONE.OC + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: UNIT2_PHASE_ONE.OCW + - ControlTagFailure: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: UNIT2_PHASE_ONE.F + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: UNIT2_PHASE_ONE.FW + - ControlTagOwner: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: UNIT2_PHASE_ONE.W + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: UNIT2_PHASE_ONE.WW + - ControlTagPause: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: UNIT2_PHASE_ONE.P + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: UNIT2_PHASE_ONE.PW + - ControlTagPaused: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: UNIT2_PHASE_ONE.PD + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: UNIT2_PHASE_ONE.PDW + - ControlTagRequest: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: UNIT2_PHASE_ONE.RQ + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: UNIT2_PHASE_ONE.RQW + - ControlTagSingleStep: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: UNIT2_PHASE_ONE.SS + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: UNIT2_PHASE_ONE.SSW + - ControlTagStatus: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: UNIT2_PHASE_ONE.ST + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: UNIT2_PHASE_ONE.STW + - ControlTagStepIndex: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: UNIT2_PHASE_ONE.SI + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: UNIT2_PHASE_ONE.SIW + - ControlTagUnit: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: UNIT2_PHASE_ONE.UN + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: UNIT2_PHASE_ONE.UNW + - ParameterTag: + - Server: InstructionBasedServer + - DataType: String + - VerificationMethod: No_Limits + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: UNIT2_PHASE_ONE.P01 + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: UNIT2_PHASE_ONE.P01W + - RequestTag: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: UNIT2_PHASE_ONE.Q01 + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: UNIT2_PHASE_ONE.Q01W + - RequestTag: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: UNIT2_PHASE_ONE.Q02 + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: UNIT2_PHASE_ONE.Q02W diff --git a/equipment-model.axml b/equipment-model.axml deleted file mode 100644 index 78f3206..0000000 --- a/equipment-model.axml +++ /dev/null @@ -1,2 +0,0 @@ - -1.00AREA1PHASE_FAILURES0YES_NO1YES1NO0$TIMER_TYPE1COUNT_DOWN0COUNT_UP1$HOLD_BEHAVIOR1RETENTIVE1RESET2CONTINUE0REPORTING_CONTEXTS1NULL0STATICInstructionBasedServerInstructionBasedServer.dsdfOPCINSTRUCTIONSINSTRUCTIONSWATCHDOGINSTRUCTIONSWATCHDOGW10006000011Template101okOptionalEngineerstrueBegin Approvals-111TemplateTemplateUsed to formally begin the approval process.Confirm Author-220Confirmation by the author of the recipe that it is ready for review.Review Recipe-330Confirmation that the recipe has been reviewed by the signer(s)Approve Recipe-440Confirmation that the recipe has been approved by the signer(s)Release Recipe as Step-521TemplateTemplateConfirmation that this step can be available for use by others.Release Recipe to Production-621TemplateTemplateConfirmation that this recipe can be available to put on the batch list.Release Recipe as Step-711TemplateTemplateConfirmation that this step can be available for use by others.Release Recipe to Production-811TemplateTemplateConfirmation that this recipe can be available to put on the batch list.00NOT_AVAILABLEPARMTR01RealfalsePARMTR02RealfalsePARMTR03RealfalseREPORT01RealfalseREPORT02RealfalseREQUST01RealfalseREQUST02RealfalsePCELL_CLS1CFactory1.BMPUNIT_CLS1UAGImixer.BMP$TIMER_DN_SECONDPstopwatch.bmptrueStandard3200true$TIMER_TYPE1Enumerationfalse65535COUNT_DOWN$TIMER_TYPE$HOLD_BEHAVIOR2Enumerationfalse65535CONTINUE$HOLD_BEHAVIOR$SETPOINT3Realfalse65535300104147200SECONDSNo_LimitsfalseNoneSignatureTemplateSignatureTemplateSignatureTemplate$ELAPSED_TIME1Real065535SECONDSNo_LimitsfalseNoneSignatureTemplateSignatureTemplateSignatureTemplateAbsolute$REMAINING_TIME2Real065535SECONDSNo_LimitsfalseNoneSignatureTemplateSignatureTemplateSignatureTemplateAbsolute$TIMER_DN_MINUTEPstopwatch.bmptrueStandard3200true$TIMER_TYPE1Enumerationfalse65535COUNT_DOWN$TIMER_TYPE$HOLD_BEHAVIOR2Enumerationfalse65535CONTINUE$HOLD_BEHAVIOR$SETPOINT3Realfalse65535200.1769120MINUTESNo_LimitsfalseNoneSignatureTemplateSignatureTemplateSignatureTemplate$ELAPSED_TIME1Real065535MINUTESNo_LimitsfalseNoneSignatureTemplateSignatureTemplateSignatureTemplateAbsolute$REMAINING_TIME2Real065535MINUTESNo_LimitsfalseNoneSignatureTemplateSignatureTemplateSignatureTemplateAbsolute$TIMER_DN_HOURPstopwatch.bmptrueStandard3200true$TIMER_TYPE1Enumerationfalse65535COUNT_DOWN$TIMER_TYPE$HOLD_BEHAVIOR2Enumerationfalse65535CONTINUE$HOLD_BEHAVIOR$SETPOINT3Realfalse6553550.0031152HOURSNo_LimitsfalseNoneSignatureTemplateSignatureTemplateSignatureTemplate$ELAPSED_TIME1Real065535HOURSNo_LimitsfalseNoneSignatureTemplateSignatureTemplateSignatureTemplateAbsolute$REMAINING_TIME2Real065535HOURSNo_LimitsfalseNoneSignatureTemplateSignatureTemplateSignatureTemplateAbsolute$TIMER_DN_DAYPstopwatch.bmptrueStandard3200true$TIMER_TYPE1Enumerationfalse65535COUNT_DOWN$TIMER_TYPE$HOLD_BEHAVIOR2Enumerationfalse65535CONTINUE$HOLD_BEHAVIOR$SETPOINT3Realfalse655355048DAYSNo_LimitsfalseNoneSignatureTemplateSignatureTemplateSignatureTemplate$ELAPSED_TIME1Real065535DAYSNo_LimitsfalseNoneSignatureTemplateSignatureTemplateSignatureTemplateAbsolute$REMAINING_TIME2Real065535DAYSNo_LimitsfalseNoneSignatureTemplateSignatureTemplateSignatureTemplateAbsolute$TIMER_UP_SECONDPstopwatch.bmptrueStandard2100true$TIMER_TYPE1Enumerationfalse65535COUNT_UP$TIMER_TYPE$HOLD_BEHAVIOR2Enumerationfalse65535CONTINUE$HOLD_BEHAVIOR$ELAPSED_TIME1Real065535SECONDSNo_LimitsfalseNoneSignatureTemplateSignatureTemplateSignatureTemplateAbsolute$TIMER_UP_MINUTEPstopwatch.bmptrueStandard2100true$TIMER_TYPE1Enumerationfalse65535COUNT_UP$TIMER_TYPE$HOLD_BEHAVIOR2Enumerationfalse65535CONTINUE$HOLD_BEHAVIOR$ELAPSED_TIME1Real065535MINUTESNo_LimitsfalseNoneSignatureTemplateSignatureTemplateSignatureTemplateAbsolute$TIMER_UP_HOURPstopwatch.bmptrueStandard2100true$TIMER_TYPE1Enumerationfalse65535COUNT_UP$TIMER_TYPE$HOLD_BEHAVIOR2Enumerationfalse65535CONTINUE$HOLD_BEHAVIOR$ELAPSED_TIME1Real065535HOURSNo_LimitsfalseNoneSignatureTemplateSignatureTemplateSignatureTemplateAbsolute$TIMER_UP_DAYPstopwatch.bmptrueStandard2100true$TIMER_TYPE1Enumerationfalse65535COUNT_UP$TIMER_TYPE$HOLD_BEHAVIOR2Enumerationfalse65535CONTINUE$HOLD_BEHAVIOR$ELAPSED_TIME1Real065535DAYSNo_LimitsfalseNoneSignatureTemplateSignatureTemplateSignatureTemplateAbsolute$NULLPstopwatch.bmptrueStandard0000truePHASE1Pagitator.bmpfalseStandard1000trueQUANTITY1Realfalse6553500100ENG. UNITSNo_LimitsfalseNoneSignatureTemplateSignatureTemplateSignatureTemplatePROCESS_CELL1PCELL_CLS1101UNIT1UNIT2UNIT1UNIT_CLS1201PHASE_ONEUNIT2UNIT_CLS1401UNIT2_PHASE_ONEPHASE_ONEPHASE1TAGPHASE310instructionfalsefalse100060000InstructionBasedServerIntegerINSTRUCTIONSPHASE_ONE.OCINSTRUCTIONSPHASE_ONE.OCWInstructionBasedServerIntegerINSTRUCTIONSPHASE_ONE.FINSTRUCTIONSPHASE_ONE.FWInstructionBasedServerIntegerINSTRUCTIONSPHASE_ONE.WINSTRUCTIONSPHASE_ONE.WWInstructionBasedServerIntegerINSTRUCTIONSPHASE_ONE.PINSTRUCTIONSPHASE_ONE.PWInstructionBasedServerIntegerINSTRUCTIONSPHASE_ONE.PDINSTRUCTIONSPHASE_ONE.PDWInstructionBasedServerIntegerINSTRUCTIONSPHASE_ONE.RQINSTRUCTIONSPHASE_ONE.RQWInstructionBasedServerIntegerINSTRUCTIONSPHASE_ONE.SSINSTRUCTIONSPHASE_ONE.SSWInstructionBasedServerIntegerINSTRUCTIONSPHASE_ONE.STINSTRUCTIONSPHASE_ONE.STWInstructionBasedServerIntegerINSTRUCTIONSPHASE_ONE.SIINSTRUCTIONSPHASE_ONE.SIWInstructionBasedServerIntegerINSTRUCTIONSPHASE_ONE.UNINSTRUCTIONSPHASE_ONE.UNWInstructionBasedServerStringNo_LimitsINSTRUCTIONSPHASE_ONE.P01INSTRUCTIONSPHASE_ONE.P01WInstructionBasedServerIntegerINSTRUCTIONSPHASE_ONE.Q01INSTRUCTIONSPHASE_ONE.Q01WInstructionBasedServerIntegerINSTRUCTIONSPHASE_ONE.Q02INSTRUCTIONSPHASE_ONE.Q02WUNIT2_PHASE_ONEPHASE1TAGPHASE510instruction.htmfalsefalse100060000InstructionBasedServerIntegerINSTRUCTIONSUNIT2_PHASE_ONE.OCINSTRUCTIONSUNIT2_PHASE_ONE.OCWInstructionBasedServerIntegerINSTRUCTIONSUNIT2_PHASE_ONE.FINSTRUCTIONSUNIT2_PHASE_ONE.FWInstructionBasedServerIntegerINSTRUCTIONSUNIT2_PHASE_ONE.WINSTRUCTIONSUNIT2_PHASE_ONE.WWInstructionBasedServerIntegerINSTRUCTIONSUNIT2_PHASE_ONE.PINSTRUCTIONSUNIT2_PHASE_ONE.PWInstructionBasedServerIntegerINSTRUCTIONSUNIT2_PHASE_ONE.PDINSTRUCTIONSUNIT2_PHASE_ONE.PDWInstructionBasedServerIntegerINSTRUCTIONSUNIT2_PHASE_ONE.RQINSTRUCTIONSUNIT2_PHASE_ONE.RQWInstructionBasedServerIntegerINSTRUCTIONSUNIT2_PHASE_ONE.SSINSTRUCTIONSUNIT2_PHASE_ONE.SSWInstructionBasedServerIntegerINSTRUCTIONSUNIT2_PHASE_ONE.STINSTRUCTIONSUNIT2_PHASE_ONE.STWInstructionBasedServerIntegerINSTRUCTIONSUNIT2_PHASE_ONE.SIINSTRUCTIONSUNIT2_PHASE_ONE.SIWInstructionBasedServerIntegerINSTRUCTIONSUNIT2_PHASE_ONE.UNINSTRUCTIONSUNIT2_PHASE_ONE.UNWInstructionBasedServerStringNo_LimitsINSTRUCTIONSUNIT2_PHASE_ONE.P01INSTRUCTIONSUNIT2_PHASE_ONE.P01WInstructionBasedServerIntegerINSTRUCTIONSUNIT2_PHASE_ONE.Q01INSTRUCTIONSUNIT2_PHASE_ONE.Q01WInstructionBasedServerIntegerINSTRUCTIONSUNIT2_PHASE_ONE.Q02INSTRUCTIONSUNIT2_PHASE_ONE.Q02W