From be1c39dc42d1ef5a97af84d57023ebe285c8fd0b Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 01:18:01 +0100 Subject: [PATCH 01/68] .. --- .gitea/workflows/convert-to-yml.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 15a7fb5..2d36dae 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -18,6 +18,7 @@ jobs: path: '.' - name: get production branch name run: | + pwd firstString=${{ github.ref_name }} secondString="develop-" echo ::set-env name=PRODUCTION_BRANCH::${firstString/format-/"$secondString"} From f7dbd429a55a3ebabee832bd854b7dd7eedc2068 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 01:27:58 +0100 Subject: [PATCH 02/68] kkkkkkkkkkkk --- .gitea/workflows/convert-to-yml.yml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 2d36dae..dc924be 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -18,10 +18,17 @@ jobs: path: '.' - name: get production branch name run: | - pwd firstString=${{ github.ref_name }} secondString="develop-" echo ::set-env name=PRODUCTION_BRANCH::${firstString/format-/"$secondString"} + - name: clone + run: | + git clone github.repositoryUrl ../cloned + mv ../cloned/.git .. + rm -rf ../cloned + cp -r . ../cloned + rm -rf ../cloned/.git + mv ../.git ../cloned - name: GIT commit and push all changed files env: CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts @@ -30,14 +37,14 @@ jobs: git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" git config --global user.email "username@users.noreply.github.com" git config pull.rebase false - git checkout -b ${{ env.PRODUCTION_BRANCH }} - git add -A - git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml" - git push -f origin HEAD:${{ env.PRODUCTION_BRANCH }} - git fetch - git merge origin/master --allow-unrelated-histories --strategy-option=ours - git push origin HEAD:${{ env.PRODUCTION_BRANCH }} + git -C ../cloned checkout -b ${{ env.PRODUCTION_BRANCH }} + git -C ../cloned add -A + git -C ../cloned commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml" + git -C ../cloned push -f origin HEAD:${{ env.PRODUCTION_BRANCH }} - name: make pull request + #git fetch + # git merge origin/master --allow-unrelated-histories --strategy-option=ours + # git push origin HEAD:${{ env.PRODUCTION_BRANCH }} run: | curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea chmod +x ./tea From db8d81e9a28c6a504742e0525ddbeb79d8a065c5 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 01:29:00 +0100 Subject: [PATCH 03/68] kkkkkkkkkkkk --- .gitea/workflows/convert-to-yml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index dc924be..643d0aa 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -23,7 +23,7 @@ jobs: echo ::set-env name=PRODUCTION_BRANCH::${firstString/format-/"$secondString"} - name: clone run: | - git clone github.repositoryUrl ../cloned + git clone ${{ github.repositoryUrl }} ../cloned mv ../cloned/.git .. rm -rf ../cloned cp -r . ../cloned From c147968178e4d709be94432f05defe71b39995cf Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 01:31:21 +0100 Subject: [PATCH 04/68] kkkkkkkkkkkkssssssssssssss --- .gitea/workflows/convert-to-yml.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 643d0aa..3225f0a 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -23,6 +23,7 @@ jobs: echo ::set-env name=PRODUCTION_BRANCH::${firstString/format-/"$secondString"} - name: clone run: | + echo its ${{ github.repositoryUrl }} git clone ${{ github.repositoryUrl }} ../cloned mv ../cloned/.git .. rm -rf ../cloned From 13e35d4c9f5e72492fa89fdad8ccffcce02baaa8 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 01:35:17 +0100 Subject: [PATCH 05/68] kkkkkkkkkkkkssssssssssssss --- .gitea/workflows/convert-to-yml.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 3225f0a..4fac2fc 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -24,6 +24,7 @@ jobs: - name: clone run: | echo its ${{ github.repositoryUrl }} + echo ${{ github.repository }} git clone ${{ github.repositoryUrl }} ../cloned mv ../cloned/.git .. rm -rf ../cloned From ba14b6f69180dfce0ffb5e7d8d49542e86b45c29 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 01:36:46 +0100 Subject: [PATCH 06/68] kkkkkkkkkkkkssssssssssssss --- .gitea/workflows/convert-to-yml.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 4fac2fc..c86fa36 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -25,6 +25,7 @@ jobs: run: | echo its ${{ github.repositoryUrl }} echo ${{ github.repository }} + echo ${{ github }} git clone ${{ github.repositoryUrl }} ../cloned mv ../cloned/.git .. rm -rf ../cloned From d7619683210c48c3a6a20dbf973f186efaab862a Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 01:38:47 +0100 Subject: [PATCH 07/68] kkkkkkkkkkkkssssssssssssss --- .gitea/workflows/convert-to-yml.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index c86fa36..692d889 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -7,6 +7,12 @@ jobs: if: ${{ startsWith(github.ref_name, 'format-') }} runs-on: ubuntu-latest steps: + - name: clonewded + run: | + git remote -v + echo its ${{ github.repositoryUrl }} + echo ${{ github.repository }} + # https://github.com/RouxAntoine/checkout/tree/v3.5.4 - uses: RouxAntoine/checkout@v3.5.4 - uses: actions/setup-node@v3 @@ -23,9 +29,9 @@ jobs: echo ::set-env name=PRODUCTION_BRANCH::${firstString/format-/"$secondString"} - name: clone run: | + git remote -v echo its ${{ github.repositoryUrl }} echo ${{ github.repository }} - echo ${{ github }} git clone ${{ github.repositoryUrl }} ../cloned mv ../cloned/.git .. rm -rf ../cloned From 8d24f9b399a3323372b19d03e246728909c57266 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 01:44:25 +0100 Subject: [PATCH 08/68] kkkkkkkkkkkksssssssssssssswdwdwdw --- .gitea/workflows/convert-to-yml.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 692d889..d3273bb 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -7,14 +7,13 @@ jobs: if: ${{ startsWith(github.ref_name, 'format-') }} runs-on: ubuntu-latest steps: + # https://github.com/RouxAntoine/checkout/tree/v3.5.4 + - uses: RouxAntoine/checkout@v3.5.4 - name: clonewded run: | git remote -v - echo its ${{ github.repositoryUrl }} - echo ${{ github.repository }} - - # https://github.com/RouxAntoine/checkout/tree/v3.5.4 - - uses: RouxAntoine/checkout@v3.5.4 + echo its ${{ github.serverUrl }}/${{ github.repository }} + echo - uses: actions/setup-node@v3 with: node-version: '20' From 768d067dc7913b6a5b70e43def954f3d928ebaad Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 01:45:33 +0100 Subject: [PATCH 09/68] kkkkkkkkkkkksssssssssssssswdwdwdw --- .gitea/workflows/convert-to-yml.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index d3273bb..cf8504a 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -9,11 +9,6 @@ jobs: steps: # https://github.com/RouxAntoine/checkout/tree/v3.5.4 - uses: RouxAntoine/checkout@v3.5.4 - - name: clonewded - run: | - git remote -v - echo its ${{ github.serverUrl }}/${{ github.repository }} - echo - uses: actions/setup-node@v3 with: node-version: '20' @@ -28,10 +23,7 @@ jobs: echo ::set-env name=PRODUCTION_BRANCH::${firstString/format-/"$secondString"} - name: clone run: | - git remote -v - echo its ${{ github.repositoryUrl }} - echo ${{ github.repository }} - git clone ${{ github.repositoryUrl }} ../cloned + git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned mv ../cloned/.git .. rm -rf ../cloned cp -r . ../cloned From c03d85221f38176527f56b27ec9ab6a562d1e252 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 01:51:16 +0100 Subject: [PATCH 10/68] kkkkkkkkkkkksssssssssssssswdwdwdw --- .gitea/workflows/convert-to-yml.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index cf8504a..670837f 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -24,6 +24,7 @@ jobs: - name: clone run: | git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned + git -C ../cloned push origin HEAD mv ../cloned/.git .. rm -rf ../cloned cp -r . ../cloned @@ -40,7 +41,7 @@ jobs: git -C ../cloned checkout -b ${{ env.PRODUCTION_BRANCH }} git -C ../cloned add -A git -C ../cloned commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml" - git -C ../cloned push -f origin HEAD:${{ env.PRODUCTION_BRANCH }} + git -C ../cloned push -f origin HEAD:${{ env.PRODUCTION_BRANCH }} - name: make pull request #git fetch # git merge origin/master --allow-unrelated-histories --strategy-option=ours From bedb5686db46d5881cc10175a7d01b10992c2dd8 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 01:52:29 +0100 Subject: [PATCH 11/68] kkkkkkkkkkkksssssssssssssswdwdwdw --- .gitea/workflows/convert-to-yml.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 670837f..fbe3088 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -24,6 +24,7 @@ jobs: - name: clone run: | git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned + git -C ../cloned remote -v git -C ../cloned push origin HEAD mv ../cloned/.git .. rm -rf ../cloned From 3d34a9db476d6eac02d6ec37fd3246725224d5e9 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 01:56:22 +0100 Subject: [PATCH 12/68] kkkkkkkkkkkksssssssssssssswdwdwdw --- .gitea/workflows/convert-to-yml.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index fbe3088..926ee92 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -24,13 +24,13 @@ jobs: - name: clone run: | git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned - git -C ../cloned remote -v - git -C ../cloned push origin HEAD mv ../cloned/.git .. rm -rf ../cloned cp -r . ../cloned rm -rf ../cloned/.git mv ../.git ../cloned + rm -rf . + mv ../cloned . - name: GIT commit and push all changed files env: CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts @@ -39,10 +39,10 @@ jobs: git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" git config --global user.email "username@users.noreply.github.com" git config pull.rebase false - git -C ../cloned checkout -b ${{ env.PRODUCTION_BRANCH }} - git -C ../cloned add -A - git -C ../cloned commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml" - git -C ../cloned push -f origin HEAD:${{ env.PRODUCTION_BRANCH }} + git checkout -b ${{ env.PRODUCTION_BRANCH }} + git add -A + git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml" + git push -f origin HEAD:${{ env.PRODUCTION_BRANCH }} - name: make pull request #git fetch # git merge origin/master --allow-unrelated-histories --strategy-option=ours From 8132f3b50e8ee0c8a41714df61a976a5458851cc Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 01:59:03 +0100 Subject: [PATCH 13/68] kkkkkkkkkkkksssssssssssssswdwdwdw --- .gitea/workflows/convert-to-yml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 926ee92..cc14728 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -29,7 +29,7 @@ jobs: cp -r . ../cloned rm -rf ../cloned/.git mv ../.git ../cloned - rm -rf . + rm -r * mv ../cloned . - name: GIT commit and push all changed files env: From e250ae6e3197d6870f071aca818d31467ca165b2 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 02:02:31 +0100 Subject: [PATCH 14/68] kkkkkkkkkkkksssssssssssssswdwdwdwssssssssssssssssssssssssssssss --- .gitea/workflows/convert-to-yml.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index cc14728..3d5d139 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -31,6 +31,7 @@ jobs: mv ../.git ../cloned rm -r * mv ../cloned . + git status - name: GIT commit and push all changed files env: CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts From df55c4173fe8b83eab93fc631b94e3fa378c56bf Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 02:04:01 +0100 Subject: [PATCH 15/68] kkkkkkkkkkkksssssssssssssswdwdwdwssssssssssssssssssssssssssssss --- .gitea/workflows/convert-to-yml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 3d5d139..d038ed6 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -30,7 +30,7 @@ jobs: rm -rf ../cloned/.git mv ../.git ../cloned rm -r * - mv ../cloned . + mv ../cloned/ . git status - name: GIT commit and push all changed files env: From b0973b3463ceef808812a0b5115fa9cff6908c99 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 02:04:53 +0100 Subject: [PATCH 16/68] kkkkkkkkkkkksssssssssssssswdwdwdwssssssssssssssssssssssssssssss --- .gitea/workflows/convert-to-yml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index d038ed6..9b99b13 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -30,7 +30,7 @@ jobs: rm -rf ../cloned/.git mv ../.git ../cloned rm -r * - mv ../cloned/ . + mv ../cloned/* . git status - name: GIT commit and push all changed files env: From 919f7138615b43c6606a254409e60a1d45280a33 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 02:12:17 +0100 Subject: [PATCH 19/68] kkkkkkkkkkkkkkkkkkkkkk --- .gitea/workflows/convert-to-yml.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 9b99b13..7b2c169 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -24,6 +24,7 @@ jobs: - name: clone run: | git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned + git -C ../cloned status mv ../cloned/.git .. rm -rf ../cloned cp -r . ../cloned @@ -31,7 +32,7 @@ jobs: mv ../.git ../cloned rm -r * mv ../cloned/* . - git status + git -C ../cloned status - name: GIT commit and push all changed files env: CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts @@ -39,9 +40,9 @@ jobs: run: | git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" git config --global user.email "username@users.noreply.github.com" - git config pull.rebase false git checkout -b ${{ env.PRODUCTION_BRANCH }} git add -A + git status git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml" git push -f origin HEAD:${{ env.PRODUCTION_BRANCH }} - name: make pull request From c32fb13afeef9f79c18f4732e5a019d66516b076 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 02:14:20 +0100 Subject: [PATCH 20/68] ....... --- .gitea/workflows/convert-to-yml.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 7b2c169..6855081 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -33,6 +33,7 @@ jobs: rm -r * mv ../cloned/* . git -C ../cloned status + git status - name: GIT commit and push all changed files env: CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts From 7f861b904128386f48aee721feda66aeed2a4630 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 02:16:31 +0100 Subject: [PATCH 21/68] ....... --- .gitea/workflows/convert-to-yml.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 6855081..7c3e9a3 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -30,7 +30,8 @@ jobs: cp -r . ../cloned rm -rf ../cloned/.git mv ../.git ../cloned - rm -r * + rm -r ./* + rm r .git mv ../cloned/* . git -C ../cloned status git status From 76b1b54c300e1b8b45498b7e3d6cc2eaf29bc6dc Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 02:17:28 +0100 Subject: [PATCH 22/68] ....... --- .gitea/workflows/convert-to-yml.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 7c3e9a3..50c0834 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -31,7 +31,8 @@ jobs: rm -rf ../cloned/.git mv ../.git ../cloned rm -r ./* - rm r .git + rm -r .git + ls mv ../cloned/* . git -C ../cloned status git status From 4fb77afe1519482aac7de3c9516190f198e13f15 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 02:18:58 +0100 Subject: [PATCH 23/68] ....... --- .gitea/workflows/convert-to-yml.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 50c0834..830401c 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -34,6 +34,7 @@ jobs: rm -r .git ls mv ../cloned/* . + mv ../cloned/.* . git -C ../cloned status git status - name: GIT commit and push all changed files From 9f4b2e0df581cd9691ed1a6f2bf08fbf65d8fbc9 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 02:20:00 +0100 Subject: [PATCH 24/68] ....... --- .gitea/workflows/convert-to-yml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 830401c..56719d5 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -34,7 +34,7 @@ jobs: rm -r .git ls mv ../cloned/* . - mv ../cloned/.* . + mv ../cloned/.git . git -C ../cloned status git status - name: GIT commit and push all changed files From 8b2395f0109fbe36368d1a9c7cda3548641cc8d7 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 02:21:21 +0100 Subject: [PATCH 25/68] ....... --- .gitea/workflows/convert-to-yml.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 56719d5..cbc67ee 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -35,6 +35,8 @@ jobs: ls mv ../cloned/* . mv ../cloned/.git . + + ls -la git -C ../cloned status git status - name: GIT commit and push all changed files From f7e615271297d5c8ccbb2fd441d4a50a4d7025c1 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 02:22:19 +0100 Subject: [PATCH 26/68] ....... --- .gitea/workflows/convert-to-yml.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index cbc67ee..7a4f596 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -37,7 +37,6 @@ jobs: mv ../cloned/.git . ls -la - git -C ../cloned status git status - name: GIT commit and push all changed files env: From 16d89c698359e2526374607888e50ebb30bef109 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 02:25:42 +0100 Subject: [PATCH 27/68] ....... --- .gitea/workflows/convert-to-yml.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 7a4f596..df53c10 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -23,7 +23,10 @@ jobs: echo ::set-env name=PRODUCTION_BRANCH::${firstString/format-/"$secondString"} - name: clone run: | + git remote -v git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned + git -C ../cloned remote -v + git -C ../cloned status mv ../cloned/.git .. rm -rf ../cloned From 8630ee455d8516cfa1cbc8e6eb4911671b7c5621 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 02:37:32 +0100 Subject: [PATCH 28/68] ....... --- .gitea/workflows/convert-to-yml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index df53c10..da0a910 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -52,7 +52,7 @@ jobs: git add -A git status git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml" - git push -f origin HEAD:${{ env.PRODUCTION_BRANCH }} + git push -f https://giles:${{ secrets.TEA_TOKEN }}@sigyl.com/git/anotheruser/batch-example HEAD:${{ env.PRODUCTION_BRANCH }} - name: make pull request #git fetch # git merge origin/master --allow-unrelated-histories --strategy-option=ours From 1bd72d8bf0988d250ef7f2a2cdb5895d9de9b67a Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 02:38:19 +0100 Subject: [PATCH 29/68] ....... --- .gitea/workflows/convert-to-yml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index da0a910..bd468c4 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -52,7 +52,7 @@ jobs: git add -A git status git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml" - git push -f https://giles:${{ secrets.TEA_TOKEN }}@sigyl.com/git/anotheruser/batch-example HEAD:${{ env.PRODUCTION_BRANCH }} + git push -f https://giles:${{ secrets.TEA_TOKEN }}@sigyl.com/git/another-user/batch-example HEAD:${{ env.PRODUCTION_BRANCH }} - name: make pull request #git fetch # git merge origin/master --allow-unrelated-histories --strategy-option=ours From 7808dc71a9ef290407ea027cbdd871a3e5eaee96 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 02:46:44 +0100 Subject: [PATCH 30/68] ....... --- .gitea/workflows/convert-to-yml.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index bd468c4..eec024c 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -33,6 +33,7 @@ jobs: cp -r . ../cloned rm -rf ../cloned/.git mv ../.git ../cloned + mv .git/config ../cloned/.git rm -r ./* rm -r .git ls @@ -52,7 +53,7 @@ jobs: git add -A git status git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml" - git push -f https://giles:${{ secrets.TEA_TOKEN }}@sigyl.com/git/another-user/batch-example HEAD:${{ env.PRODUCTION_BRANCH }} + git push -f origin HEAD:${{ env.PRODUCTION_BRANCH }} - name: make pull request #git fetch # git merge origin/master --allow-unrelated-histories --strategy-option=ours From 4ed27557de8ba6d82fd7bb8b2ca0004e5193831f Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 02:50:49 +0100 Subject: [PATCH 32/68] ....... --- .gitea/workflows/convert-to-yml.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index eec024c..6c2444e 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -36,7 +36,6 @@ jobs: mv .git/config ../cloned/.git rm -r ./* rm -r .git - ls mv ../cloned/* . mv ../cloned/.git . From 71f346b08388c1d39b5df843f0a7f270d6ec2cb8 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 02:57:19 +0100 Subject: [PATCH 33/68] ................ --- .gitea/workflows/build-develop-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-develop-branch.yml b/.gitea/workflows/build-develop-branch.yml index 2a4be20..9b0e21e 100644 --- a/.gitea/workflows/build-develop-branch.yml +++ b/.gitea/workflows/build-develop-branch.yml @@ -18,7 +18,7 @@ jobs: path: '.' - name: get PR number run: | - echo ::set-env name=PR||${./tea pr ls -f=base,head,index | grep "| master | firstString=${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1} + echo ::set-env name=PR::${./tea pr ls -f=base,head,index | grep "| master | firstString=${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1} - name: get build branch name run: | firstString=${{ github.ref_name }} From 4e14ff48a8b2356dcb0163aaac0fef05b4c7024b Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 03:01:22 +0100 Subject: [PATCH 34/68] ................ --- .gitea/workflows/build-develop-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-develop-branch.yml b/.gitea/workflows/build-develop-branch.yml index 9b0e21e..a565783 100644 --- a/.gitea/workflows/build-develop-branch.yml +++ b/.gitea/workflows/build-develop-branch.yml @@ -18,7 +18,7 @@ jobs: path: '.' - name: get PR number run: | - echo ::set-env name=PR::${./tea pr ls -f=base,head,index | grep "| master | firstString=${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1} + echo ::set-env name=PR::${./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1} - name: get build branch name run: | firstString=${{ github.ref_name }} From dabe2451646c241def8dfc478192bfdba7bd1869 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 03:04:11 +0100 Subject: [PATCH 35/68] ................ --- .gitea/workflows/build-develop-branch.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build-develop-branch.yml b/.gitea/workflows/build-develop-branch.yml index a565783..b36f82f 100644 --- a/.gitea/workflows/build-develop-branch.yml +++ b/.gitea/workflows/build-develop-branch.yml @@ -18,6 +18,7 @@ jobs: path: '.' - name: get PR number run: | + echo ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" echo ::set-env name=PR::${./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1} - name: get build branch name run: | From 6fde3ba9d4647b44ffdda7a6fe9492d38cbdcf44 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 03:06:36 +0100 Subject: [PATCH 36/68] ................ --- .gitea/workflows/build-develop-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-develop-branch.yml b/.gitea/workflows/build-develop-branch.yml index b36f82f..a08c060 100644 --- a/.gitea/workflows/build-develop-branch.yml +++ b/.gitea/workflows/build-develop-branch.yml @@ -18,7 +18,7 @@ jobs: path: '.' - name: get PR number run: | - echo ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" + ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" echo ::set-env name=PR::${./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1} - name: get build branch name run: | From e9a8776e3a8a691d5b5cd2bc603e6e845786631e Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 03:09:31 +0100 Subject: [PATCH 37/68] ................ --- .gitea/workflows/build-develop-branch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build-develop-branch.yml b/.gitea/workflows/build-develop-branch.yml index a08c060..b675570 100644 --- a/.gitea/workflows/build-develop-branch.yml +++ b/.gitea/workflows/build-develop-branch.yml @@ -18,6 +18,8 @@ jobs: path: '.' - name: get PR number run: | + curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea + chmod +x ./tea ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" echo ::set-env name=PR::${./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1} - name: get build branch name From fa6b6115585b9fa7aaeeb8c148a4f77559b58dfc Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 03:11:53 +0100 Subject: [PATCH 38/68] ................ --- .gitea/workflows/build-develop-branch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build-develop-branch.yml b/.gitea/workflows/build-develop-branch.yml index b675570..bc72dd1 100644 --- a/.gitea/workflows/build-develop-branch.yml +++ b/.gitea/workflows/build-develop-branch.yml @@ -20,8 +20,10 @@ jobs: run: | curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea chmod +x ./tea + ..tea pr ls ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" echo ::set-env name=PR::${./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1} + rm ./tea - name: get build branch name run: | firstString=${{ github.ref_name }} From cd6e082dcd61e5dee06fa569a06925b0a873e3b1 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 03:13:35 +0100 Subject: [PATCH 39/68] ................ --- .gitea/workflows/build-develop-branch.yml | 2 +- .gitea/workflows/convert-to-yml.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-develop-branch.yml b/.gitea/workflows/build-develop-branch.yml index bc72dd1..cc2465e 100644 --- a/.gitea/workflows/build-develop-branch.yml +++ b/.gitea/workflows/build-develop-branch.yml @@ -20,7 +20,7 @@ jobs: run: | curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea chmod +x ./tea - ..tea pr ls + ./tea pr ls ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" echo ::set-env name=PR::${./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1} rm ./tea diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 6c2444e..aa45ed3 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -64,3 +64,4 @@ jobs: if [[ $(./tea pr ls -f=base,head | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | head -c1 | wc -c) -eq 0 ]]; then ./tea pr c --base=master --head=${{ env.PRODUCTION_BRANCH }} --description="development pull request" -t="WIP: ${{ github.event.head_commit.message }}" fi + rm ./tea From 667b553ac9585b41b16b20e397501968a4b58d95 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 03:15:12 +0100 Subject: [PATCH 40/68] ................ --- .gitea/workflows/build-develop-branch.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build-develop-branch.yml b/.gitea/workflows/build-develop-branch.yml index cc2465e..73b32f7 100644 --- a/.gitea/workflows/build-develop-branch.yml +++ b/.gitea/workflows/build-develop-branch.yml @@ -20,6 +20,7 @@ jobs: run: | curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea chmod +x ./tea + ./tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.TEA_TOKEN }} ./tea pr ls ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" echo ::set-env name=PR::${./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1} From 9930cfad6f17dd69316aee36244ccc98e2dee791 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 03:18:18 +0100 Subject: [PATCH 41/68] ................ --- .gitea/workflows/build-develop-branch.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/build-develop-branch.yml b/.gitea/workflows/build-develop-branch.yml index 73b32f7..fb8018f 100644 --- a/.gitea/workflows/build-develop-branch.yml +++ b/.gitea/workflows/build-develop-branch.yml @@ -23,6 +23,10 @@ jobs: ./tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.TEA_TOKEN }} ./tea pr ls ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" + ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' + ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" + ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | + ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1 echo ::set-env name=PR::${./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1} rm ./tea - name: get build branch name From 6b88c2744d58737a19cfca00422901071e7fc4e0 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 03:22:10 +0100 Subject: [PATCH 42/68] ................ --- .gitea/workflows/build-develop-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-develop-branch.yml b/.gitea/workflows/build-develop-branch.yml index fb8018f..6e4105e 100644 --- a/.gitea/workflows/build-develop-branch.yml +++ b/.gitea/workflows/build-develop-branch.yml @@ -27,7 +27,7 @@ jobs: ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1 - echo ::set-env name=PR::${./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1} + echo ::set-env name=PR::$()./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1) rm ./tea - name: get build branch name run: | From 8645cb39c191a88a979c845c604131ca06b4e669 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 03:25:42 +0100 Subject: [PATCH 43/68] ................ --- .gitea/workflows/build-develop-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-develop-branch.yml b/.gitea/workflows/build-develop-branch.yml index 6e4105e..56264b9 100644 --- a/.gitea/workflows/build-develop-branch.yml +++ b/.gitea/workflows/build-develop-branch.yml @@ -27,7 +27,7 @@ jobs: ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1 - echo ::set-env name=PR::$()./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1) + echo ::set-env name=PR::$(./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1) rm ./tea - name: get build branch name run: | From 6d1a6dffc2761579260e25e00bd466f782683fb4 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 03:28:22 +0100 Subject: [PATCH 44/68] ................ --- .gitea/workflows/build-develop-branch.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/build-develop-branch.yml b/.gitea/workflows/build-develop-branch.yml index 56264b9..e88ae04 100644 --- a/.gitea/workflows/build-develop-branch.yml +++ b/.gitea/workflows/build-develop-branch.yml @@ -50,6 +50,5 @@ jobs: run: | curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea chmod +x ./tea - ./tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.TEA_TOKEN }} ./tea c $PR "ohhhh i see!!!" \ No newline at end of file From c5d10ea86c627f9778f8a6fb08115cdf8af858d9 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 03:34:02 +0100 Subject: [PATCH 45/68] ................ --- .gitea/workflows/convert-to-yml.yml | 42 +++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index aa45ed3..c860e97 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -64,4 +64,46 @@ jobs: if [[ $(./tea pr ls -f=base,head | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | head -c1 | wc -c) -eq 0 ]]; then ./tea pr c --base=master --head=${{ env.PRODUCTION_BRANCH }} --description="development pull request" -t="WIP: ${{ github.event.head_commit.message }}" fi + ./tea login rm -n=this rm ./tea + - uses: https://github.com/gilesbradshaw/batch2yaml@master + name: back to xml + with: + action: xml + path: '.' + - name: get PR number + run: | + curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea + chmod +x ./tea + ./tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.TEA_TOKEN }} + ./tea pr ls + ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" + ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' + ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" + ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | + ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1 + echo ::set-env name=PR::$(./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1) + rm ./tea + - name: get build branch name + run: | + firstString=${{ github.ref_name }} + secondString="build-" + echo ::set-env name=BUILD_BRANCH::${firstString/develop-/"$secondString"} + - name: GIT commit and push all changes + env: + CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts + CI_COMMIT_AUTHOR: Continuous Integration + run: | + git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" + git config --global user.email "username@users.noreply.github.com" + git checkout -b ${{ env.BUILD_BRANCH }} + git add -A + git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} ym files converted to xml" + git push -f origin HEAD:${{ env.BUILD_BRANCH }} + + - name: make pull request comment + run: | + curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea + chmod +x ./tea + ./tea c $PR "ohhhh i see!!!" + \ No newline at end of file From 2040957b6203ae7b3e58b6e45a641f615d013ebd Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 03:36:14 +0100 Subject: [PATCH 46/68] ................ --- .gitea/workflows/convert-to-yml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index c860e97..6b51814 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -64,7 +64,7 @@ jobs: if [[ $(./tea pr ls -f=base,head | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | head -c1 | wc -c) -eq 0 ]]; then ./tea pr c --base=master --head=${{ env.PRODUCTION_BRANCH }} --description="development pull request" -t="WIP: ${{ github.event.head_commit.message }}" fi - ./tea login rm -n=this + ./tea login rm this rm ./tea - uses: https://github.com/gilesbradshaw/batch2yaml@master name: back to xml From 64f3f17681cca7786fb8fe7edc8e0926c6a9d5d0 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 03:37:40 +0100 Subject: [PATCH 47/68] ................ --- .gitea/workflows/convert-to-yml.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 6b51814..8f665f5 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -64,7 +64,6 @@ jobs: if [[ $(./tea pr ls -f=base,head | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | head -c1 | wc -c) -eq 0 ]]; then ./tea pr c --base=master --head=${{ env.PRODUCTION_BRANCH }} --description="development pull request" -t="WIP: ${{ github.event.head_commit.message }}" fi - ./tea login rm this rm ./tea - uses: https://github.com/gilesbradshaw/batch2yaml@master name: back to xml @@ -75,7 +74,6 @@ jobs: run: | curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea chmod +x ./tea - ./tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.TEA_TOKEN }} ./tea pr ls ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' From 83b5fe9115bde51a447cfa072c32f54d7e8b8622 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 03:40:12 +0100 Subject: [PATCH 48/68] ................ --- .gitea/workflows/convert-to-yml.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 8f665f5..d2216ee 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -74,12 +74,12 @@ jobs: run: | curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea chmod +x ./tea - ./tea pr ls - ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" - ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' - ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" - ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | - ./tea pr ls -f=base,head,index | grep "| master | ${{ github.ref_name }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1 + ./tea pr ls -f=base,head,index + ./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" + ./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | tr -d ' ' + ./tea pr ls -f=base,head,index | grep "| master | env.PRODUCTION_BRANCH }} |" | tr -d ' ' | tr "|" "\n" + ./tea pr ls -f=base,head,index | grep "| master | env.PRODUCTION_BRANCH }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | + ./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1 echo ::set-env name=PR::$(./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1) rm ./tea - name: get build branch name From faacf3e7ff3b3a1d9dff7f10133370eca53a8901 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 03:44:36 +0100 Subject: [PATCH 49/68] ................................................ --- .gitea/workflows/convert-to-yml.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index d2216ee..a07af5f 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -77,8 +77,8 @@ jobs: ./tea pr ls -f=base,head,index ./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" ./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | tr -d ' ' - ./tea pr ls -f=base,head,index | grep "| master | env.PRODUCTION_BRANCH }} |" | tr -d ' ' | tr "|" "\n" - ./tea pr ls -f=base,head,index | grep "| master | env.PRODUCTION_BRANCH }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | + ./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | tr -d ' ' | tr "|" "\n" + ./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | ./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1 echo ::set-env name=PR::$(./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1) rm ./tea From b792be1271d8bcf4f66b23b1599b7497ee4196dc Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 03:47:27 +0100 Subject: [PATCH 50/68] ................................................ --- .gitea/workflows/convert-to-yml.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index a07af5f..4f7b914 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -81,6 +81,7 @@ jobs: ./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | ./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1 echo ::set-env name=PR::$(./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1) + echo $PR rm ./tea - name: get build branch name run: | From 7d59b20642972e5bdbad13553124838a30675390 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 03:56:12 +0100 Subject: [PATCH 51/68] lldwdwaasfgasgdsgffdshgsd --- .gitea/workflows/pr-closed.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitea/workflows/pr-closed.yml diff --git a/.gitea/workflows/pr-closed.yml b/.gitea/workflows/pr-closed.yml new file mode 100644 index 0000000..d8b15fb --- /dev/null +++ b/.gitea/workflows/pr-closed.yml @@ -0,0 +1,14 @@ +name: build-develop-branch +run-name: ${{ github.actor }} is learning GitHub Actions +on: + pull_request: + types: + - closed + +jobs: + if_merged: + if: github.event.pull_request.merged == true + runs-on: ubuntu-latest + steps: + - run: | + echo The PR was merged \ No newline at end of file From 3a9f3e94ea2038129bb7856fedf1697547405166 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 10:23:43 +0100 Subject: [PATCH 52/68] hopefully this will sort it --- .gitea/workflows/convert-to-yml copy.ml | 108 ++++++++++++++++++++++++ .gitea/workflows/convert-to-yml.yml | 27 +++--- 2 files changed, 119 insertions(+), 16 deletions(-) create mode 100644 .gitea/workflows/convert-to-yml copy.ml diff --git a/.gitea/workflows/convert-to-yml copy.ml b/.gitea/workflows/convert-to-yml copy.ml new file mode 100644 index 0000000..4f7b914 --- /dev/null +++ b/.gitea/workflows/convert-to-yml copy.ml @@ -0,0 +1,108 @@ +name: convert-to-yml +run-name: ${{ github.actor }} is learning GitHub Actions +on: + push: +jobs: + develop-branch: + if: ${{ startsWith(github.ref_name, 'format-') }} + runs-on: ubuntu-latest + steps: + # https://github.com/RouxAntoine/checkout/tree/v3.5.4 + - uses: RouxAntoine/checkout@v3.5.4 + - uses: actions/setup-node@v3 + with: + node-version: '20' + - uses: https://github.com/gilesbradshaw/batch2yaml@master + with: + action: yml + path: '.' + - name: get production branch name + run: | + firstString=${{ github.ref_name }} + secondString="develop-" + echo ::set-env name=PRODUCTION_BRANCH::${firstString/format-/"$secondString"} + - name: clone + run: | + git remote -v + git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned + git -C ../cloned remote -v + + git -C ../cloned status + mv ../cloned/.git .. + rm -rf ../cloned + cp -r . ../cloned + rm -rf ../cloned/.git + mv ../.git ../cloned + mv .git/config ../cloned/.git + rm -r ./* + rm -r .git + mv ../cloned/* . + mv ../cloned/.git . + + ls -la + git status + - name: GIT commit and push all changed files + env: + CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts + CI_COMMIT_AUTHOR: Continuous Integration + run: | + git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" + git config --global user.email "username@users.noreply.github.com" + git checkout -b ${{ env.PRODUCTION_BRANCH }} + git add -A + git status + git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml" + git push -f origin HEAD:${{ env.PRODUCTION_BRANCH }} + - name: make pull request + #git fetch + # git merge origin/master --allow-unrelated-histories --strategy-option=ours + # git push origin HEAD:${{ env.PRODUCTION_BRANCH }} + run: | + curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea + chmod +x ./tea + ./tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.TEA_TOKEN }} + if [[ $(./tea pr ls -f=base,head | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | head -c1 | wc -c) -eq 0 ]]; then + ./tea pr c --base=master --head=${{ env.PRODUCTION_BRANCH }} --description="development pull request" -t="WIP: ${{ github.event.head_commit.message }}" + fi + rm ./tea + - uses: https://github.com/gilesbradshaw/batch2yaml@master + name: back to xml + with: + action: xml + path: '.' + - name: get PR number + run: | + curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea + chmod +x ./tea + ./tea pr ls -f=base,head,index + ./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" + ./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | tr -d ' ' + ./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | tr -d ' ' | tr "|" "\n" + ./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | + ./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1 + echo ::set-env name=PR::$(./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1) + echo $PR + rm ./tea + - name: get build branch name + run: | + firstString=${{ github.ref_name }} + secondString="build-" + echo ::set-env name=BUILD_BRANCH::${firstString/develop-/"$secondString"} + - name: GIT commit and push all changes + env: + CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts + CI_COMMIT_AUTHOR: Continuous Integration + run: | + git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" + git config --global user.email "username@users.noreply.github.com" + git checkout -b ${{ env.BUILD_BRANCH }} + git add -A + git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} ym files converted to xml" + git push -f origin HEAD:${{ env.BUILD_BRANCH }} + + - name: make pull request comment + run: | + curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea + chmod +x ./tea + ./tea c $PR "ohhhh i see!!!" + \ No newline at end of file diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 4f7b914..2493189 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -22,25 +22,20 @@ jobs: secondString="develop-" echo ::set-env name=PRODUCTION_BRANCH::${firstString/format-/"$secondString"} - name: clone + env: + CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts + CI_COMMIT_AUTHOR: Continuous Integration run: | - git remote -v - git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned - git -C ../cloned remote -v + git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" + git config --global user.email "username@users.noreply.github.com" + git fetch --depth=1 + git .add -A + git commit -m "${{ env.CI_COMMIT_MESSAGE }} - git -C ../cloned status - mv ../cloned/.git .. - rm -rf ../cloned - cp -r . ../cloned - rm -rf ../cloned/.git - mv ../.git ../cloned - mv .git/config ../cloned/.git - rm -r ./* - rm -r .git - mv ../cloned/* . - mv ../cloned/.git . + converted from batch" + git merge origin/master --strategy-option=ours + git push -f origin HEAD:${{ env.PRODUCTION_BRANCH }} - ls -la - git status - name: GIT commit and push all changed files env: CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts From f4a11ec9cda49b464e2e88f89dc9a39e038d2545 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 10:26:34 +0100 Subject: [PATCH 53/68] hopefully this will sort it --- .gitea/workflows/convert-to-yml.yml | 30 ++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 2493189..f1d8a0e 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -20,8 +20,8 @@ jobs: run: | firstString=${{ github.ref_name }} secondString="develop-" - echo ::set-env name=PRODUCTION_BRANCH::${firstString/format-/"$secondString"} - - name: clone + echo ::set-env name=DEVELOPMENT_BRANCH::${firstString/format-/"$secondString"} + - name: push development env: CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts CI_COMMIT_AUTHOR: Continuous Integration @@ -29,12 +29,12 @@ jobs: git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" git config --global user.email "username@users.noreply.github.com" git fetch --depth=1 - git .add -A + git add -A git commit -m "${{ env.CI_COMMIT_MESSAGE }} converted from batch" git merge origin/master --strategy-option=ours - git push -f origin HEAD:${{ env.PRODUCTION_BRANCH }} + git push -f origin HEAD:${{ env.DEVELOPMENT_BRANCH }} - name: GIT commit and push all changed files env: @@ -43,21 +43,21 @@ jobs: run: | git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" git config --global user.email "username@users.noreply.github.com" - git checkout -b ${{ env.PRODUCTION_BRANCH }} + git checkout -b ${{ env.DEVELOPMENT_BRANCH }} git add -A git status git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml" - git push -f origin HEAD:${{ env.PRODUCTION_BRANCH }} + git push -f origin HEAD:${{ env.DEVELOPMENT_BRANCH }} - name: make pull request #git fetch # git merge origin/master --allow-unrelated-histories --strategy-option=ours - # git push origin HEAD:${{ env.PRODUCTION_BRANCH }} + # git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }} run: | curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea chmod +x ./tea ./tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.TEA_TOKEN }} - if [[ $(./tea pr ls -f=base,head | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | head -c1 | wc -c) -eq 0 ]]; then - ./tea pr c --base=master --head=${{ env.PRODUCTION_BRANCH }} --description="development pull request" -t="WIP: ${{ github.event.head_commit.message }}" + if [[ $(./tea pr ls -f=base,head | grep "| master | ${{ env.DEVELOPMENT_BRANCH }} |" | head -c1 | wc -c) -eq 0 ]]; then + ./tea pr c --base=master --head=${{ env.DEVELOPMENT_BRANCH }} --description="development pull request" -t="WIP: ${{ github.event.head_commit.message }}" fi rm ./tea - uses: https://github.com/gilesbradshaw/batch2yaml@master @@ -70,12 +70,12 @@ jobs: curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea chmod +x ./tea ./tea pr ls -f=base,head,index - ./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" - ./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | tr -d ' ' - ./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | tr -d ' ' | tr "|" "\n" - ./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | - ./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1 - echo ::set-env name=PR::$(./tea pr ls -f=base,head,index | grep "| master | ${{ env.PRODUCTION_BRANCH }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1) + ./tea pr ls -f=base,head,index | grep "| master | ${{ env.DEVELOPMENT_BRANCH }} |" + ./tea pr ls -f=base,head,index | grep "| master | ${{ env.DEVELOPMENT_BRANCH }} |" | tr -d ' ' + ./tea pr ls -f=base,head,index | grep "| master | ${{ env.DEVELOPMENT_BRANCH }} |" | tr -d ' ' | tr "|" "\n" + ./tea pr ls -f=base,head,index | grep "| master | ${{ env.DEVELOPMENT_BRANCH }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | + ./tea pr ls -f=base,head,index | grep "| master | ${{ env.DEVELOPMENT_BRANCH }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1 + echo ::set-env name=PR::$(./tea pr ls -f=base,head,index | grep "| master | ${{ env.DEVELOPMENT_BRANCH }} |" | tr -d ' ' | tr "|" "\n" | head -n 4 | tail -1) echo $PR rm ./tea - name: get build branch name From 78e6bbc80f8007b2592dd8a8fea43331c5438963 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 10:30:27 +0100 Subject: [PATCH 54/68] hopefully this will sort it --- .gitea/workflows/convert-to-yml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index f1d8a0e..ddcc618 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -33,7 +33,7 @@ jobs: git commit -m "${{ env.CI_COMMIT_MESSAGE }} converted from batch" - git merge origin/master --strategy-option=ours + git merge origin/master --strategy-option=ours --allow-unrelated git push -f origin HEAD:${{ env.DEVELOPMENT_BRANCH }} - name: GIT commit and push all changed files From 5ef777109ecd1d181087db112f700d020b219ffa Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 10:32:04 +0100 Subject: [PATCH 55/68] hopefully this will sort it --- .gitea/workflows/convert-to-yml.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index ddcc618..f080f99 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -35,19 +35,6 @@ jobs: converted from batch" git merge origin/master --strategy-option=ours --allow-unrelated git push -f origin HEAD:${{ env.DEVELOPMENT_BRANCH }} - - - name: GIT commit and push all changed files - env: - CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts - CI_COMMIT_AUTHOR: Continuous Integration - run: | - git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" - git config --global user.email "username@users.noreply.github.com" - git checkout -b ${{ env.DEVELOPMENT_BRANCH }} - git add -A - git status - git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml" - git push -f origin HEAD:${{ env.DEVELOPMENT_BRANCH }} - name: make pull request #git fetch # git merge origin/master --allow-unrelated-histories --strategy-option=ours From f9efa6c0c302554e249702da49734776b11418b3 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 10:34:38 +0100 Subject: [PATCH 56/68] hopefully this will sort it --- .gitea/workflows/convert-to-yml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index f080f99..3b482db 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -69,7 +69,7 @@ jobs: run: | firstString=${{ github.ref_name }} secondString="build-" - echo ::set-env name=BUILD_BRANCH::${firstString/develop-/"$secondString"} + echo ::set-env name=BUILD_BRANCH::${firstString/format-/"$secondString"} - name: GIT commit and push all changes env: CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts From eb4f16233b5a81356da392eaf3b69f2dc2d9c2a9 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 10:47:29 +0100 Subject: [PATCH 57/68] try me --- .gitea/workflows/convert-to-yml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 3b482db..0128401 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: # https://github.com/RouxAntoine/checkout/tree/v3.5.4 - - uses: RouxAntoine/checkout@v3.5.4 + - uses: gilesbradshaw/checkout@v1.0 - uses: actions/setup-node@v3 with: node-version: '20' From c9e67a5ff977f1576f8d2d9193e57fe663a445df Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 10:50:04 +0100 Subject: [PATCH 58/68] . --- .gitea/workflows/convert-to-yml.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 0128401..57eb36c 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -8,6 +8,8 @@ jobs: runs-on: ubuntu-latest steps: # https://github.com/RouxAntoine/checkout/tree/v3.5.4 + - name: ping + run: ping -c 4 140.82.121.3 - uses: gilesbradshaw/checkout@v1.0 - uses: actions/setup-node@v3 with: From d55c1a17dbe48b529cf71f5174da02e41b5a6e9d Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 10:57:30 +0100 Subject: [PATCH 59/68] . --- .gitea/workflows/convert-to-yml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 57eb36c..2592218 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: '20' - - uses: https://github.com/gilesbradshaw/batch2yaml@master + - uses: https://sigyl.com/git/actions/checkout@main with: action: yml path: '.' From 7ca53c18b33eaa7858051e5470d67ba250c2bd51 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 10:58:53 +0100 Subject: [PATCH 60/68] . --- .gitea/workflows/convert-to-yml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 2592218..00b43e5 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -10,7 +10,7 @@ jobs: # https://github.com/RouxAntoine/checkout/tree/v3.5.4 - name: ping run: ping -c 4 140.82.121.3 - - uses: gilesbradshaw/checkout@v1.0 + - uses: https://sigyl.com/git/actions/checkout@main - uses: actions/setup-node@v3 with: node-version: '20' From a9a57fd4ec97e1c2a79b9217494d33e23190e7e4 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 11:05:26 +0100 Subject: [PATCH 61/68] . --- .gitea/workflows/convert-to-yml.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index 00b43e5..ed71632 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -10,11 +10,11 @@ jobs: # https://github.com/RouxAntoine/checkout/tree/v3.5.4 - name: ping run: ping -c 4 140.82.121.3 - - uses: https://sigyl.com/git/actions/checkout@main + - uses: https://github.com/gilesbradshaw/checkout@v1.0 - uses: actions/setup-node@v3 with: node-version: '20' - - uses: https://sigyl.com/git/actions/checkout@main + - uses: https://github.com/gilesbradshaw/checkout@v1.0 with: action: yml path: '.' From 563e0b60b6cb6d25b1585e8d02506378f7e14775 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 11:14:34 +0100 Subject: [PATCH 62/68] ..... --- .gitea/workflows/convert-to-yml.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index ed71632..b044a9e 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -10,11 +10,11 @@ jobs: # https://github.com/RouxAntoine/checkout/tree/v3.5.4 - name: ping run: ping -c 4 140.82.121.3 - - uses: https://github.com/gilesbradshaw/checkout@v1.0 + - uses: http://sigyl.com:3000/actions/checkout@main - uses: actions/setup-node@v3 with: node-version: '20' - - uses: https://github.com/gilesbradshaw/checkout@v1.0 + - uses: http://sigyl.com:3000/actions/checkout@main with: action: yml path: '.' From 0e99a5cbb9f494718e79b434faafd530f82788fa Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 11:20:17 +0100 Subject: [PATCH 63/68] gggggggggggggggggggggggggggggggggggg --- .gitea/workflows/convert-to-yml.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index b044a9e..bbe3850 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -11,7 +11,7 @@ jobs: - name: ping run: ping -c 4 140.82.121.3 - uses: http://sigyl.com:3000/actions/checkout@main - - uses: actions/setup-node@v3 + - uses: http://sigyl.com:3000/actions/setup-node@v3 with: node-version: '20' - uses: http://sigyl.com:3000/actions/checkout@main @@ -49,7 +49,7 @@ jobs: ./tea pr c --base=master --head=${{ env.DEVELOPMENT_BRANCH }} --description="development pull request" -t="WIP: ${{ github.event.head_commit.message }}" fi rm ./tea - - uses: https://github.com/gilesbradshaw/batch2yaml@master + - uses: http://sigyl.com:3000/actions/batch2yaml@master name: back to xml with: action: xml From a718a46b64c29a9359cc77b11e279474974199f4 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 11:21:09 +0100 Subject: [PATCH 64/68] gggggggggggggggggggggggggggggggggggg --- .gitea/workflows/convert-to-yml.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index bbe3850..c050c1b 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -8,8 +8,6 @@ jobs: runs-on: ubuntu-latest steps: # https://github.com/RouxAntoine/checkout/tree/v3.5.4 - - name: ping - run: ping -c 4 140.82.121.3 - uses: http://sigyl.com:3000/actions/checkout@main - uses: http://sigyl.com:3000/actions/setup-node@v3 with: From 322a6b7906b952350c28dfa9a5c28574e2ddddae Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 11:31:32 +0100 Subject: [PATCH 65/68] gggggggggggggggggggggggggggggggggggg --- .gitea/workflows/convert-to-yml.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index c050c1b..b034a80 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -8,11 +8,11 @@ jobs: runs-on: ubuntu-latest steps: # https://github.com/RouxAntoine/checkout/tree/v3.5.4 - - uses: http://sigyl.com:3000/actions/checkout@main + - uses: http://sigyl.com:3000/actions/checkout@v3.5.4 - uses: http://sigyl.com:3000/actions/setup-node@v3 with: node-version: '20' - - uses: http://sigyl.com:3000/actions/checkout@main + - uses: http://sigyl.com:3000/batch2yaml@master with: action: yml path: '.' From 9eb03f3479853e5a48f5e3f07c3ca6fb755355d6 Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 11:32:42 +0100 Subject: [PATCH 66/68] gggggggggggggggggggggggggggggggggggg --- .gitea/workflows/convert-to-yml.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/convert-to-yml.yml b/.gitea/workflows/convert-to-yml.yml index b034a80..a079dcc 100644 --- a/.gitea/workflows/convert-to-yml.yml +++ b/.gitea/workflows/convert-to-yml.yml @@ -12,7 +12,7 @@ jobs: - uses: http://sigyl.com:3000/actions/setup-node@v3 with: node-version: '20' - - uses: http://sigyl.com:3000/batch2yaml@master + - uses: http://sigyl.com:3000/actions/batch2yaml@master with: action: yml path: '.' From 7eca112be985406419471df065976d0dce5c7cfb Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 22 Oct 2023 11:36:20 +0100 Subject: [PATCH 67/68] . --- .gitea/workflows/build-develop-branch.yml | 6 +++--- .gitea/workflows/convert-to-xml.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/build-develop-branch.yml b/.gitea/workflows/build-develop-branch.yml index e88ae04..2175e8e 100644 --- a/.gitea/workflows/build-develop-branch.yml +++ b/.gitea/workflows/build-develop-branch.yml @@ -8,11 +8,11 @@ jobs: runs-on: ubuntu-latest steps: # https://github.com/RouxAntoine/checkout/tree/v3.5.4 - - uses: RouxAntoine/checkout@v3.5.4 - - uses: actions/setup-node@v3 + - uses: http://sigyl.com:3000/actions/checkout@v3.5.4 + - uses: http://sigyl.com:3000/actions/setup-node@v3 with: node-version: '20' - - uses: https://github.com/gilesbradshaw/batch2yaml@master + - uses: http://sigyl.com:3000/actions/batch2yaml@master with: action: xml path: '.' diff --git a/.gitea/workflows/convert-to-xml.yml b/.gitea/workflows/convert-to-xml.yml index e7ae356..82f921f 100644 --- a/.gitea/workflows/convert-to-xml.yml +++ b/.gitea/workflows/convert-to-xml.yml @@ -8,13 +8,13 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: RouxAntoine/checkout@v3.5.4 + - uses: http://sigyl.com:3000/actions/checkout@v3.5.4 - name: ls run: ls - uses: actions/setup-node@v3 with: node-version: '20' - - uses: https://github.com/gilesbradshaw/batch2yaml@master + - uses: http://sigyl.com:3000/actions/batch2yaml@master with: action: xml path: '.' From 1c06724f3ce70f858443a34fdc860a03a82e09d6 Mon Sep 17 00:00:00 2001 From: Continuous Integration Date: Sun, 22 Oct 2023 10:37:08 +0000 Subject: [PATCH 68/68] Continuous Integration Build Artifacts converted from batch --- equipment-model.a.yml | 1094 +++++++++++++++++++++++++++ equipment-model.axml | 1 - instructions/equipment-model2.a.yml | 1094 +++++++++++++++++++++++++++ instructions/equipment-model2.axml | 1 - 4 files changed, 2188 insertions(+), 2 deletions(-) create mode 100644 equipment-model.a.yml delete mode 100644 equipment-model.axml create mode 100644 instructions/equipment-model2.a.yml delete mode 100644 instructions/equipment-model2.axml diff --git a/equipment-model.a.yml b/equipment-model.a.yml new file mode 100644 index 0000000..e6b4e98 --- /dev/null +++ b/equipment-model.a.yml @@ -0,0 +1,1094 @@ +- 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: YES_NO + - Type: '1' + - Member: + - Name: YES + - Ordinal: '1' + - Member: + - Name: NO + - Ordinal: '0' + - EnumerationSet: + - UniqueName: PHASE_FAILURES + - Type: '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' + - 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: null + - RevertSignatureTemplateName: null + - 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.s...hhh.... + - 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: null + - RevertSignatureTemplateName: null + - 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: null + - RevertSignatureTemplateName: null + - 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: null + - RevertSignatureTemplateName: null + - 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: null + - RevertSignatureTemplateName: null + - 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: '0' + - NumberOfReportTags: '0' + - NumberOfRequestTags: '0' + - NumberOfMessagePartners: '0' + - ParameterTagLockEnabled: 'true' + - ProcessCell: + - attributes: + XPos: '160' + YPos: '73' + - 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 + - Unit: + - attributes: + XPos: '101' + YPos: '84' + - 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: PHASE11 + - EquipmentModule: + - attributes: + XPos: '266' + YPos: '225' + - UniqueName: PHASE11 + - 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.htm + - CreateParameterLimitTag: 'false' + - CreateReportLimitTag: 'false' + - OnControlScanRate: '1000' + - OffControlScanRate: '60000' + - ControlTagCommand: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.OC + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.OCW + - ControlTagFailure: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.F + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.FW + - ControlTagOwner: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.W + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.WW + - ControlTagPause: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.P + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.PW + - ControlTagPaused: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.PD + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.PDW + - ControlTagRequest: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.RQ + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.RQW + - ControlTagSingleStep: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.SS + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.SSW + - ControlTagStatus: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.ST + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.STW + - ControlTagStepIndex: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.SI + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.SIW + - ControlTagUnit: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.UN + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.UNW + - RequestTag: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.Q01 + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.Q01W + - RequestTag: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.Q02 + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.Q02W diff --git a/equipment-model.axml b/equipment-model.axml deleted file mode 100644 index 4bcab49..0000000 --- a/equipment-model.axml +++ /dev/null @@ -1 +0,0 @@ -1.00AREA1YES_NO1YES1NO0PHASE_FAILURES0$TIMER_TYPE1COUNT_DOWN0COUNT_UP1$HOLD_BEHAVIOR1RETENTIVE1RESET2CONTINUE0REPORTING_CONTEXTS1NULL0STATICInstructionBasedServerInstructionBasedServer.dsdfOPCINSTRUCTIONSINSTRUCTIONSWATCHDOGINSTRUCTIONSWATCHDOGW10006000011Begin Approvals-111Used to formally begin the approval process.Confirm Author-220Confirmation by the author of the recipe that it is ready for review.s...hhh....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-521Confirmation that this step can be available for use by others.Release Recipe to Production-621Confirmation that this recipe can be available to put on the batch list.Release Recipe as Step-711Confirmation that this step can be available for use by others.Release Recipe to Production-811Confirmation 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.bmpfalseStandard0000truePROCESS_CELL1PCELL_CLS1101UNIT1UNIT1UNIT_CLS1201PHASE11PHASE11PHASE1TAGPHASE310instruction.htmfalsefalse100060000InstructionBasedServerIntegerINSTRUCTIONSPHASE11.OCINSTRUCTIONSPHASE11.OCWInstructionBasedServerIntegerINSTRUCTIONSPHASE11.FINSTRUCTIONSPHASE11.FWInstructionBasedServerIntegerINSTRUCTIONSPHASE11.WINSTRUCTIONSPHASE11.WWInstructionBasedServerIntegerINSTRUCTIONSPHASE11.PINSTRUCTIONSPHASE11.PWInstructionBasedServerIntegerINSTRUCTIONSPHASE11.PDINSTRUCTIONSPHASE11.PDWInstructionBasedServerIntegerINSTRUCTIONSPHASE11.RQINSTRUCTIONSPHASE11.RQWInstructionBasedServerIntegerINSTRUCTIONSPHASE11.SSINSTRUCTIONSPHASE11.SSWInstructionBasedServerIntegerINSTRUCTIONSPHASE11.STINSTRUCTIONSPHASE11.STWInstructionBasedServerIntegerINSTRUCTIONSPHASE11.SIINSTRUCTIONSPHASE11.SIWInstructionBasedServerIntegerINSTRUCTIONSPHASE11.UNINSTRUCTIONSPHASE11.UNWInstructionBasedServerIntegerINSTRUCTIONSPHASE11.Q01INSTRUCTIONSPHASE11.Q01WInstructionBasedServerIntegerINSTRUCTIONSPHASE11.Q02INSTRUCTIONSPHASE11.Q02W \ No newline at end of file diff --git a/instructions/equipment-model2.a.yml b/instructions/equipment-model2.a.yml new file mode 100644 index 0000000..e6b4e98 --- /dev/null +++ b/instructions/equipment-model2.a.yml @@ -0,0 +1,1094 @@ +- 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: YES_NO + - Type: '1' + - Member: + - Name: YES + - Ordinal: '1' + - Member: + - Name: NO + - Ordinal: '0' + - EnumerationSet: + - UniqueName: PHASE_FAILURES + - Type: '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' + - 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: null + - RevertSignatureTemplateName: null + - 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.s...hhh.... + - 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: null + - RevertSignatureTemplateName: null + - 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: null + - RevertSignatureTemplateName: null + - 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: null + - RevertSignatureTemplateName: null + - 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: null + - RevertSignatureTemplateName: null + - 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: '0' + - NumberOfReportTags: '0' + - NumberOfRequestTags: '0' + - NumberOfMessagePartners: '0' + - ParameterTagLockEnabled: 'true' + - ProcessCell: + - attributes: + XPos: '160' + YPos: '73' + - 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 + - Unit: + - attributes: + XPos: '101' + YPos: '84' + - 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: PHASE11 + - EquipmentModule: + - attributes: + XPos: '266' + YPos: '225' + - UniqueName: PHASE11 + - 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.htm + - CreateParameterLimitTag: 'false' + - CreateReportLimitTag: 'false' + - OnControlScanRate: '1000' + - OffControlScanRate: '60000' + - ControlTagCommand: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.OC + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.OCW + - ControlTagFailure: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.F + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.FW + - ControlTagOwner: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.W + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.WW + - ControlTagPause: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.P + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.PW + - ControlTagPaused: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.PD + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.PDW + - ControlTagRequest: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.RQ + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.RQW + - ControlTagSingleStep: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.SS + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.SSW + - ControlTagStatus: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.ST + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.STW + - ControlTagStepIndex: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.SI + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.SIW + - ControlTagUnit: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.UN + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.UNW + - RequestTag: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.Q01 + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.Q01W + - RequestTag: + - Server: InstructionBasedServer + - DataType: Integer + - ReadAccessPath: INSTRUCTIONS + - ReadItemName: PHASE11.Q02 + - WriteAccessPath: INSTRUCTIONS + - WriteItemName: PHASE11.Q02W diff --git a/instructions/equipment-model2.axml b/instructions/equipment-model2.axml deleted file mode 100644 index 4bcab49..0000000 --- a/instructions/equipment-model2.axml +++ /dev/null @@ -1 +0,0 @@ -1.00AREA1YES_NO1YES1NO0PHASE_FAILURES0$TIMER_TYPE1COUNT_DOWN0COUNT_UP1$HOLD_BEHAVIOR1RETENTIVE1RESET2CONTINUE0REPORTING_CONTEXTS1NULL0STATICInstructionBasedServerInstructionBasedServer.dsdfOPCINSTRUCTIONSINSTRUCTIONSWATCHDOGINSTRUCTIONSWATCHDOGW10006000011Begin Approvals-111Used to formally begin the approval process.Confirm Author-220Confirmation by the author of the recipe that it is ready for review.s...hhh....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-521Confirmation that this step can be available for use by others.Release Recipe to Production-621Confirmation that this recipe can be available to put on the batch list.Release Recipe as Step-711Confirmation that this step can be available for use by others.Release Recipe to Production-811Confirmation 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.bmpfalseStandard0000truePROCESS_CELL1PCELL_CLS1101UNIT1UNIT1UNIT_CLS1201PHASE11PHASE11PHASE1TAGPHASE310instruction.htmfalsefalse100060000InstructionBasedServerIntegerINSTRUCTIONSPHASE11.OCINSTRUCTIONSPHASE11.OCWInstructionBasedServerIntegerINSTRUCTIONSPHASE11.FINSTRUCTIONSPHASE11.FWInstructionBasedServerIntegerINSTRUCTIONSPHASE11.WINSTRUCTIONSPHASE11.WWInstructionBasedServerIntegerINSTRUCTIONSPHASE11.PINSTRUCTIONSPHASE11.PWInstructionBasedServerIntegerINSTRUCTIONSPHASE11.PDINSTRUCTIONSPHASE11.PDWInstructionBasedServerIntegerINSTRUCTIONSPHASE11.RQINSTRUCTIONSPHASE11.RQWInstructionBasedServerIntegerINSTRUCTIONSPHASE11.SSINSTRUCTIONSPHASE11.SSWInstructionBasedServerIntegerINSTRUCTIONSPHASE11.STINSTRUCTIONSPHASE11.STWInstructionBasedServerIntegerINSTRUCTIONSPHASE11.SIINSTRUCTIONSPHASE11.SIWInstructionBasedServerIntegerINSTRUCTIONSPHASE11.UNINSTRUCTIONSPHASE11.UNWInstructionBasedServerIntegerINSTRUCTIONSPHASE11.Q01INSTRUCTIONSPHASE11.Q01WInstructionBasedServerIntegerINSTRUCTIONSPHASE11.Q02INSTRUCTIONSPHASE11.Q02W \ No newline at end of file