Merge pull request 'product-development' (#5) from product-development into master
Reviewed-on: #5 Reviewed-by: another-user <anotheruser@sigyl.com>
This commit is contained in:
commit
b28310d25e
|
@ -945,11 +945,39 @@
|
||||||
- SystemCreated: 'false'
|
- SystemCreated: 'false'
|
||||||
- Type: Standard
|
- Type: Standard
|
||||||
- DefaultControllerProgramName: null
|
- DefaultControllerProgramName: null
|
||||||
- NumberOfParameterTags: '0'
|
- NumberOfParameterTags: '1'
|
||||||
- NumberOfReportTags: '0'
|
- NumberOfReportTags: '0'
|
||||||
- NumberOfRequestTags: '0'
|
- NumberOfRequestTags: '0'
|
||||||
- NumberOfMessagePartners: '0'
|
- NumberOfMessagePartners: '0'
|
||||||
- ParameterTagLockEnabled: 'true'
|
- 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:
|
- ProcessCell:
|
||||||
- attributes:
|
- attributes:
|
||||||
XPos: '97'
|
XPos: '97'
|
||||||
|
@ -1090,6 +1118,14 @@
|
||||||
- ReadItemName: PHASE11.UN
|
- ReadItemName: PHASE11.UN
|
||||||
- WriteAccessPath: INSTRUCTIONS
|
- WriteAccessPath: INSTRUCTIONS
|
||||||
- WriteItemName: PHASE11.UNW
|
- WriteItemName: PHASE11.UNW
|
||||||
|
- ParameterTag:
|
||||||
|
- Server: InstructionBasedServer
|
||||||
|
- DataType: String
|
||||||
|
- VerificationMethod: No_Limits
|
||||||
|
- ReadAccessPath: INSTRUCTIONS
|
||||||
|
- ReadItemName: PHASE11.P01
|
||||||
|
- WriteAccessPath: INSTRUCTIONS
|
||||||
|
- WriteItemName: PHASE11.P01W
|
||||||
- RequestTag:
|
- RequestTag:
|
||||||
- Server: InstructionBasedServer
|
- Server: InstructionBasedServer
|
||||||
- DataType: Integer
|
- DataType: Integer
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
DO SOMETHING!
|
Loading…
Reference in New Issue