diff --git a/.gitignore b/.gitignore
index 307c21b7..64c9f70f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -242,6 +242,8 @@ publish/
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
+/packages/*
+*/packages/*
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8e2491f7..e6606bc8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,9 +17,9 @@ variables:
- |
$hasSource = C:\Tools\nuget.exe sources list | find "`"Steamware Nexus`"" /C
if ($hasSource -eq 0) {
- C:\Tools\nuget.exe sources Add -Name "`"Steamware Nexus`"" -Source https://nexus.steamware.net/repository/nuget-group -username "`"nugetUser`"" -password "`"viaDante16`""
+ C:\Tools\nuget.exe sources Add -Name "`"Steamware Nexus`"" -Source https://nexus.steamware.net/repository/nuget-group -username "`"nugetUser`"" -password "`"$IIS_PWD`""
} else {
- C:\Tools\nuget.exe sources Update -Name "`"Steamware Nexus`"" -Source https://nexus.steamware.net/repository/nuget-group -username "`"nugetUser`"" -password "`"viaDante16`""
+ C:\Tools\nuget.exe sources Update -Name "`"Steamware Nexus`"" -Source https://nexus.steamware.net/repository/nuget-group -username "`"nugetUser`"" -password "`"$IIS_PWD`""
}
echo $hasSource
@@ -262,7 +262,7 @@ ADM:staging:
- '& "$env:NUGET_PATH" restore "$env:SOL_NAME.sln" -verbosity quiet'
- *version-fix
script:
- - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-ADM/MP-ADM.csproj'
+ - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=$IIS_PWD /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-ADM/MP-ADM.csproj'
needs: ["ADM:build"]
IO:staging:
@@ -276,7 +276,7 @@ IO:staging:
- '& "$env:NUGET_PATH" restore "$env:SOL_NAME.sln" -verbosity quiet'
- *version-fix
script:
- - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-IO/MP-IO.csproj'
+ - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=$IIS_PWD /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-IO/MP-IO.csproj'
needs: ["IO:build"]
SITE:staging:
@@ -290,7 +290,7 @@ SITE:staging:
- '& "$env:NUGET_PATH" restore "$env:SOL_NAME.sln" -verbosity quiet'
- *version-fix
script:
- - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-SITE/MP-SITE.csproj'
+ - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=$IIS_PWD /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-SITE/MP-SITE.csproj'
needs: ["SITE:build"]
# MON:staging:
@@ -304,7 +304,7 @@ SITE:staging:
# - '& "$env:NUGET_PATH" restore "$env:SOL_NAME.sln" -verbosity quiet'
# - *version-fix
# script:
-# - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-MON/MP-MON.csproj'
+# - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=$IIS_PWD /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-MON/MP-MON.csproj'
# needs: ["MON:build"]
TAB:staging:
@@ -318,7 +318,7 @@ TAB:staging:
- '& "$env:NUGET_PATH" restore "$env:SOL_NAME.sln" -verbosity quiet'
- *version-fix
script:
- - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-TAB/MP-TAB.csproj'
+ - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=$IIS_PWD /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-TAB/MP-TAB.csproj'
needs: ["TAB:build"]
MAG:staging:
@@ -332,7 +332,7 @@ MAG:staging:
- '& "$env:NUGET_PATH" restore "$env:SOL_NAME.sln" -verbosity quiet'
- *version-fix
script:
- - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-MAG/MP-MAG.csproj'
+ - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=$IIS_PWD /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-MAG/MP-MAG.csproj'
needs: ["MAG:build"]
ADM:deploy:
@@ -346,7 +346,7 @@ ADM:deploy:
- '& "$env:NUGET_PATH" restore "$env:SOL_NAME.sln" -verbosity quiet'
- *version-fix
script:
- - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS02 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-ADM/MP-ADM.csproj'
+ - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS03.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS03 /p:username=jenkins /p:Password=$IIS_PWD /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-ADM/MP-ADM.csproj'
needs: ["ADM:build"]
IO:deploy:
@@ -360,7 +360,7 @@ IO:deploy:
- '& "$env:NUGET_PATH" restore "$env:SOL_NAME.sln" -verbosity quiet'
- *version-fix
script:
- - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS02 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-IO/MP-IO.csproj'
+ - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS03.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS03 /p:username=jenkins /p:Password=$IIS_PWD /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-IO/MP-IO.csproj'
needs: ["IO:build"]
SITE:deploy:
@@ -374,7 +374,7 @@ SITE:deploy:
- '& "$env:NUGET_PATH" restore "$env:SOL_NAME.sln" -verbosity quiet'
- *version-fix
script:
- - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS02 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-SITE/MP-SITE.csproj'
+ - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS03.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS03 /p:username=jenkins /p:Password=$IIS_PWD /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-SITE/MP-SITE.csproj'
needs: ["SITE:build"]
# MON:deploy:
@@ -388,7 +388,7 @@ SITE:deploy:
# - '& "$env:NUGET_PATH" restore "$env:SOL_NAME.sln" -verbosity quiet'
# - *version-fix
# script:
-# - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS02 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-MON/MP-MON.csproj'
+# - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS03.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS03 /p:username=jenkins /p:Password=$IIS_PWD /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-MON/MP-MON.csproj'
# needs: ["MON:build"]
TAB:deploy:
@@ -402,7 +402,7 @@ TAB:deploy:
- '& "$env:NUGET_PATH" restore "$env:SOL_NAME.sln" -verbosity quiet'
- *version-fix
script:
- - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS02 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-TAB/MP-TAB.csproj'
+ - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS03.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS03 /p:username=jenkins /p:Password=$IIS_PWD /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-TAB/MP-TAB.csproj'
needs: ["TAB:build"]
MAG:deploy:
@@ -416,7 +416,7 @@ MAG:deploy:
- '& "$env:NUGET_PATH" restore "$env:SOL_NAME.sln" -verbosity quiet'
- *version-fix
script:
- - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS02 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-MAG/MP-MAG.csproj'
+ - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS03.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS03 /p:username=jenkins /p:Password=$IIS_PWD /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ /verbosity:minimal MP-MAG/MP-MAG.csproj'
needs: ["MAG:build"]
ADM:install:
@@ -435,7 +435,7 @@ ADM:install:
- '& "$env:NUGET_PATH" restore "$env:SOL_NAME.sln" -verbosity quiet'
- *version-fix
script:
- - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /T:Package /P:Configuration=Release /p:PublishProfile=IIS02.pubxml /p:RunCodeAnalysis=false /p:PackageLocation=Release/$env:APP_NAME.zip /p:DeployIisAppPath="Default Web Site/MP/ADM" /p:PackageAsSingleFile=True /p:OutputPath=bin/ /verbosity:minimal $env:APP_NAME/$env:APP_NAME.csproj'
+ - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /T:Package /P:Configuration=Release /p:PublishProfile=IIS03.pubxml /p:RunCodeAnalysis=false /p:PackageLocation=Release/$env:APP_NAME.zip /p:DeployIisAppPath="Default Web Site/MP/ADM" /p:PackageAsSingleFile=True /p:OutputPath=bin/ /verbosity:minimal $env:APP_NAME/$env:APP_NAME.csproj'
- *hashBuild
- *nexusUpload
needs: ["ADM:build"]
@@ -456,7 +456,7 @@ IO:install:
- '& "$env:NUGET_PATH" restore "$env:SOL_NAME.sln" -verbosity quiet'
- *version-fix
script:
- - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /T:Package /P:Configuration=Release /p:PublishProfile=IIS02.pubxml /p:RunCodeAnalysis=false /p:PackageLocation=Release/$env:APP_NAME.zip /p:DeployIisAppPath="Default Web Site/MP/IO" /p:PackageAsSingleFile=True /p:OutputPath=bin/ /verbosity:minimal $env:APP_NAME/$env:APP_NAME.csproj'
+ - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /T:Package /P:Configuration=Release /p:PublishProfile=IIS03.pubxml /p:RunCodeAnalysis=false /p:PackageLocation=Release/$env:APP_NAME.zip /p:DeployIisAppPath="Default Web Site/MP/IO" /p:PackageAsSingleFile=True /p:OutputPath=bin/ /verbosity:minimal $env:APP_NAME/$env:APP_NAME.csproj'
- *hashBuild
- *nexusUpload
needs: ["IO:build"]
@@ -477,7 +477,7 @@ SITE:install:
- '& "$env:NUGET_PATH" restore "$env:SOL_NAME.sln" -verbosity quiet'
- *version-fix
script:
- - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /T:Package /P:Configuration=Release /p:PublishProfile=IIS02.pubxml /p:RunCodeAnalysis=false /p:PackageLocation=Release/$env:APP_NAME.zip /p:DeployIisAppPath="Default Web Site/MP/SITE" /p:PackageAsSingleFile=True /p:OutputPath=bin/ /verbosity:minimal $env:APP_NAME/$env:APP_NAME.csproj'
+ - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /T:Package /P:Configuration=Release /p:PublishProfile=IIS03.pubxml /p:RunCodeAnalysis=false /p:PackageLocation=Release/$env:APP_NAME.zip /p:DeployIisAppPath="Default Web Site/MP/SITE" /p:PackageAsSingleFile=True /p:OutputPath=bin/ /verbosity:minimal $env:APP_NAME/$env:APP_NAME.csproj'
- *hashBuild
- *nexusUpload
needs: ["SITE:build"]
@@ -498,7 +498,7 @@ SITE:install:
# - '& "$env:NUGET_PATH" restore "$env:SOL_NAME.sln" -verbosity quiet'
# - *version-fix
# script:
-# - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /T:Package /P:Configuration=Release /p:PublishProfile=IIS02.pubxml /p:RunCodeAnalysis=false /p:PackageLocation=Release/$env:APP_NAME.zip /p:DeployIisAppPath="Default Web Site/MP/MON" /p:PackageAsSingleFile=True /p:OutputPath=bin/ /verbosity:minimal $env:APP_NAME/$env:APP_NAME.csproj'
+# - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /T:Package /P:Configuration=Release /p:PublishProfile=IIS03.pubxml /p:RunCodeAnalysis=false /p:PackageLocation=Release/$env:APP_NAME.zip /p:DeployIisAppPath="Default Web Site/MP/MON" /p:PackageAsSingleFile=True /p:OutputPath=bin/ /verbosity:minimal $env:APP_NAME/$env:APP_NAME.csproj'
# - *hashBuild
# - *nexusUpload
# needs: ["MON:build"]
@@ -519,7 +519,7 @@ TAB:install:
- '& "$env:NUGET_PATH" restore "$env:SOL_NAME.sln" -verbosity quiet'
- *version-fix
script:
- - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /T:Package /P:Configuration=Release /p:PublishProfile=IIS02.pubxml /p:RunCodeAnalysis=false /p:PackageLocation=Release/$env:APP_NAME.zip /p:DeployIisAppPath="Default Web Site/MP/TAB" /p:PackageAsSingleFile=True /p:OutputPath=bin/ /verbosity:minimal $env:APP_NAME/$env:APP_NAME.csproj'
+ - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /T:Package /P:Configuration=Release /p:PublishProfile=IIS03.pubxml /p:RunCodeAnalysis=false /p:PackageLocation=Release/$env:APP_NAME.zip /p:DeployIisAppPath="Default Web Site/MP/TAB" /p:PackageAsSingleFile=True /p:OutputPath=bin/ /verbosity:minimal $env:APP_NAME/$env:APP_NAME.csproj'
- *hashBuild
- *nexusUpload
needs: ["TAB:build"]
@@ -540,7 +540,7 @@ MAG:install:
- '& "$env:NUGET_PATH" restore "$env:SOL_NAME.sln" -verbosity quiet'
- *version-fix
script:
- - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /T:Package /P:Configuration=Release /p:PublishProfile=IIS02.pubxml /p:RunCodeAnalysis=false /p:PackageLocation=Release/$env:APP_NAME.zip /p:DeployIisAppPath="Default Web Site/MP/MAG" /p:PackageAsSingleFile=True /p:OutputPath=bin/ /verbosity:minimal $env:APP_NAME/$env:APP_NAME.csproj'
+ - '& "$env:MSBUILD_PATH" /p:m=4 /p:AspnetMergePath=$env:ASPNET_MERGE_PATH /T:Package /P:Configuration=Release /p:PublishProfile=IIS03.pubxml /p:RunCodeAnalysis=false /p:PackageLocation=Release/$env:APP_NAME.zip /p:DeployIisAppPath="Default Web Site/MP/MAG" /p:PackageAsSingleFile=True /p:OutputPath=bin/ /verbosity:minimal $env:APP_NAME/$env:APP_NAME.csproj'
- *hashBuild
- *nexusUpload
needs: ["MAG:build"]
diff --git a/Jenkinsfile b/Jenkinsfile
deleted file mode 100644
index 5078b165..00000000
--- a/Jenkinsfile
+++ /dev/null
@@ -1,389 +0,0 @@
-pipeline {
- // Declarative Pipeline MODE con Scripted Pipeline Syntax entro le chiamate script { }
- agent none
- environment {
- EMAIL_RECIPIENTS = 'samuele@steamware.net'
- enableIIS01 = 'Y'
- enableIIS02 = 'Y'
- singleProj ='ADM,IO,LAND,MAG,MON,SITE,TAB'
- }
- stages {
- stage('Checkout') {
- agent any
- steps {
- /* calcolo numero versione... diverso x branch MASTER/DEVELOP */
- script {
- env.versionNumber = VersionNumber(versionNumberString : '6.13.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILD_DATE_FORMATTED, "dHH"}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
- env.APP_NAME = 'MAPO'
- }
- script {
- currentBuild.displayName = "${env.versionNumber}"
- if (env.BRANCH_NAME == "develop" || env.BRANCH_NAME.contains("DEMO")) {
- currentBuild.description = "TEST ${env.versionNumber}"
- }
- else {
- currentBuild.description = "BUILD ${env.versionNumber}"
- }
- }
- // CAMBIO numero versione + checkout NuGet in file sorgente!!!
- bat "fart.exe VersGen\\MoonPro.cs 1.0.0.0 ${env.versionNumber} || EXIT /B 0"
- // checkout NuGet in file sorgente!!!
- fixNuget("${WORKSPACE}\\MAPO.sln")
- // bat "e:\\nuget.exe restore ${WORKSPACE}\\MAPO.sln"
- }
- }
- stage('Build') {
- agent any
- steps {
- script {
- properties([buildDiscarder(logRotator(artifactDaysToKeepStr: '180', artifactNumToKeepStr: '30', daysToKeepStr: '360', numToKeepStr: '30')), pipelineTriggers([])])
- // CAMBIO numero versione + checkout NuGet in file sorgente!!!
- bat "fart.exe VersGen\\MoonPro.cs 1.0.0.0 ${env.versionNumber} || EXIT /B 0"
- // checkout NuGet in file sorgente!!!
- fixNuget("${WORKSPACE}\\MAPO.sln")
- }
- script {
- /* compilo installers in base al BRANCH del cliente... */
- if (env.BRANCH_NAME == "develop") {
- parallel (
- ALL: {
- bat "\"${tool 'MSBuild-16.0'}\" /p:m=8 MP-ADM/MP-ADM.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /verbosity:minimal /m"
- bat "\"${tool 'MSBuild-16.0'}\" /p:m=8 MP-IO/MP-IO.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /verbosity:minimal /m"
- bat "\"${tool 'MSBuild-16.0'}\" /p:m=8 MP-SITE/MP-SITE.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /verbosity:minimal /m"
- // },
- // LAND_MON_TAB: {
- // sleep 1
- bat "\"${tool 'MSBuild-16.0'}\" /p:m=8 MP-LAND/MP-LAND.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /verbosity:minimal /m"
- bat "\"${tool 'MSBuild-16.0'}\" /p:m=8 MP-MON/MP-MON.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /verbosity:minimal /m"
- bat "\"${tool 'MSBuild-16.0'}\" /p:m=8 MP-TAB/MP-TAB.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /verbosity:minimal /m"
- bat "\"${tool 'MSBuild-16.0'}\" /p:m=8 MP-MAG/MP-MAG.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /verbosity:minimal /m"
- },
- failFast: false)
- }
- else if ( env.singleProj.contains(env.BRANCH_NAME) ) {
- parallel (
- SINGLE: {
- bat "\"${tool 'MSBuild-16.0'}\" /p:m=8 MP-${env.BRANCH_NAME}/MP-${env.BRANCH_NAME}.csproj -target:Build /p:Configuration=Release /p:Platform=\"Any CPU\" /p:OutputPath=bin/ /verbosity:minimal /m"
- },
- failFast: false)
- }
- else {
- echo 'Niente x Build (limitata a develop)...'
- }
- }
- }
- }
- stage('Deploy') {
- agent any
- steps {
- script {
- // CAMBIO numero versione + checkout NuGet in file sorgente!!!
- bat "fart.exe VersGen\\MoonPro.cs 1.0.0.0 ${env.versionNumber} || EXIT /B 0"
- // checkout NuGet in file sorgente!!!
- fixNuget("${WORKSPACE}\\MAPO.sln")
- // bat "e:\\nuget.exe restore ${WORKSPACE}\\MAPO.sln"
- }
- script {
- /* DEPLOY condizionale: master (Ufficio Seriate) / demo_ovh (Demo Online) */
- if (env.BRANCH_NAME == "master") {
- parallel (
- ALL: {
- sleep 2
- if(env.enableIIS02 == "Y")
- {
- // ADM
- bat "\"${tool 'MSBuild-16.0'}\" \"/p:m=8 /p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS02 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP-ADM/MP-ADM.csproj /p:verbosity=minimal"
- // IO
- bat "\"${tool 'MSBuild-16.0'}\" \"/p:m=8 /p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS02 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP-IO/MP-IO.csproj /p:verbosity=minimal"
- // SITE
- bat "\"${tool 'MSBuild-16.0'}\" \"/p:m=8 /p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS02 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP-SITE/MP-SITE.csproj /p:verbosity=minimal"
- // }
- // },
- // LAND_MON_TAB: {
- // sleep 0
- // if(env.enableIIS02 == "Y")
- // {
- //LAND
- bat "\"${tool 'MSBuild-16.0'}\" \"/p:m=8 /p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:RunCodeAnalysis=false /p:Configuration=Release /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP-LAND/MP-LAND.csproj /p:verbosity=minimal"
- // MON
- bat "\"${tool 'MSBuild-16.0'}\" \"/p:m=8 /p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS02 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP-MON/MP-MON.csproj /p:verbosity=minimal"
- // TAB
- bat "\"${tool 'MSBuild-16.0'}\" \"/p:m=8 /p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS02 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP-TAB/MP-TAB.csproj /p:verbosity=minimal"
- // MAG
- bat "\"${tool 'MSBuild-16.0'}\" \"/p:m=8 /p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS02.pubxml /p:RunCodeAnalysis=false /p:Configuration=Release /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP-MAG/MP-MAG.csproj /p:verbosity=minimal"
- }
- },
- failFast: false)
- }
- else if (env.BRANCH_NAME == "beta") {
- parallel (
- ALL: {
- sleep 2
- if(env.enableIIS01 == "Y")
- {
- // ADM
- bat "\"${tool 'MSBuild-16.0'}\" \"/p:m=8 /p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP-ADM/MP-ADM.csproj /p:verbosity=minimal"
- // IO
- bat "\"${tool 'MSBuild-16.0'}\" \"/p:m=8 /p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP-IO/MP-IO.csproj /p:verbosity=minimal"
- // SITE
- bat "\"${tool 'MSBuild-16.0'}\" \"/p:m=8 /p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP-SITE/MP-SITE.csproj /p:verbosity=minimal"
- // }
- // },
- // LAND_MON_TAB: {
- // sleep 0
- // if(env.enableIIS01 == "Y")
- // {
- // LAND
- bat "\"${tool 'MSBuild-16.0'}\" \"/p:m=8 /p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=Release /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP-LAND/MP-LAND.csproj /p:verbosity=minimal"
- // MON
- bat "\"${tool 'MSBuild-16.0'}\" \"/p:m=8 /p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP-MON/MP-MON.csproj /p:verbosity=minimal"
- // TAB
- bat "\"${tool 'MSBuild-16.0'}\" \"/p:m=8 /p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=IIS01 /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP-TAB/MP-TAB.csproj /p:verbosity=minimal"
- // MAG
- bat "\"${tool 'MSBuild-16.0'}\" \"/p:m=8 /p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=Release /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP-MAG/MP-MAG.csproj /p:verbosity=minimal"
- }
- },
- failFast: false)
- }
- else if (env.BRANCH_NAME == "SDK") {
- env.config = "Release"
- env.packVers = env.versionNumber
-
- // elimino vecchie build...
- bat "del /f /q *.nupkg"
- // BUILD!
- bat "\"${tool 'MSBuild-16.0'}\" MapoSDK\\MapoSDK.csproj -target:Build /p:Configuration=${env.config} /p:Platform=\"Any CPU\" /p:OutputPath=bin/${env.config} /verbosity:minimal /m"
- // creo package NuGet... con version in modo da fare ANCHE le beta
- bat "e:\\nuget.exe pack ${WORKSPACE}\\MapoSDK\\MapoSDK.csproj -properties Configuration=${env.config} -Version ${env.packVers}"
-
- // lancio upload con nuget!
- echo 'Start upload with nuget push'
- bat "e:\\nuget setapikey fe387daa-d07c-3207-877e-96c8be1be91b -source https://nexus.steamware.net/repository/nuget-hosted"
- bat "e:\\nuget.exe push MapoSDK.${env.packVers}.nupkg -Source https://nexus.steamware.net/repository/nuget-hosted"
- }
- else if ( env.singleProj.contains(env.BRANCH_NAME) ) {
- parallel (
- SINGLE: {
- bat "\"${tool 'MSBuild-16.0'}\" \"/p:m=8 /p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /p:DeployOnBuild=true /p:Targets=Publish /p:PublishProfile=IIS01.pubxml /p:RunCodeAnalysis=false /p:Configuration=Release /p:username=jenkins /p:Password=viadante16 /p:AllowUntrustedCertificate=true /p:OutputPath=bin/ MP-${env.BRANCH_NAME}/MP-${env.BRANCH_NAME}.csproj /p:verbosity=minimal"
- },
- failFast: false)
- }
- else {
- echo 'Nothing to deploy...'
- }
- }
- }
- }
- stage('Installers') {
- // da rivedere: creare branch = versioni LEGACY, STABLE (LTS), INSIDER (ULTIMATE), e NON pubblicare DOCS (ex branch Giancarlo)... impostare filtro?
- agent any
- steps {
- // in primis cambio versione e NuGet
- script {
- // CAMBIO numero versione + checkout NuGet in file sorgente!!!
- bat "fart.exe VersGen\\MoonPro.cs 1.0.0.0 ${env.versionNumber} || EXIT /B 0"
- // checkout NuGet in file sorgente!!!
- fixNuget("${WORKSPACE}\\MAPO.sln")
- // bat "e:\\nuget.exe restore ${WORKSPACE}\\MAPO.sln"
- }
- // ora mi occupo delle operazioni di compressione e copia...
- script {
- /* compilo installers SOLO stable / beta */
- if (env.BRANCH_NAME == "stable" || env.BRANCH_NAME.contains("beta") ) {
- parallel (
- ALL: {
- // ADM
- bat "\"${tool 'MSBuild-16.0'}\" \"/p:m=8 /p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /T:Package /P:Configuration=Prod /p:PublishProfile=${env.BRANCH_NAME}.pubxml /p:RunCodeAnalysis=false /p:PackageLocation=ReleaseClienti/${env.BRANCH_NAME}/ADM.zip /p:DeployIisAppPath=\"Default Web Site/MP/ADM\" /p:PackageAsSingleFile=True /p:OutputPath=bin/ MP-ADM/MP-ADM.csproj /p:verbosity=minimal"
- // pubblico su server deploy!
- publishToDeployServer("MP-ADM\\", "c:\\inetpub\\wwwroot\\SWS\\MAPO\\", "ADM")
-
- // IO
- bat "\"${tool 'MSBuild-16.0'}\" \"/p:m=8 /p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /T:Package /P:Configuration=Prod /p:PublishProfile=${env.BRANCH_NAME}.pubxml /p:RunCodeAnalysis=false /p:PackageLocation=ReleaseClienti/${env.BRANCH_NAME}/IO.zip /p:DeployIisAppPath=\"Default Web Site/MP/IO\" /p:PackageAsSingleFile=True /p:OutputPath=bin/ MP-IO/MP-IO.csproj /p:verbosity=minimal"
- // pubblico su server deploy!
- publishToDeployServer("MP-IO\\", "c:\\inetpub\\wwwroot\\SWS\\MAPO\\", "IO")
-
- // SITE
- bat "\"${tool 'MSBuild-16.0'}\" \"/p:m=8 /p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /T:Package /P:Configuration=Prod /p:PublishProfile=${env.BRANCH_NAME}.pubxml /p:RunCodeAnalysis=false /p:PackageLocation=ReleaseClienti/${env.BRANCH_NAME}/SITE.zip /p:DeployIisAppPath=\"Default Web Site/MP/SITE\" /p:PackageAsSingleFile=True /p:OutputPath=bin/ MP-SITE/MP-SITE.csproj /p:verbosity=minimal"
- // pubblico su server deploy!
- publishToDeployServer("MP-SITE\\", "c:\\inetpub\\wwwroot\\SWS\\MAPO\\", "SITE")
-
- // },
- // LAND_MON_TAB: {
- // LAND
- bat "\"${tool 'MSBuild-16.0'}\" \"/p:m=8 /p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /T:Package /P:Configuration=Prod /p:PublishProfile=${env.BRANCH_NAME}.pubxml /p:RunCodeAnalysis=false /p:PackageLocation=ReleaseClienti/${env.BRANCH_NAME}/LAND.zip /p:DeployIisAppPath=\"Default Web Site/MP/LAND\" /p:PackageAsSingleFile=True /p:OutputPath=bin/ MP-LAND/MP-LAND.csproj /p:verbosity=minimal"
- // pubblico su server deploy!
- publishToDeployServer("MP-LAND\\", "c:\\inetpub\\wwwroot\\SWS\\MAPO\\", "LAND")
-
- // MON
- bat "\"${tool 'MSBuild-16.0'}\" \"/p:m=8 /p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /T:Package /P:Configuration=Prod /p:PublishProfile=${env.BRANCH_NAME}.pubxml /p:RunCodeAnalysis=false /p:PackageLocation=ReleaseClienti/${env.BRANCH_NAME}/MON.zip /p:DeployIisAppPath=\"Default Web Site/MP/MON\" /p:PackageAsSingleFile=True /p:OutputPath=bin/ MP-MON/MP-MON.csproj /p:verbosity=minimal"
- // pubblico su server deploy!
- publishToDeployServer("MP-MON\\", "c:\\inetpub\\wwwroot\\SWS\\MAPO\\", "MON")
-
- // TAB
- bat "\"${tool 'MSBuild-16.0'}\" \"/p:m=8 /p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /T:Package /P:Configuration=Prod /p:PublishProfile=${env.BRANCH_NAME}.pubxml /p:RunCodeAnalysis=false /p:PackageLocation=ReleaseClienti/${env.BRANCH_NAME}/TAB.zip /p:DeployIisAppPath=\"Default Web Site/MP/TAB\" /p:PackageAsSingleFile=True /p:OutputPath=bin/ MP-TAB/MP-TAB.csproj /p:verbosity=minimal"
- // pubblico su server deploy!
- publishToDeployServer("MP-TAB\\", "c:\\inetpub\\wwwroot\\SWS\\MAPO\\", "TAB")
-
- // MAG
- bat "\"${tool 'MSBuild-16.0'}\" \"/p:m=8 /p:AspnetMergePath=C:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v10.0A\\bin\\NETFX 4.6.2 Tools\" /T:Package /P:Configuration=Prod /p:PublishProfile=${env.BRANCH_NAME}.pubxml /p:RunCodeAnalysis=false /p:PackageLocation=ReleaseClienti/${env.BRANCH_NAME}/MAG.zip /p:DeployIisAppPath=\"Default Web Site/MP/MAG\" /p:PackageAsSingleFile=True /p:OutputPath=bin/ MP-MAG/MP-MAG.csproj /p:verbosity=minimal"
- // pubblico su server deploy!
- publishToDeployServer("MP-MAG\\", "c:\\inetpub\\wwwroot\\SWS\\MAPO\\", "MAG")
- },
- failFast: false)
- }
- else
- {
- echo 'Questo BRANCH non necessita di installer...'
- }
- }
- script {
- // calcolo il config...
- if (env.BRANCH_NAME.contains("beta")) {
- env.config = "Debug"
- env.classifier = "unstable"
- }
- else if (env.BRANCH_NAME == "stable") {
- env.config = "Release"
- env.classifier = ""
- }
- if (env.BRANCH_NAME == "stable" || env.BRANCH_NAME.contains("beta") ) {
- nexusArtifactUploader (
- artifacts: [
- [
- artifactId: 'MP-ADM',
- classifier: "${env.classifier}",
- file: "MP-ADM\\ReleaseClienti\\${env.BRANCH_NAME}\\ADM.zip",
- type: 'zip'
- ],
- [
- artifactId: 'MP-IO',
- classifier: "${env.classifier}",
- file: "MP-IO\\ReleaseClienti\\${env.BRANCH_NAME}\\IO.zip",
- type: 'zip'
- ],
- [
- artifactId: 'MP-LAND',
- classifier: "${env.classifier}",
- file: "MP-LAND\\ReleaseClienti\\${env.BRANCH_NAME}\\LAND.zip",
- type: 'zip'
- ],
- [
- artifactId: 'MP-MON',
- classifier: "${env.classifier}",
- file: "MP-MON\\ReleaseClienti\\${env.BRANCH_NAME}\\MON.zip",
- type: 'zip'
- ],
- [
- artifactId: 'MP-SITE',
- classifier: "${env.classifier}",
- file: "MP-SITE\\ReleaseClienti\\${env.BRANCH_NAME}\\SITE.zip",
- type: 'zip'
- ],
- [
- artifactId: 'MP-TAB',
- classifier: "${env.classifier}",
- file: "MP-TAB\\ReleaseClienti\\${env.BRANCH_NAME}\\TAB.zip",
- type: 'zip'
- ],
- [
- artifactId: 'MP-MAG',
- classifier: "${env.classifier}",
- file: "MP-MAG\\ReleaseClienti\\${env.BRANCH_NAME}\\MAG.zip",
- type: 'zip'
- ]
- ],
- credentialsId: 'bc9d8e92-4302-3266-817f-7b58501d12d5',
- //groupId: 'MP',
- nexusUrl: 'nexus.steamware.net',
- nexusVersion: 'nexus3',
- protocol: 'http',
- repository: 'SWS',
- version: "${env.versionNumber}"
- )
- }
- }
- }
- }
- }
- post {
- success {
- sendSlack("Successful", "good")
- }
- failure {
- sendSlack("Failed", "danger")
- }
- unstable {
- sendSlack("Unstable", "warning")
- }
- }
-}
-
-// Funzione x pubblicazione su server IIS di deploy
-def publishToDeployServer(prjPath, iisPath, packName) {
- echo "Richiesto esecuzione publishToDeployServer con parametri: " + prjPath + " | " + iisPath + " | " + packName
- // inizio copiando files di base da area VersGen...
- bat "xcopy /y VersGen\\ChangeLog.html " + prjPath + "Resources\\ChangeLog.html "
- bat "xcopy /y VersGen\\logoSteamware.png " + prjPath + "Resources\\logoSteamware.png "
- bat "xcopy /y VersGen\\manifest.xml " + prjPath + "Resources\\manifest.xml "
- // manifest.xml: aggiorno versNumber ed URL del branch di update...
- bat "fart.exe " + prjPath + "Resources\\manifest.xml 1.0.0.0 ${env.versionNumber} || EXIT /B 0"
- bat "fart.exe " + prjPath + "Resources\\manifest.xml {{BRANCHNAME}} ${env.BRANCH_NAME} || EXIT /B 0"
- bat "fart.exe " + prjPath + "Resources\\manifest.xml {{PACKNAME}} " + packName + " || EXIT /B 0"
- bat "fart.exe " + prjPath + "Resources\\ChangeLog.html {{CURRENT-REL}} ${env.versionNumber} || EXIT /B 0"
- writeFile file: prjPath + 'changeLog.log', text: "${getChangeString()}"
- powershell '(Get-Content ' + prjPath + 'Resources\\ChangeLog.html) | ForEach-Object { $_ -replace \"{{LAST-CHANGES}}\", \"${getChangeString()}\" } | Set-Content ' + prjPath + 'Resources\\ChangeLog.html'
- // copio ed esporto in IIS02 i vari files .xml, .html, .zip
- bat "xcopy /y " + prjPath + "Resources\\manifest.xml " + iisPath + packName + "\\${env.BRANCH_NAME}\\ "
- bat "xcopy /y " + prjPath + "Resources\\ChangeLog.html " + iisPath + packName + "\\${env.BRANCH_NAME}\\ "
- bat "xcopy /y " + prjPath + "Resources\\logoSteamware.png " + iisPath + packName + "\\${env.BRANCH_NAME}\\ "
- // copio x AutoUpdate deploy
- bat "xcopy /y " + prjPath + "\\ReleaseClienti\\${env.BRANCH_NAME}\\" + packName + ".zip " + iisPath + packName + "\\${env.BRANCH_NAME}\\ "
-}
-@NonCPS
-// Funzione x recupero changeLog
-def getChangeString() {
- MAX_MSG_LEN = 100
- def changeString = ""
-
- echo "Gathering SCM changes"
- def changeLogSets = currentBuild.changeSets
- for (int i = 0; i < changeLogSets.size(); i++) {
- def entries = changeLogSets[i].items
- for (int j = 0; j < entries.length; j++) {
- def entry = entries[j]
- truncated_msg = entry.msg.take(MAX_MSG_LEN)
- changeString += " - ${truncated_msg} [${entry.author}]\n"
- }
- }
-
- if (!changeString) {
- changeString = " - Nessuna Modifica"
- }
- return changeString
-}
-
-// Funzione x invio slack
-def sendSlack(status, colorCode) {
- slackSend (
- color: colorCode,
- channel: "#mapo-dev",
- failOnError: false,
- message: "${env.JOB_NAME} ${env.versionNumber} | " + status + ": Build ${env.BUILD_NUMBER}\n\n" +
- "Modifiche:\n " + getChangeString() + "\n\n Verifica build: <${env.BUILD_URL}|Apri>" + "\n"
- )
-}
-// funzione x fix pacchetti nuget da NOSTRO repo Nexus con proxy
-def fixNuget(solutionFile) {
- // bat "e:\\nuget setapikey fe387daa-d07c-3207-877e-96c8be1be91b -source https://nexus.steamware.net/repository/nuget-group"
- // solo la prima volta va aggiunta...
- hasSource = bat "e:\\nuget sources list | find \"Steamware\" /C"
- if (hasSource == "0")
- {
- bat "e:\\nuget sources Add -Name \"Steamware Nexus\" -Source https://nexus.steamware.net/repository/nuget-group -username \"nugetUser\" -password \"viaDante16\""
- }
- else
- {
- bat "e:\\nuget sources Update -Name \"Steamware Nexus\" -Source https://nexus.steamware.net/repository/nuget-group -username \"nugetUser\" -password \"viaDante16\""
- }
- bat "e:\\nuget.exe restore ${solutionFile}"
-}
\ No newline at end of file
diff --git a/MAPO.sln b/MAPO.sln
index ddb9102d..3fd19951 100644
--- a/MAPO.sln
+++ b/MAPO.sln
@@ -48,20 +48,17 @@ Global
{4617A665-D6E3-4CEB-A689-CE2EECD45713}.Release|Any CPU.Build.0 = Release|Any CPU
{CE6CADA3-FA0E-41D6-AD43-8C92481DC29E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE6CADA3-FA0E-41D6-AD43-8C92481DC29E}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {CE6CADA3-FA0E-41D6-AD43-8C92481DC29E}.Prod|Any CPU.ActiveCfg = Prod|Any CPU
- {CE6CADA3-FA0E-41D6-AD43-8C92481DC29E}.Prod|Any CPU.Build.0 = Prod|Any CPU
+ {CE6CADA3-FA0E-41D6-AD43-8C92481DC29E}.Prod|Any CPU.ActiveCfg = Release|Any CPU
{CE6CADA3-FA0E-41D6-AD43-8C92481DC29E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE6CADA3-FA0E-41D6-AD43-8C92481DC29E}.Release|Any CPU.Build.0 = Release|Any CPU
{51F720FE-7BED-4275-93B1-CDA9A9B53670}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51F720FE-7BED-4275-93B1-CDA9A9B53670}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {51F720FE-7BED-4275-93B1-CDA9A9B53670}.Prod|Any CPU.ActiveCfg = Prod|Any CPU
- {51F720FE-7BED-4275-93B1-CDA9A9B53670}.Prod|Any CPU.Build.0 = Prod|Any CPU
+ {51F720FE-7BED-4275-93B1-CDA9A9B53670}.Prod|Any CPU.ActiveCfg = Release|Any CPU
{51F720FE-7BED-4275-93B1-CDA9A9B53670}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51F720FE-7BED-4275-93B1-CDA9A9B53670}.Release|Any CPU.Build.0 = Release|Any CPU
{E5A49351-F487-4329-8117-925A8FE662E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5A49351-F487-4329-8117-925A8FE662E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E5A49351-F487-4329-8117-925A8FE662E5}.Prod|Any CPU.ActiveCfg = Prod|Any CPU
- {E5A49351-F487-4329-8117-925A8FE662E5}.Prod|Any CPU.Build.0 = Prod|Any CPU
+ {E5A49351-F487-4329-8117-925A8FE662E5}.Prod|Any CPU.ActiveCfg = Release|Any CPU
{E5A49351-F487-4329-8117-925A8FE662E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5A49351-F487-4329-8117-925A8FE662E5}.Release|Any CPU.Build.0 = Release|Any CPU
{F2856BFC-7B4E-401E-932E-415DA8ECAAD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
diff --git a/MAPO_ES3.sln b/MAPO_ES3.sln
index 76031f3c..cad99b2f 100644
--- a/MAPO_ES3.sln
+++ b/MAPO_ES3.sln
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.29613.14
+# Visual Studio Version 17
+VisualStudioVersion = 17.9.34714.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersGen", "VersGen\VersGen.csproj", "{663F7136-F470-4911-A9B6-044447F93168}"
EndProject
@@ -22,7 +22,7 @@ Global
Debug|Any CPU = Debug|Any CPU
Donati|Any CPU = Donati|Any CPU
IIS01|Any CPU = IIS01|Any CPU
- IIS02|Any CPU = IIS02|Any CPU
+ IIS03|Any CPU = IIS03|Any CPU
Jetco|Any CPU = Jetco|Any CPU
OVH-Demo|Any CPU = OVH-Demo|Any CPU
Prod|Any CPU = Prod|Any CPU
@@ -35,8 +35,8 @@ Global
{663F7136-F470-4911-A9B6-044447F93168}.Donati|Any CPU.Build.0 = Release|Any CPU
{663F7136-F470-4911-A9B6-044447F93168}.IIS01|Any CPU.ActiveCfg = Release|Any CPU
{663F7136-F470-4911-A9B6-044447F93168}.IIS01|Any CPU.Build.0 = Release|Any CPU
- {663F7136-F470-4911-A9B6-044447F93168}.IIS02|Any CPU.ActiveCfg = Release|Any CPU
- {663F7136-F470-4911-A9B6-044447F93168}.IIS02|Any CPU.Build.0 = Release|Any CPU
+ {663F7136-F470-4911-A9B6-044447F93168}.IIS03|Any CPU.ActiveCfg = Release|Any CPU
+ {663F7136-F470-4911-A9B6-044447F93168}.IIS03|Any CPU.Build.0 = Release|Any CPU
{663F7136-F470-4911-A9B6-044447F93168}.Jetco|Any CPU.ActiveCfg = Release|Any CPU
{663F7136-F470-4911-A9B6-044447F93168}.Jetco|Any CPU.Build.0 = Release|Any CPU
{663F7136-F470-4911-A9B6-044447F93168}.OVH-Demo|Any CPU.ActiveCfg = Release|Any CPU
@@ -51,8 +51,8 @@ Global
{4617A665-D6E3-4CEB-A689-CE2EECD45713}.Donati|Any CPU.Build.0 = Debug|Any CPU
{4617A665-D6E3-4CEB-A689-CE2EECD45713}.IIS01|Any CPU.ActiveCfg = Release|Any CPU
{4617A665-D6E3-4CEB-A689-CE2EECD45713}.IIS01|Any CPU.Build.0 = Release|Any CPU
- {4617A665-D6E3-4CEB-A689-CE2EECD45713}.IIS02|Any CPU.ActiveCfg = Release|Any CPU
- {4617A665-D6E3-4CEB-A689-CE2EECD45713}.IIS02|Any CPU.Build.0 = Release|Any CPU
+ {4617A665-D6E3-4CEB-A689-CE2EECD45713}.IIS03|Any CPU.ActiveCfg = Release|Any CPU
+ {4617A665-D6E3-4CEB-A689-CE2EECD45713}.IIS03|Any CPU.Build.0 = Release|Any CPU
{4617A665-D6E3-4CEB-A689-CE2EECD45713}.Jetco|Any CPU.ActiveCfg = Release|Any CPU
{4617A665-D6E3-4CEB-A689-CE2EECD45713}.Jetco|Any CPU.Build.0 = Release|Any CPU
{4617A665-D6E3-4CEB-A689-CE2EECD45713}.OVH-Demo|Any CPU.ActiveCfg = Release|Any CPU
@@ -67,8 +67,8 @@ Global
{D07211B6-CF67-4C7F-8040-5B8C3B12BB4B}.Donati|Any CPU.Build.0 = Debug|Any CPU
{D07211B6-CF67-4C7F-8040-5B8C3B12BB4B}.IIS01|Any CPU.ActiveCfg = Release|Any CPU
{D07211B6-CF67-4C7F-8040-5B8C3B12BB4B}.IIS01|Any CPU.Build.0 = Release|Any CPU
- {D07211B6-CF67-4C7F-8040-5B8C3B12BB4B}.IIS02|Any CPU.ActiveCfg = Release|Any CPU
- {D07211B6-CF67-4C7F-8040-5B8C3B12BB4B}.IIS02|Any CPU.Build.0 = Release|Any CPU
+ {D07211B6-CF67-4C7F-8040-5B8C3B12BB4B}.IIS03|Any CPU.ActiveCfg = Release|Any CPU
+ {D07211B6-CF67-4C7F-8040-5B8C3B12BB4B}.IIS03|Any CPU.Build.0 = Release|Any CPU
{D07211B6-CF67-4C7F-8040-5B8C3B12BB4B}.Jetco|Any CPU.ActiveCfg = Release|Any CPU
{D07211B6-CF67-4C7F-8040-5B8C3B12BB4B}.Jetco|Any CPU.Build.0 = Release|Any CPU
{D07211B6-CF67-4C7F-8040-5B8C3B12BB4B}.OVH-Demo|Any CPU.ActiveCfg = Release|Any CPU
@@ -83,8 +83,8 @@ Global
{C5296C93-4738-4B42-8C9D-B7E5A75110FD}.Donati|Any CPU.Build.0 = Debug|Any CPU
{C5296C93-4738-4B42-8C9D-B7E5A75110FD}.IIS01|Any CPU.ActiveCfg = Release|Any CPU
{C5296C93-4738-4B42-8C9D-B7E5A75110FD}.IIS01|Any CPU.Build.0 = Release|Any CPU
- {C5296C93-4738-4B42-8C9D-B7E5A75110FD}.IIS02|Any CPU.ActiveCfg = Release|Any CPU
- {C5296C93-4738-4B42-8C9D-B7E5A75110FD}.IIS02|Any CPU.Build.0 = Release|Any CPU
+ {C5296C93-4738-4B42-8C9D-B7E5A75110FD}.IIS03|Any CPU.ActiveCfg = Release|Any CPU
+ {C5296C93-4738-4B42-8C9D-B7E5A75110FD}.IIS03|Any CPU.Build.0 = Release|Any CPU
{C5296C93-4738-4B42-8C9D-B7E5A75110FD}.Jetco|Any CPU.ActiveCfg = Release|Any CPU
{C5296C93-4738-4B42-8C9D-B7E5A75110FD}.Jetco|Any CPU.Build.0 = Release|Any CPU
{C5296C93-4738-4B42-8C9D-B7E5A75110FD}.OVH-Demo|Any CPU.ActiveCfg = Release|Any CPU
diff --git a/MP-ADM/MP-ADM.csproj b/MP-ADM/MP-ADM.csproj
index 329341b5..4dd94bbc 100644
--- a/MP-ADM/MP-ADM.csproj
+++ b/MP-ADM/MP-ADM.csproj
@@ -495,7 +495,7 @@
-
+
@@ -700,7 +700,7 @@
-
+
@@ -1335,9 +1335,6 @@
Web.config
-
- Web.config
-
Web.config
@@ -1369,36 +1366,6 @@
10.0
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
- true
- bin\
- TRACE
- true
- pdbonly
- AnyCPU
- prompt
- MinimumRecommendedRules.ruleset
-
-
- true
- bin\
- TRACE
- true
- pdbonly
- AnyCPU
- prompt
- MinimumRecommendedRules.ruleset
-
-
- true
- bin\
- TRACE
- true
- pdbonly
- AnyCPU
- prompt
- MinimumRecommendedRules.ruleset
-
diff --git a/MP-ADM/Properties/PublishProfiles/IIS01.pubxml b/MP-ADM/Properties/PublishProfiles/IIS01.pubxml
index 36f39c4e..b7841e7f 100644
--- a/MP-ADM/Properties/PublishProfiles/IIS01.pubxml
+++ b/MP-ADM/Properties/PublishProfiles/IIS01.pubxml
@@ -6,18 +6,18 @@ by editing this MSBuild file. In order to learn more about this please visit htt
MSDeploy
- IIS01
+ Debug
Any CPU
- True
+ true
https://IIS01:8172/MsDeploy.axd
Default Web Site/MP/ADM
- False
+ false
WMSVC
- True
+ true
jenkins
- <_SavePWD>True
+ <_SavePWD>true
@@ -42,12 +42,13 @@ by editing this MSBuild file. In order to learn more about this please visit htt
- True
+ true
False
- True
- True
- False
+ true
+ true
+ false
DonotMerge
+ false
diff --git a/MP-ADM/Properties/PublishProfiles/IIS02.pubxml b/MP-ADM/Properties/PublishProfiles/IIS02.pubxml
deleted file mode 100644
index 3a3cb19b..00000000
--- a/MP-ADM/Properties/PublishProfiles/IIS02.pubxml
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
- MSDeploy
- IIS02
- Any CPU
-
- True
- https://IIS02:8172/MsDeploy.axd
- Default Web Site/MP/ADM
-
- False
- WMSVC
- True
- jenkins
- <_SavePWD>True
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- True
- False
- True
- True
- False
- DonotMerge
-
-
-
- False
-
-
- False
-
-
-
\ No newline at end of file
diff --git a/MP-ADM/Properties/PublishProfiles/IIS02.pubxml.user b/MP-ADM/Properties/PublishProfiles/IIS02.pubxml.user
deleted file mode 100644
index fed5119d..00000000
--- a/MP-ADM/Properties/PublishProfiles/IIS02.pubxml.user
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
- AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAH0adXzrANk+QkSQiwkrZoAAAAAACAAAAAAADZgAAwAAAABAAAACMkdGo+hmg4NN9+mYykXhBAAAAAASAAACgAAAAEAAAABZoq0sbipzoj0L+D0u6cnAYAAAAk5QxRasgkE8hUBg48tIERaacHxAsNyLGFAAAACS/a71mOhgsnxM59u6tWZfzwPZJ
-
-
\ No newline at end of file
diff --git a/MP-ADM/Properties/PublishProfiles/IIS03.pubxml b/MP-ADM/Properties/PublishProfiles/IIS03.pubxml
new file mode 100644
index 00000000..9b703e57
--- /dev/null
+++ b/MP-ADM/Properties/PublishProfiles/IIS03.pubxml
@@ -0,0 +1,105 @@
+
+
+
+
+ MSDeploy
+ iis03
+ Any CPU
+
+ true
+ https://iis03.egalware.com:8172/MsDeploy.axd
+ Default Web Site/MP/ADM
+
+ false
+ WMSVC
+ true
+ jenkins
+ <_SavePWD>true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ False
+ true
+ true
+ false
+ DonotMerge
+ false
+
+
+
+
+
+ False
+
+
+
+
+ False
+
+
+
\ No newline at end of file
diff --git a/MP-IO/Properties/PublishProfiles/IIS02.pubxml.user b/MP-ADM/Properties/PublishProfiles/IIS03.pubxml.user
similarity index 58%
rename from MP-IO/Properties/PublishProfiles/IIS02.pubxml.user
rename to MP-ADM/Properties/PublishProfiles/IIS03.pubxml.user
index 8f786ecb..4fe5deb5 100644
--- a/MP-IO/Properties/PublishProfiles/IIS02.pubxml.user
+++ b/MP-ADM/Properties/PublishProfiles/IIS03.pubxml.user
@@ -6,6 +6,8 @@ by editing this MSBuild file. In order to learn more about this please visit htt
- AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAH0adXzrANk+QkSQiwkrZoAAAAAACAAAAAAADZgAAwAAAABAAAACm/70mx911cvyadKgQUsL2AAAAAASAAACgAAAAEAAAAE0QB1Sufr8PzwtgU+f9mQ8YAAAAcvQ7HQmR1/Q4aJJmdLjzgffjmwtEDQoEFAAAANrjCA7dCcGbgY73YokYwxioG5ri
+ AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAANAh+Q4GwYESjv9I3Vz/gKgAAAAACAAAAAAADZgAAwAAAABAAAAA+zJ9KFSqNqLcpUYaou+uJAAAAAASAAACgAAAAEAAAAFdkm2Mz0w+kHhOazNOvL2AYAAAA2gpmttLImZHN08eupleXe6qD6yvZ5l2aFAAAAO2uZXLwo42Vh/kN3jsgWJeV8aCw
+ True|2024-03-22T08:46:21.0385587Z;
+
\ No newline at end of file
diff --git a/MP-ADM/Web.IIS02.config b/MP-ADM/Web.IIS02.config
deleted file mode 100644
index d291a2b0..00000000
--- a/MP-ADM/Web.IIS02.config
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MP-IO/MP-IO.csproj b/MP-IO/MP-IO.csproj
index e7796855..2aead446 100644
--- a/MP-IO/MP-IO.csproj
+++ b/MP-IO/MP-IO.csproj
@@ -282,7 +282,6 @@
-
Always
@@ -377,16 +376,10 @@
-
+
Web.config
-
- Web.config
-
-
- Web.config
-
Web.config
@@ -413,63 +406,6 @@
10.0
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
- bin\
- TRACE
- true
- pdbonly
- AnyCPU
- prompt
- MinimumRecommendedRules.ruleset
- false
-
-
- bin\
- TRACE
- true
- pdbonly
- AnyCPU
- prompt
- MinimumRecommendedRules.ruleset
- false
-
-
- bin\
- TRACE
- true
- pdbonly
- AnyCPU
- prompt
- MinimumRecommendedRules.ruleset
- false
-
-
- bin\
- TRACE
- true
- pdbonly
- AnyCPU
- prompt
- MinimumRecommendedRules.ruleset
-
-
- bin\
- TRACE
- true
- pdbonly
- AnyCPU
- prompt
- MinimumRecommendedRules.ruleset
-
-
- bin\
- TRACE
- true
- pdbonly
- AnyCPU
- prompt
- MinimumRecommendedRules.ruleset
-
diff --git a/MP-IO/MP-IO.csproj.user b/MP-IO/MP-IO.csproj.user
index e85dec40..9ee9ffcb 100644
--- a/MP-IO/MP-IO.csproj.user
+++ b/MP-IO/MP-IO.csproj.user
@@ -1,7 +1,7 @@
- Donati
+ C:\Users\samuele.steamw\source\MoonPro.net\MP-IO\Properties\PublishProfiles\IIS03.pubxml
true
ShowAllFiles
diff --git a/MP-IO/Properties/PublishProfiles/IIS01.pubxml b/MP-IO/Properties/PublishProfiles/IIS01.pubxml
index 5d6f3fb8..020a1d14 100644
--- a/MP-IO/Properties/PublishProfiles/IIS01.pubxml
+++ b/MP-IO/Properties/PublishProfiles/IIS01.pubxml
@@ -6,19 +6,19 @@ by editing this MSBuild file. In order to learn more about this please visit htt
MSDeploy
- IIS01
+ Debug
Any CPU
- True
- True
+ true
+ true
https://IIS01:8172/MsDeploy.axd
Default Web Site/MP/IO
- False
+ false
WMSVC
- True
+ true
jenkins
- <_SavePWD>True
+ <_SavePWD>true
@@ -44,10 +44,11 @@ by editing this MSBuild file. In order to learn more about this please visit htt
False
- True
- True
- False
+ true
+ true
+ false
DonotMerge
+ false
diff --git a/MP-IO/Properties/PublishProfiles/IIS02.pubxml b/MP-IO/Properties/PublishProfiles/IIS03.pubxml
similarity index 51%
rename from MP-IO/Properties/PublishProfiles/IIS02.pubxml
rename to MP-IO/Properties/PublishProfiles/IIS03.pubxml
index 2126245d..12bc42e0 100644
--- a/MP-IO/Properties/PublishProfiles/IIS02.pubxml
+++ b/MP-IO/Properties/PublishProfiles/IIS03.pubxml
@@ -6,50 +6,62 @@ by editing this MSBuild file. In order to learn more about this please visit htt
MSDeploy
- IIS02
+ iis03
Any CPU
- True
- https://IIS02:8172/MsDeploy.axd
+ true
+ https://iis03.egalware.com:8172/MsDeploy.axd
Default Web Site/MP/IO
- False
+ false
WMSVC
- True
+ true
jenkins
- <_SavePWD>True
+ <_SavePWD>true
-
+
-
+
+
+
+
+
+
+
+
- True
+ true
False
- True
- True
- False
+ true
+ true
+ false
DonotMerge
+ false
+
False
diff --git a/MP-IO/Web.OVH-demo.config b/MP-IO/Web.OVH-demo.config
deleted file mode 100644
index 331aeaa7..00000000
--- a/MP-IO/Web.OVH-demo.config
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MP-IO/Web.Prod.config b/MP-IO/Web.Prod.config
deleted file mode 100644
index b15cd0b5..00000000
--- a/MP-IO/Web.Prod.config
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MP-MAG/MP-MAG.csproj b/MP-MAG/MP-MAG.csproj
index 9c618a02..bd45626e 100644
--- a/MP-MAG/MP-MAG.csproj
+++ b/MP-MAG/MP-MAG.csproj
@@ -1015,7 +1015,7 @@
-
+
Always
diff --git a/MP-MAG/Properties/PublishProfiles/IIS02.pubxml b/MP-MAG/Properties/PublishProfiles/IIS03.pubxml
similarity index 73%
rename from MP-MAG/Properties/PublishProfiles/IIS02.pubxml
rename to MP-MAG/Properties/PublishProfiles/IIS03.pubxml
index 96369343..75509adb 100644
--- a/MP-MAG/Properties/PublishProfiles/IIS02.pubxml
+++ b/MP-MAG/Properties/PublishProfiles/IIS03.pubxml
@@ -6,19 +6,19 @@ modificando il file MSBuild. Per altre informazioni su questo argomento, vedere
MSDeploy
- True
- IIS02
+ true
+ iis03
Any CPU
- IIS02/MP/MAG/
- True
- https://IIS02:8172/MsDeploy.axd
+ iis03.egalware.com/MP/MAG/
+ true
+ https://iis03.egalware.com:8172/MsDeploy.axd
Default Web Site/MP/MAG
- False
+ false
WMSVC
- True
+ true
jenkins
- <_SavePWD>True
+ <_SavePWD>true
@@ -33,10 +33,11 @@ modificando il file MSBuild. Per altre informazioni su questo argomento, vedere
- True
- True
- False
+ true
+ true
+ false
DonotMerge
+ false
diff --git a/MP-SITE/Properties/PublishProfiles/IIS01.pubxml b/MP-SITE/Properties/PublishProfiles/IIS01.pubxml
index 99735ae1..48a4dc2c 100644
--- a/MP-SITE/Properties/PublishProfiles/IIS01.pubxml
+++ b/MP-SITE/Properties/PublishProfiles/IIS01.pubxml
@@ -6,19 +6,19 @@ by editing this MSBuild file. In order to learn more about this please visit htt
MSDeploy
- IIS01
+ Debug
Any CPU
- True
- True
+ true
+ true
https://IIS01:8172/MsDeploy.axd
Default Web Site/MP/Site
- False
+ false
WMSVC
- True
+ true
jenkins
- <_SavePWD>True
+ <_SavePWD>true
@@ -44,10 +44,11 @@ by editing this MSBuild file. In order to learn more about this please visit htt
False
- True
- True
- False
+ true
+ true
+ false
DonotMerge
+ false
diff --git a/MP-SITE/Properties/PublishProfiles/IIS02.pubxml b/MP-SITE/Properties/PublishProfiles/IIS03.pubxml
similarity index 56%
rename from MP-SITE/Properties/PublishProfiles/IIS02.pubxml
rename to MP-SITE/Properties/PublishProfiles/IIS03.pubxml
index 739d913c..d8145fe1 100644
--- a/MP-SITE/Properties/PublishProfiles/IIS02.pubxml
+++ b/MP-SITE/Properties/PublishProfiles/IIS03.pubxml
@@ -6,50 +6,62 @@ by editing this MSBuild file. In order to learn more about this please visit htt
MSDeploy
- IIS02
+ Release
Any CPU
- True
- https://IIS02:8172/MsDeploy.axd
+ true
+ https://iis03.egalware.com:8172/MsDeploy.axd
Default Web Site/MP/Site
- False
+ false
WMSVC
- True
+ true
jenkins
- <_SavePWD>True
+ <_SavePWD>true
-
+
-
+
+
+
+
+
+
+
+
- True
+ true
False
- True
- True
- False
+ true
+ true
+ false
DonotMerge
+ false
+
Data Source=sql2012;Initial Catalog=Donati_MoonPro_prod2;Persist Security Info=True;User ID=sa;Password=keyhammer16
False
diff --git a/MP-SITE/Properties/PublishProfiles/IIS02.pubxml.user b/MP-SITE/Properties/PublishProfiles/IIS03.pubxml.user
similarity index 58%
rename from MP-SITE/Properties/PublishProfiles/IIS02.pubxml.user
rename to MP-SITE/Properties/PublishProfiles/IIS03.pubxml.user
index bac5f481..df6d9c5f 100644
--- a/MP-SITE/Properties/PublishProfiles/IIS02.pubxml.user
+++ b/MP-SITE/Properties/PublishProfiles/IIS03.pubxml.user
@@ -7,6 +7,8 @@ by editing this MSBuild file. In order to learn more about this please visit htt
- AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAH0adXzrANk+QkSQiwkrZoAAAAAACAAAAAAADZgAAwAAAABAAAAAoAMua83Lkf4oltWkdVMAzAAAAAASAAACgAAAAEAAAANW+At92zePQWCAdYgo6JUkYAAAAE4qsEe3kUNs76HegvoJlvXbalUIaK2nHFAAAAECFyoI24TnWB4bd9E4/4fBi0CWG
+ AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAANAh+Q4GwYESjv9I3Vz/gKgAAAAACAAAAAAADZgAAwAAAABAAAAAiCvFI92Oxo66EqdytCbV/AAAAAASAAACgAAAAEAAAAFmGGDSbKx1jbLG5TZ0K/dsYAAAAkoZvSGcUiuUCw/xAvdeOywoWO6ZastFTFAAAANU9Rdu8OOWZUNWaVE5zwrBaRBN1
+ True|2024-03-22T08:32:10.1271937Z;False|2024-03-22T09:27:58.1288025+01:00;
+
\ No newline at end of file
diff --git a/MP-SITE/Web.IIS01.config b/MP-SITE/Web.IIS01.config
deleted file mode 100644
index 40150c72..00000000
--- a/MP-SITE/Web.IIS01.config
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MP-SITE/Web.IIS02.config b/MP-SITE/Web.IIS02.config
deleted file mode 100644
index 40150c72..00000000
--- a/MP-SITE/Web.IIS02.config
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MP-SITE/Web.PROD.Jetco.config b/MP-SITE/Web.PROD.Jetco.config
deleted file mode 100644
index 7f1f0b55..00000000
--- a/MP-SITE/Web.PROD.Jetco.config
+++ /dev/null
@@ -1,400 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/MP-Site/MP-Site.csproj b/MP-Site/MP-Site.csproj
index 951c5db6..6f56ccad 100644
--- a/MP-Site/MP-Site.csproj
+++ b/MP-Site/MP-Site.csproj
@@ -335,7 +335,7 @@
-
+
@@ -543,7 +543,7 @@
-
+
@@ -1021,13 +1021,6 @@
Web.config
-
-
- Web.config
-
-
- Web.config
-
Web.config
@@ -1056,26 +1049,6 @@
10.0
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
- true
- bin\
- TRACE
- true
- pdbonly
- AnyCPU
- prompt
- MinimumRecommendedRules.ruleset
-
-
- true
- bin\
- TRACE
- true
- pdbonly
- AnyCPU
- prompt
- MinimumRecommendedRules.ruleset
-
diff --git a/MP-Site/MP-Site.csproj.user b/MP-Site/MP-Site.csproj.user
index c2cb7f33..1c38804e 100644
--- a/MP-Site/MP-Site.csproj.user
+++ b/MP-Site/MP-Site.csproj.user
@@ -10,7 +10,7 @@
Debug|Any CPU
ShowAllFiles
- IIS02
+ C:\Users\samuele.steamw\source\MoonPro.net\MP-SITE\Properties\PublishProfiles\IIS03.pubxml
diff --git a/MP-TAB/MP-TAB.csproj b/MP-TAB/MP-TAB.csproj
index 3da6f67a..4343af13 100644
--- a/MP-TAB/MP-TAB.csproj
+++ b/MP-TAB/MP-TAB.csproj
@@ -70,19 +70,6 @@
true
false
-
- pdbonly
- true
- bin\
-
-
- prompt
- 4
- Default Web Site/MP-Tablet
- true
- true
- false
-
..\packages\AjaxControlToolkit.20.1.0\lib\net40\AjaxControlToolkit.dll
@@ -433,7 +420,6 @@
-
@@ -465,7 +451,7 @@
-
+
Always
@@ -1235,49 +1221,9 @@
10.0
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
- bin\
- true
- pdbonly
- AnyCPU
- prompt
- MinimumRecommendedRules.ruleset
-
-
- bin\
- true
- pdbonly
- AnyCPU
- prompt
- MinimumRecommendedRules.ruleset
-
-
- bin\
- true
- pdbonly
- AnyCPU
- prompt
- MinimumRecommendedRules.ruleset
-
-
- bin\
- true
- pdbonly
- AnyCPU
- prompt
- MinimumRecommendedRules.ruleset
-
favicon.ico
-
- bin\
- true
- pdbonly
- AnyCPU
- prompt
- MinimumRecommendedRules.ruleset
-
diff --git a/MP-TAB/Properties/PublishProfiles/IIS02.pubxml b/MP-TAB/Properties/PublishProfiles/IIS02.pubxml
deleted file mode 100644
index 81e69071..00000000
--- a/MP-TAB/Properties/PublishProfiles/IIS02.pubxml
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-
-
- MSDeploy
- IIS02
- Any CPU
-
- True
- True
- https://IIS02:8172/MsDeploy.axd
- Default Web Site/MP/TAB
-
- False
- WMSVC
- True
- jenkins
- <_SavePWD>True
- False
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- True
- True
- False
- DonotMerge
-
-
-
- False
-
-
- False
-
-
-
\ No newline at end of file
diff --git a/MP-TAB/Properties/PublishProfiles/IIS02.pubxml.user b/MP-TAB/Properties/PublishProfiles/IIS02.pubxml.user
deleted file mode 100644
index 5d84fe4b..00000000
--- a/MP-TAB/Properties/PublishProfiles/IIS02.pubxml.user
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
- AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAH0adXzrANk+QkSQiwkrZoAAAAAACAAAAAAADZgAAwAAAABAAAAChdg0vrO+K50nSByohoLjLAAAAAASAAACgAAAAEAAAACxFEF454gQWoDbZFPmnwx4YAAAAaML+itiYPqnn57fXCpCKQqH6q4+mYgs6FAAAAA8I2fskKpdMEbuAPaQSvQXFnFY0
-
-
\ No newline at end of file
diff --git a/MP-TAB/Properties/PublishProfiles/IIS03.pubxml b/MP-TAB/Properties/PublishProfiles/IIS03.pubxml
new file mode 100644
index 00000000..f6dc1ecc
--- /dev/null
+++ b/MP-TAB/Properties/PublishProfiles/IIS03.pubxml
@@ -0,0 +1,83 @@
+
+
+
+
+ MSDeploy
+ IIS03
+ Any CPU
+
+ true
+ true
+ https://iis03.egalware.com:8172/MsDeploy.axd
+ Default Web Site/MP/TAB
+
+ false
+ WMSVC
+ true
+ jenkins
+ <_SavePWD>true
+ False
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ true
+ false
+ DonotMerge
+ false
+
+
+
+
+ False
+
+
+ False
+
+
+
+
\ No newline at end of file
diff --git a/REST_test/Insomnia_2022-12-09.json b/REST_test/Insomnia_2022-12-09.json
index 7da05021..eea9e03b 100644
--- a/REST_test/Insomnia_2022-12-09.json
+++ b/REST_test/Insomnia_2022-12-09.json
@@ -1 +1 @@
-{"_type":"export","__export_format":4,"__export_date":"2022-12-09T18:40:37.456Z","__export_source":"insomnia.desktop.app:v2022.6.0","resources":[{"_id":"req_18c7546d80a74c019f71980710c3a765","parentId":"fld_cde081c45fe24e268c98db0c9c60d5be","modified":1573490149972,"created":1573400234158,"url":"{{ BASE_URL }}/IOB/getObjItems/SIMUL_01","name":"Get All Items","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535038.5,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_cde081c45fe24e268c98db0c9c60d5be","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1573404868724,"created":1573400229143,"name":"MP-IO parametri","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1573400229143,"_type":"request_group"},{"_id":"wrk_6eaf0a20123c480295db476860d8f716","parentId":null,"modified":1573489541008,"created":1572685869137,"name":"MP-IO","description":"","scope":"design","_type":"workspace"},{"_id":"req_5d8f4dc26a944a6cb6ffe55ec6e57415","parentId":"fld_cde081c45fe24e268c98db0c9c60d5be","modified":1573404368579,"created":1573402488180,"url":"{{ BASE_URL }}/IOB/getObjItems2Write/SIMUL_01","name":"Get All Items 2 write","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535032.25,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_b7f013c98aa344c2a7ceb01d915c6e65","parentId":"fld_cde081c45fe24e268c98db0c9c60d5be","modified":1657198832659,"created":1573400285659,"url":"{{ BASE_URL }}/IOB/setObjItems/SIMUL_01","name":"Add All Items","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\t\"uid\": \"setArt\",\n\t\t\"name\": \"Articolo\",\n\t\t\"value\": \"ART000123\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n\t\t\"writable\": true\n\t},\n\t{\n\t\t\"uid\": \"setComm\",\n\t\t\"name\": \"Commessa\",\n\t\t\"value\": \"COMM000002\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n\t\t\"writable\": true\n\t},\n\t{\n\t\t\"uid\": \"TEMP_01\",\n\t\t\"name\": \"Temperatura 01\",\n\t\t\"value\": \"9\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\"\n\t},\n\t{\n\t\t\"uid\": \"PRESS_01\",\n\t\t\"name\": \"Pressione 01\",\n\t\t\"value\": \"9\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\"\n\t}\n]\n"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1572688535007.25,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_47f2f4e7facc465893880458e1c9f077","parentId":"fld_cde081c45fe24e268c98db0c9c60d5be","modified":1657198830313,"created":1573400470873,"url":"{{ BASE_URL }}/IOB/upsertObjItems/SIMUL_01","name":"Add Some Item","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\t\"uid\": \"setComm\",\n\t\t\"name\": \"Commessa\",\n\t\t\"value\": \"\",\n\t\t\"reqValue\": \"COMM000003\",\n\t\t\"lastRequest\": \"{% now 'iso-8601', '' %}\",\n\t\t\"writable\": true\n\t}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1572688534982.25,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_1db8943d9ce74172aa0c9c2b536cc1ab","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1669731503886,"created":1664982160752,"url":"{{ BASE_URL }}/IOB/getCurrPODL/SIMUL_01","name":"Get curr PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535038.5,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_acf754fe816646b5bc43b9657fe9d2a7","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1664982160747,"created":1664982160747,"name":"MP-IO PODL-DOSSIER","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1573231731968.5,"_type":"request_group"},{"_id":"req_36a91f58368b4db98792b76d850b40ed","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1665163635996,"created":1665163630473,"url":"{{ BASE_URL }}/IOB/getListValByTable/PODL","name":"Get ListVal PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535036.5469,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":true,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_f58d5cdb884044209ac7a15af66a412a","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1665149522574,"created":1665149297526,"url":"{{ BASE_URL }}/IOB/getLastDossByMacc/SIMUL_01","name":"Get DOSS last by Macc","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535036.1562,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":true,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_db67e58a9e8b4b9db33bb9cb99e7cd4b","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1665075165801,"created":1665075158847,"url":"{{ BASE_URL }}/IOB/getCurrPODL/","name":"Get curr PODL (ALL)","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535035.375,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_7f3f9a1d035149259c306c215137e08b","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1665127481832,"created":1665126908538,"url":"{{ BASE_URL }}/IOB/getArtCurrPODL","name":"Get ART by CurrODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535034.5938,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_9659721d667c49fcacbbf4e28313c2cb","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1665127491077,"created":1665127488279,"url":"{{ BASE_URL }}/IOB/getArtUsed","name":"Get ART used","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535033.4219,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_2c0f5944140e4e4eb367c7e31b7f71a9","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1664982227256,"created":1664982160769,"url":"{{ BASE_URL }}/IOB/getLastDossArt/NCC_1701D","name":"Get Last DOSS by ART","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535032.25,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_eca298670f414669b4bd2813179c15ff","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1664982246524,"created":1664982242873,"url":"{{ BASE_URL }}/IOB/getLastDossPODL","name":"Get Last DOSS by PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535029.125,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_aa5356d4b4b4456a871233ba0738f115","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1665391005684,"created":1665390990441,"url":"{{ BASE_URL }}/IOB/takeFlogSnapshot/SIMUL_01","name":"Take Snapshot","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688534979.125,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":true,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_73c9276d0eec46b19011f9f6868e20c6","parentId":"fld_d8d2ad76cbd44eda870135968c48db24","modified":1653313059862,"created":1574522588204,"url":"{{ BASE_URL }}/IOB/saveDataItems/SIMUL_01","name":"Send DataItems","description":"","method":"POST","body":{"mimeType":"application/json","text":"[{\n\t\"uuid\": \"AVAIL\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"AVAILABILITY\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"STATUS\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"ACC_TIME\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo macchina in potenza\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"ACC_TIME_WORK\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo macchina in movimento\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"CLOCK\",\n\t\"Category\": 2,\n\t\"Name\": null,\n\t\"Type\": \"CLOCK_TIME\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"POWER\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"POWER_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"OperatorId\",\n\t\"Category\": 1,\n\t\"Name\": \"ID Operatore\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"FUNCT_MODE\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"USER_ACTION\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"TESTING_DATA\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"PROTECTION_STATUS\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato protezioni\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UNK_STATUS\",\n\t\"Category\": 1,\n\t\"Name\": \"Stati sconosciuti\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UNK_STROBE\",\n\t\"Category\": 1,\n\t\"Name\": \"Strobes sconosciuti\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"CNC\",\n\t\"Category\": 0,\n\t\"Name\": null,\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"PLC\",\n\t\"Category\": 0,\n\t\"Name\": null,\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"MTC_asset_chg\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"ASSET_CHANGED\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"MTC_asset_rem\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"ASSET_REMOVED\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota attuale\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_01_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota target\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_01_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_01_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm/min] Feedrate\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"Axis_01_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_01_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_01_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[m] Distanza totale percorsa\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_01_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_01_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"LINEAR\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota attuale\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_02_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota target\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_02_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_02_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm/min] Feedrate\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"Axis_02_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_02_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_02_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[m] Distanza totale percorsa\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_02_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_02_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"LINEAR\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota attuale\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_03_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota target\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_03_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_03_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm/min] Feedrate\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"Axis_03_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_03_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_03_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[m] Distanza totale percorsa\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_03_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_03_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"LINEAR\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] Quota attuale\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Axis_04_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] Quota target\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Axis_04_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_04_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[°/min] Feedrate\",\n\t\"Type\": \"ROTARY_VELOCITY\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"REVOLUTION/MINUTE\"\n}, {\n\t\"uuid\": \"Axis_04_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"ROTARY_VELOCITY\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_04_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_04_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[rev] Rivoluzioni\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_04_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_04_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"ROTARY\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] Quota attuale\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Axis_05_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] Quota target\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Axis_05_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_05_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[°/min] Feedrate\",\n\t\"Type\": \"ROTARY_VELOCITY\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"REVOLUTION/MINUTE\"\n}, {\n\t\"uuid\": \"Axis_05_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"ROTARY_VELOCITY\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_05_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_05_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[rev] Rivoluzioni\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_05_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_05_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"ROTARY\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota attuale\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_06_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota target\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_06_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_06_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm/min] Feedrate\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"Axis_06_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_06_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_06_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[m] Distanza totale percorsa\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_06_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_06_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"LINEAR\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Message\",\n\t\"Category\": 1,\n\t\"Name\": \"Segnalazioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"E_STOP\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato emergenze\",\n\t\"Type\": \"EMERGENCY_STOP\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_Type\",\n\t\"Category\": 1,\n\t\"Name\": \"Lavoro/Asservimento\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_ActiveAxes\",\n\t\"Category\": 1,\n\t\"Name\": \"Assi attivi\",\n\t\"Type\": \"ACTIVE_AXES\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_CodG_Act\",\n\t\"Category\": 1,\n\t\"Name\": \"Codici G\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_SubMode\",\n\t\"Category\": 1,\n\t\"Name\": \"Modo secondario\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_PartId\",\n\t\"Category\": 1,\n\t\"Name\": \"Pezzo corrente\",\n\t\"Type\": \"PART_ID\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_PZ_TOT\",\n\t\"Category\": 1,\n\t\"Name\": \"Pezzi prodotti\",\n\t\"Type\": \"PART_COUNT\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_Cod_M\",\n\t\"Category\": 1,\n\t\"Name\": \"Codici M\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_Cod_S\",\n\t\"Category\": 1,\n\t\"Name\": \"Codici S\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_Cod_T\",\n\t\"Category\": 1,\n\t\"Name\": \"Codici T\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_RUN_MODE\",\n\t\"Category\": 1,\n\t\"Name\": \"Modo operativo\",\n\t\"Type\": \"CONTROLLER_MODE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_EXE_MODE\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato esecuzione\",\n\t\"Type\": \"EXECUTION\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_CurrProg\",\n\t\"Category\": 1,\n\t\"Name\": \"Programma corrente\",\n\t\"Type\": \"PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_CurrProg_RowNum\",\n\t\"Category\": 1,\n\t\"Name\": \"Riga attuale\",\n\t\"Type\": \"LINE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_FeedRate\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm/min] Feedrate\",\n\t\"Type\": \"PATH_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"Path_01_FeedOverr\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] WORK Override\",\n\t\"Type\": \"PATH_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Path_01_RapidOverr\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] RAPID Override\",\n\t\"Type\": \"PATH_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Path_01_PosActX\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] UNITA' OPERATRICE: Posizione X\",\n\t\"Type\": \"PATH_POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Path_01_PosActY\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] UNITA' OPERATRICE: Posizione Y\",\n\t\"Type\": \"PATH_POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Path_01_PosActZ\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] UNITA' OPERATRICE: Posizione Z\",\n\t\"Type\": \"PATH_POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Path_01_PosActI\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] UNITA' OPERATRICE: Angolo I\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Path_01_PosActJ\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] UNITA' OPERATRICE: Angolo J\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Path_01_PosActK\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] UNITA' OPERATRICE: Angolo K\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Path_01_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": null,\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": null,\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UnOp_01_Type\",\n\t\"Category\": 2,\n\t\"Name\": \"Tipologia testa\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UnOp_01_Speed\",\n\t\"Category\": 2,\n\t\"Name\": \"[RPM] SPEED Attuale\",\n\t\"Type\": \"PATH_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"UnOp_01_SpeedOverr\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] SPEED Override\",\n\t\"Type\": \"PATH_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"UnOp_01_ToolId\",\n\t\"Category\": 1,\n\t\"Name\": \"ID Utensile in mandrino\",\n\t\"Type\": \"TOOL_ASSET_ID\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UnOp_01_NumCU\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Cambi Utensile effettuati\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"UnOp_01_Status\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UnOp_01_VitaRes\",\n\t\"Category\": 1,\n\t\"Name\": \"Vita residua utensile in mandrino\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"UnOp_01_VitaResType\",\n\t\"Category\": 1,\n\t\"Name\": \"Tipo vita residua utensile in mandrino\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UnOp_01_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"UnOp_01_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[krev] Rivoluzioni\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"VacPump_01_Status\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"VacPump_01_WrkTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"VacPump_02_Status\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"VacPump_02_WrkTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"VacAct_01_Count\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Commutazioni\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"VacAct_02_Count\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Commutazioni\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Cooler_01_Status\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Cooler_02_Status\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Lubro_01_Num\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Attivazioni\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Lubro_02_Num\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Attivazioni\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Press_01_Value\",\n\t\"Category\": 2,\n\t\"Name\": \"[Pa] Pressione 1\",\n\t\"Type\": \"PRESSURE\",\n\t\"SubType\": null,\n\t\"Units\": \"PASCAL\"\n}]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1572877837397.75,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_d8d2ad76cbd44eda870135968c48db24","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1574522582759,"created":1574522566792,"name":"MP-IO-MTC","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1573051967979.5,"_type":"request_group"},{"_id":"req_18bb232ec88f45688acf5a7ffa5451da","parentId":"fld_9f90e8fb9d4546c9bae983e2b1d30de7","modified":1670609461516,"created":1572688410657,"url":"{{ BASE_URL }}/IOB/enabled/SIMUL_01","name":"Test IOB enabled","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535076,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_9f90e8fb9d4546c9bae983e2b1d30de7","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1670609448291,"created":1670609448291,"name":"IOB Test","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1670609448291,"_type":"request_group"},{"_id":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1572703706816,"created":1572703706816,"name":"MP-IO","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1572703706816,"_type":"request_group"},{"_id":"req_9b12b7b086c94eb3bf19ef19c28088b2","parentId":"fld_9f90e8fb9d4546c9bae983e2b1d30de7","modified":1670609467234,"created":1572688376619,"url":"{{ BASE_URL }}/IOB","name":"Test MP-IO alive","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535026,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_3a849f55973d43d8bb7308b52e487a20","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609485768,"created":1572703720426,"url":"{{ BASE_URL }}/IOB/liveJson/SIMUL_01","name":"Send LiveIOB Json","description":"","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"dataList\":\n\t[\n\t\t{\n\t\t\"key\": \"temp_01\",\n\t\t\"value\": \"20.8\"\n\t\t},\n\t\t{\n\t\t\"key\": \"temp_2\",\n\t\t\"value\": \"21.8\"\n\t\t},\n\t\t{\n\t\t\"key\": \"speed_01\",\n\t\t\"value\": \"5000\"\n\t\t},\n\t\t{\n\t\t\"key\": \"speed_02\",\n\t\t\"value\": \"248\"\n\t\t},\n\t\t{\n\t\t\"key\": \"param_01\",\n\t\t\"value\": \"120.8\"\n\t\t},\n\t\t{\n\t\t\"key\": \"param_02\",\n\t\t\"value\": \"170.8\"\n\t\t}\n\t]\n}\n"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418976.625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_8a628672921d405c955a8a992295804c","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1670609456059,"created":1670609456059,"name":"IOB Send data","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1670609424799.5,"_type":"request_group"},{"_id":"req_8b9bfe3a5fe24f1aa19da4d9cbf24d08","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609491363,"created":1646069719097,"url":"{{ BASE_URL }}/IOB/ulogJson/SIMUL_01","name":"Send ULog Json","description":"","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"fluxData\":\n\t[\n\t\t{\n\t\t\t\"flux\": \"DI\",\n\t\t\t\"valore\": \"User Login - Steamware User\",\n\t\t\t\"dtEve\": \"2022-02-28 11:00:30\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 9,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"label\": \"UserLogin\"\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"DI\",\n\t\t\t\"valore\": \"Dichiarazione di prova\",\n\t\t\t\"dtEve\": \"2022-02-28 11:01:00\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 10,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"label\": \"Note\"\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"RC\",\n\t\t\t\"valore\": \"\",\n\t\t\t\"dtEve\": \"2022-02-28 11:01:01\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 11,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"valNum\": 1\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"RC\",\n\t\t\t\"valore\": \"SIM Controllo fallito\",\n\t\t\t\"dtEve\": \"2022-02-28 11:01:31\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 12,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"valNum\": 0\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"RS\",\n\t\t\t\"valore\": \"SIM Scarto 01\",\n\t\t\t\"dtEve\": \"2022-02-28 11:01:05\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 13,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"label\": \"01\",\n\t\t\t\"valNum\": 1\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"RS\",\n\t\t\t\"valore\": \"SIM Scarto 02\",\n\t\t\t\"dtEve\": \"2022-02-28 11:01:15\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 15,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"label\": \"02\",\n\t\t\t\"valNum\": 2\n\t\t}\n\t]\n}"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418964.125,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_5e199f4f47f5480c8a65836ff3278455","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609489269,"created":1653312485596,"url":"{{ BASE_URL }}/IOB/rawTransfJson/GIACO_ICOEL","name":"Send RawTransfJson","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\"mesType\": \"IcoelBatch\", \n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 21,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Batch 78\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-21T12:40:21.6522013+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t},\n\t\t\"2\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 21,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Batch 78\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-21T12:40:21.6522013+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t}\n\t}\n}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418951.625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_c20f1ba494aa46c6b8ea7a7d9fad7d05","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609495793,"created":1653328411117,"url":"{{ BASE_URL }}/IOB/rawTransfJson/GIACO_ICOEL","name":"Send RawTransfJson 2","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\"dataRif\": \"2022-05-23T19:51:48.9674938+02:00\",\n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 28,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Lotto 85\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-23T16:52:13.2473589+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t},\n\t\t\"2\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 28,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Lotto 85\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-23T16:52:13.2473589+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t}\n\t},\n\t\"mesType\": \"IcoelBatch\"\n\t},\n\t{\n\t\"dataRif\": \"2022-05-23T19:51:48.9674938+02:00\",\n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 28,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Lotto 85\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-23T16:52:13.2473589+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t},\n\t\t\"2\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 28,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Lotto 85\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-23T16:52:13.2473589+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t}\n\t},\n\t\"mesType\": \"IcoelBatch\"\n\t}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418945.375,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_196d4d162e3c4b0d8f09b64630c68354","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609493306,"created":1657198918612,"url":"{{ BASE_URL }}/IOB/rawTransfJson/GIACO_ICOEL","name":"Send RawTransfJson 3","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\"dataRif\": \"2022-05-23T19:51:48.9674938+02:00\",\n\t\"mesContent\": {\n\t\t\"test\":\"data\"\n\t},\n\t\"mesType\": \"IcoelBatch\"\n\t}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418939.125,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_253c3deea8bf47969dd45dd6a529a2b0","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609479263,"created":1572688535026,"url":"{{ BASE_URL }}/IOB/flogJson/SIMUL_01","name":"Send FLog Json","description":"","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"fluxData\":\n\t[\n\t\t{\n\t\t\"flux\": \"test\",\n\t\t\"valore\": \"valore_10\",\n\t\t\"dtEve\": \"2019-11-02 11:01:00\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\"cnt\": 10\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_11\",\n\t\t\t\"dtEve\": \"2019-11-02 11:01:01\",\n\t\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 11\n\t\t},\n\t\t{\n\t\t\"flux\": \"test\",\n\t\t\"valore\": \"valore_12\",\n\t\t\"dtEve\": \"2019-11-02 11:01:02\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\"cnt\": 12\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_13\",\n\t\t\t\"dtEve\": \"2019-11-02 11:02:03\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 13\n\t\t},\n\t\t{\n\t\t\"flux\": \"test\",\n\t\t\"valore\": \"valore_14\",\n\t\t\"dtEve\": \"2019-11-02 11:02:04\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\"cnt\": 14\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_15\",\n\t\t\t\"dtEve\": \"2019-11-02 11:02:05\",\n\t\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 15\n\t\t},\n\t\t{\n\t\t\"flux\": \"test\",\n\t\t\"valore\": \"valore_16\",\n\t\t\"dtEve\": \"2019-11-02 11:01:06\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\"cnt\": 16\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_17\",\n\t\t\t\"dtEve\": \"2019-11-02 11:01:07\",\n\t\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 17\n\t\t},\n\t\t{\n\t\t\"flux\": \"test\",\n\t\t\"valore\": \"valore_18\",\n\t\t\"dtEve\": \"2019-11-02 11:01:08\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\"cnt\": 18\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_19\",\n\t\t\t\"dtEve\": \"2019-11-02 11:01:09\",\n\t\t \"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 19\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_20\",\n\t\t\t\"dtEve\": \"2019-11-02 11:01:10\",\n\t\t \"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 20\n\t\t}\n\t]\n}\n"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418926.625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_49c304f221414895909527bd15006bbb","parentId":"fld_35705beb7dc646c194e2399a517d6164","modified":1670609409276,"created":1669731519033,"url":"{{ BASE_URL }}/IOB/getCurrODL/SIMUL_01","name":"Get curr ODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1621648968217,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_35705beb7dc646c194e2399a517d6164","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1670609401308,"created":1670609401308,"name":"ODL operations","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1670609401308,"_type":"request_group"},{"_id":"req_8581aca74b54400dac738aedab6ac351","parentId":"fld_35705beb7dc646c194e2399a517d6164","modified":1670609412428,"created":1669731602311,"url":"{{ BASE_URL }}/IOB/getCurrODL/BAG_TL_01","name":"Get curr ODL bis","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1621648968167,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_b010f9d8ac8d49729b7133d88b91ad15","parentId":"fld_35705beb7dc646c194e2399a517d6164","modified":1670609508436,"created":1669731544786,"url":"{{ BASE_URL }}/IOB/getCurrPODL/SIMUL_01","name":"Get curr PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1621648968117,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_5bbf1b31a22f482483e06238bc34699c","parentId":"fld_814648a9b7cb4845b273ca1e0f368e15","modified":1670609538543,"created":1666116982730,"url":"{{ BASE_URL }}/IOB/getTask2Exe/SIMUL_01","name":"MP-IO getTask2exe","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535044.75,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_814648a9b7cb4845b273ca1e0f368e15","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1670609540562,"created":1670609530047,"name":"Special & Task","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1569141820797.25,"_type":"request_group"},{"_id":"req_dd8a225868c74c75a0f04e9fafc6504f","parentId":"fld_814648a9b7cb4845b273ca1e0f368e15","modified":1670609544012,"created":1663577161793,"url":"{{ BASE_URL }}/IOB/takeFlogSnapshot/SIMUL_01","name":"Take FL Snapshot","description":"","method":"POST","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688534994.75,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_bd58a4e23a1248b7bcb0b5c86df0467d","parentId":"fld_fd617b20452443d7b34774f98b06a1ac","modified":1670610619681,"created":1670609338937,"url":"{{ BASE_URL }}/IOB/askCloseODL/BAG_TL_01?idxOdl=91022","name":"AskCloseOdl","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1569141820856.625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_fd617b20452443d7b34774f98b06a1ac","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1670609346069,"created":1670609317270,"name":"GestMessaggi","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1569141820794.125,"_type":"request_group"},{"_id":"req_1629039e944940e68c1ad6858fa5ac86","parentId":"fld_ce2a7c30d21e4384b54896a36c397a3d","modified":1669825815534,"created":1669710554275,"url":"{{ BASE_URL }}/IOB/getOdlAtDate/SIMUL_01?dateRif=20221122","name":"Get ODL at date","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1569141820875.375,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_ce2a7c30d21e4384b54896a36c397a3d","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1669710566195,"created":1669710490058,"name":"RegGiacenze","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1569141820787.875,"_type":"request_group"},{"_id":"req_387e31b0e0854a31ae30e211135682db","parentId":"fld_ce2a7c30d21e4384b54896a36c397a3d","modified":1669735064977,"created":1669735045760,"url":"{{ BASE_URL }}/IOB/fixDailyOdl/BAG_TL_01","name":"Fix ODL Daily","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1569141820862.875,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_64fa5f91371349daa76de804a5cea000","parentId":"fld_ce2a7c30d21e4384b54896a36c397a3d","modified":1669824655042,"created":1669710599508,"url":"{{ BASE_URL }}/IOB/rawTransfJson/SIMUL_01","name":"Send Giac RawTransf","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\"dataRif\": \"2022-11-16T20:00:00.9674938+02:00\",\n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"IdxODL\": 90937,\n\t\t\t\"IdentRG\":\t\"20220920.UVA.LUISA.COPPI\",\n\t\t\t\"Product\":\t\"UVA\",\n\t\t\t\"Variety\":\t\"LUISA\",\n\t\t\t\"Supplier\":\t\"COPPI\",\n\t\t\t\"ExtDoc\": \t\"TT111\",\n\t\t\t\"DateRif\":\t\"2022-09-20T00:00:00.000000+02:00\",\n\t\t\t\"QtyTot\":\t6050.0,\n\t\t\t\"NumPack\":\t550,\n\t\t\t\"Notes\":\t\"11x50x11\"\n\t\t},\n\t\t\"2\": {\n\t\t\t\"IdxODL\": 90937,\n\t\t\t\"IdentRG\":\t\"20220929.UVA.GIANT_PEARL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\":\t\"UVA\",\n\t\t\t\"Variety\":\t\"GIANT PEARL\",\n\t\t\t\"Supplier\":\t\"F.LLI GIACOVELLI\",\n\t\t\t\"ExtDoc\": \t\"TT119\",\n\t\t\t\"DateRif\":\t\"2022-09-29T00:00:00.000000+02:00\",\n\t\t\t\"QtyTot\":\t6050.0,\n\t\t\t\"NumPack\":\t550,\n\t\t\t\"Notes\":\t\"11x50x11\"\n\t\t},\n\t\t\"3\": {\n\t\t\t\"IdxODL\": 90937,\n\t\t\t\"IdentRG\":\t\"20221012.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\":\t\"UVA\",\n\t\t\t\"Variety\":\t\"SWEET CEL.\",\n\t\t\t\"Supplier\":\t\"F.LLI GIACOVELLI\",\n\t\t\t\"ExtDoc\": \t\"TT140\",\n\t\t\t\"DateRif\":\t\"2022-10-12T00:00:00.000000+02:00\",\n\t\t\t\"QtyTot\":\t550.0,\n\t\t\t\"NumPack\":\t50,\n\t\t\t\"Notes\":\t\"1x50x11\"\n\t\t}\n\t},\n\t\"mesType\": \"RegGiacenze\"\n\t}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1569141820825.375,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_a66d71145c0a4fc996f77eec7b06b92d","parentId":"fld_ce2a7c30d21e4384b54896a36c397a3d","modified":1669830137697,"created":1669824597871,"url":"{{ BASE_URL }}/IOB/rawTransfJson/SIMUL_01","name":"Send Giac RawTransf bis","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\"dataRif\": \"2022-11-30T18:41:33.9632915+01:00\",\n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT223.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT223\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"2\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT224.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT224\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"3\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT225.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT225\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 1100.0,\n\t\t\t\"NumPack\": 100\n\t\t},\n\t\t\"4\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT219.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"SWEET CEL.\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"14x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 7700.0,\n\t\t\t\"NumPack\": 700\n\t\t},\n\t\t\"5\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT219.UVA.RED_GLOBE.D'APRILE\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"D'APRILE\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 1100.0,\n\t\t\t\"NumPack\": 100\n\t\t},\n\t\t\"6\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT219.UVA.RED_GLOBE.L'ABBATE\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"L'ABBATE\",\n\t\t\t\"Notes\": \"7x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 3850.0,\n\t\t\t\"NumPack\": 350\n\t\t},\n\t\t\"7\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT217.UVA.REGAL.LASELVA\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"LASELVA\",\n\t\t\t\"Notes\": \"12x50x11\",\n\t\t\t\"ExtDoc\": \"TT217\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 6600.0,\n\t\t\t\"NumPack\": 600\n\t\t},\n\t\t\"8\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT214.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"12x50x11\",\n\t\t\t\"ExtDoc\": \"TT214\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 0.0,\n\t\t\t\"NumPack\": 0\n\t\t},\n\t\t\"9\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT215.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT215\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 3850.0,\n\t\t\t\"NumPack\": 350\n\t\t},\n\t\t\"10\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT216.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT216\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t},\n\t\t\"11\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT212.UVA.RED_GLOBE.PORCELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"PORCELLI\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT212\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 2365.0,\n\t\t\t\"NumPack\": 215\n\t\t},\n\t\t\"12\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT212.UVA.BLACK_PEARL.PORCELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"BLACK PEARL\",\n\t\t\t\"Supplier\": \"PORCELLI\",\n\t\t\t\"Notes\": \"5x50x11\",\n\t\t\t\"ExtDoc\": \"TT212\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 2750.0,\n\t\t\t\"NumPack\": 250\n\t\t},\n\t\t\"13\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT213.UVA.RED_GLOBE.CITRUS/ERRIFRUIT\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"CITRUS/ERRIFRUIT\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT213\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t}\n\t},\n\t\"mesType\": \"RegGiacenze\"\n}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1569141820812.875,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_05642210386a4076a82339eb70c61e1d","parentId":"fld_ce2a7c30d21e4384b54896a36c397a3d","modified":1669830817707,"created":1669830292738,"url":"{{ BASE_URL }}/IOB/rawTransfJson/SIMUL_01","name":"Send Giac RawTransf ter","description":"","method":"POST","body":{"mimeType":"application/json","text":"[{\n\t\"dataRif\": \"2022-11-30T18:52:59.6792342+01:00\",\n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT111.UVA.LUISA.COPPI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"LUISA\",\n\t\t\t\"Supplier\": \"COPPI\",\n\t\t\t\"Notes\": \"11x50x11\",\n\t\t\t\"ExtDoc\": \"TT111\",\n\t\t\t\"DateRif\": \"2022-09-20T00:00:00\",\n\t\t\t\"QtyTot\": 6050.0,\n\t\t\t\"NumPack\": 550\n\t\t},\n\t\t\"2\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT119.UVA.GIANT_PEARL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"GIANT PEARL\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"11x50x11\",\n\t\t\t\"ExtDoc\": \"TT119\",\n\t\t\t\"DateRif\": \"2022-09-29T00:00:00\",\n\t\t\t\"QtyTot\": 6050.0,\n\t\t\t\"NumPack\": 550\n\t\t},\n\t\t\"3\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT130.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"SWEET CEL.\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"1x50x11\",\n\t\t\t\"ExtDoc\": \"TT130\",\n\t\t\t\"DateRif\": \"2022-10-06T00:00:00\",\n\t\t\t\"QtyTot\": 0.0,\n\t\t\t\"NumPack\": 0\n\t\t},\n\t\t\"4\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT140.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"SWEET CEL.\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"13x50x11\",\n\t\t\t\"ExtDoc\": \"TT140\",\n\t\t\t\"DateRif\": \"2022-10-12T00:00:00\",\n\t\t\t\"QtyTot\": 550.0,\n\t\t\t\"NumPack\": 50\n\t\t},\n\t\t\"5\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT175.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"SWEET CEL.\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"19x40x11\",\n\t\t\t\"ExtDoc\": \"TT175\",\n\t\t\t\"DateRif\": \"2022-10-28T00:00:00\",\n\t\t\t\"QtyTot\": 8855.0,\n\t\t\t\"NumPack\": 805\n\t\t},\n\t\t\"6\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT212.UVA.RED_GLOBE.PORCELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"PORCELLI\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT212\",\n\t\t\t\"DateRif\": \"2022-11-16T00:00:00\",\n\t\t\t\"QtyTot\": 2365.0,\n\t\t\t\"NumPack\": 215\n\t\t},\n\t\t\"7\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT212.UVA.BLACK_PEARL.PORCELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"BLACK PEARL\",\n\t\t\t\"Supplier\": \"PORCELLI\",\n\t\t\t\"Notes\": \"5x50x11\",\n\t\t\t\"ExtDoc\": \"TT212\",\n\t\t\t\"DateRif\": \"2022-11-16T00:00:00\",\n\t\t\t\"QtyTot\": 2750.0,\n\t\t\t\"NumPack\": 250\n\t\t},\n\t\t\"8\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT213.UVA.RED_GLOBE.CITRUS/ERRIFRUIT\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"CITRUS/ERRIFRUIT\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT213\",\n\t\t\t\"DateRif\": \"2022-11-16T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t},\n\t\t\"9\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT215.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"7x50x11\",\n\t\t\t\"ExtDoc\": \"TT215\",\n\t\t\t\"DateRif\": \"2022-11-17T00:00:00\",\n\t\t\t\"QtyTot\": 3850.0,\n\t\t\t\"NumPack\": 350\n\t\t},\n\t\t\"10\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT219.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"SWEET CEL.\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"14x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-19T00:00:00\",\n\t\t\t\"QtyTot\": 7700.0,\n\t\t\t\"NumPack\": 700\n\t\t},\n\t\t\"11\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT219.UVA.RED_GLOBE.D'APRILE\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"D'APRILE\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-19T00:00:00\",\n\t\t\t\"QtyTot\": 1100.0,\n\t\t\t\"NumPack\": 100\n\t\t},\n\t\t\"12\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT219.UVA.RED_GLOBE.L'ABBATE\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"L'ABBATE\",\n\t\t\t\"Notes\": \"7x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-19T00:00:00\",\n\t\t\t\"QtyTot\": 3850.0,\n\t\t\t\"NumPack\": 350\n\t\t},\n\t\t\"13\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT223.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT223\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"14\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT224.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT224\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"15\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT225.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT225\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 1100.0,\n\t\t\t\"NumPack\": 100\n\t\t},\n\t\t\"16\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT227.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT227\",\n\t\t\t\"DateRif\": \"2022-11-23T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"17\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT228.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"6x50x11\",\n\t\t\t\"ExtDoc\": \"TT228\",\n\t\t\t\"DateRif\": \"2022-11-23T00:00:00\",\n\t\t\t\"QtyTot\": 3300.0,\n\t\t\t\"NumPack\": 300\n\t\t},\n\t\t\"18\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT229.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"3x50x11\",\n\t\t\t\"ExtDoc\": \"TT229\",\n\t\t\t\"DateRif\": \"2022-11-23T00:00:00\",\n\t\t\t\"QtyTot\": 2431.0,\n\t\t\t\"NumPack\": 221\n\t\t},\n\t\t\"19\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT230.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT230\",\n\t\t\t\"DateRif\": \"2022-11-23T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"20\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT231.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"6x50x11\",\n\t\t\t\"ExtDoc\": \"TT231\",\n\t\t\t\"DateRif\": \"2022-11-24T00:00:00\",\n\t\t\t\"QtyTot\": 3300.0,\n\t\t\t\"NumPack\": 300\n\t\t},\n\t\t\"21\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT232.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"6x50x11\",\n\t\t\t\"ExtDoc\": \"TT232\",\n\t\t\t\"DateRif\": \"2022-11-24T00:00:00\",\n\t\t\t\"QtyTot\": 3300.0,\n\t\t\t\"NumPack\": 300\n\t\t},\n\t\t\"22\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT233.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT233\",\n\t\t\t\"DateRif\": \"2022-11-24T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"23\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT234.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"6x50x11\",\n\t\t\t\"ExtDoc\": \"TT234\",\n\t\t\t\"DateRif\": \"2022-11-24T00:00:00\",\n\t\t\t\"QtyTot\": 3531.0,\n\t\t\t\"NumPack\": 321\n\t\t},\n\t\t\"24\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT235.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT235\",\n\t\t\t\"DateRif\": \"2022-11-24T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t},\n\t\t\"25\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT236.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"12x50x11\",\n\t\t\t\"ExtDoc\": \"TT236\",\n\t\t\t\"DateRif\": \"2022-11-25T00:00:00\",\n\t\t\t\"QtyTot\": 6600.0,\n\t\t\t\"NumPack\": 600\n\t\t},\n\t\t\"26\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT237.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"6x50x11\",\n\t\t\t\"ExtDoc\": \"TT237\",\n\t\t\t\"DateRif\": \"2022-11-25T00:00:00\",\n\t\t\t\"QtyTot\": 3300.0,\n\t\t\t\"NumPack\": 300\n\t\t},\n\t\t\"27\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT238.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT238\",\n\t\t\t\"DateRif\": \"2022-11-25T00:00:00\",\n\t\t\t\"QtyTot\": 6732.0,\n\t\t\t\"NumPack\": 612\n\t\t},\n\t\t\"28\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT239.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"9x50x11\",\n\t\t\t\"ExtDoc\": \"TT239\",\n\t\t\t\"DateRif\": \"2022-11-26T00:00:00\",\n\t\t\t\"QtyTot\": 6490.0,\n\t\t\t\"NumPack\": 590\n\t\t},\n\t\t\"29\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT240.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT240\",\n\t\t\t\"DateRif\": \"2022-11-28T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t},\n\t\t\"30\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT240.UVA.ITALIA.D'APRILE\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"ITALIA\",\n\t\t\t\"Supplier\": \"D'APRILE\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT240\",\n\t\t\t\"DateRif\": \"2022-11-28T00:00:00\",\n\t\t\t\"QtyTot\": 2750.0,\n\t\t\t\"NumPack\": 250\n\t\t},\n\t\t\"31\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT240.UVA.ITALIA.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"ITALIA\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"1x50x11\",\n\t\t\t\"ExtDoc\": \"TT240\",\n\t\t\t\"DateRif\": \"2022-11-28T00:00:00\",\n\t\t\t\"QtyTot\": 550.0,\n\t\t\t\"NumPack\": 50\n\t\t},\n\t\t\"32\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT241.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT241\",\n\t\t\t\"DateRif\": \"2022-11-28T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t},\n\t\t\"33\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT242.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"7x50x11\",\n\t\t\t\"ExtDoc\": \"TT242\",\n\t\t\t\"DateRif\": \"2022-11-28T00:00:00\",\n\t\t\t\"QtyTot\": 4081.0,\n\t\t\t\"NumPack\": 371\n\t\t}\n\t},\n\t\"mesType\": \"RegGiacenze\"\n}]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1569141820806.625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"env_8740e20e8e8bb2003e5230773ef23271182ab751","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1572703437306,"created":1572685869222,"name":"Base Environment","data":{},"dataPropertyOrder":{},"color":null,"isPrivate":false,"metaSortKey":1572685869222,"_type":"environment"},{"_id":"jar_8740e20e8e8bb2003e5230773ef23271182ab751","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1572685869231,"created":1572685869231,"name":"Default Jar","cookies":[],"_type":"cookie_jar"},{"_id":"spc_e6fdb813e3494001a0a09f18637637be","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1627050532237,"created":1627050532237,"fileName":"MP-IO","contents":"","contentType":"yaml","_type":"api_spec"},{"_id":"env_c05a8868c4934cdfa10f3a5cb0ebcb5d","parentId":"env_8740e20e8e8bb2003e5230773ef23271182ab751","modified":1657195721258,"created":1572703420555,"name":"DEV","data":{"BASE_URL":"http://localhost:20967/"},"dataPropertyOrder":{"&":["BASE_URL"]},"color":null,"isPrivate":false,"metaSortKey":1572703420555,"_type":"environment"},{"_id":"env_e66bedb2f2ce4168aa67be58ee2e3c04","parentId":"env_8740e20e8e8bb2003e5230773ef23271182ab751","modified":1657195718320,"created":1573471806261,"name":"IIS01","data":{"BASE_URL":"http://iis01.egalware.com/MP/IO/"},"dataPropertyOrder":{"&":["BASE_URL"]},"color":null,"isPrivate":false,"metaSortKey":1573471806261,"_type":"environment"},{"_id":"env_1c2b1769eca04bb5800dd430d9548b42","parentId":"env_8740e20e8e8bb2003e5230773ef23271182ab751","modified":1657195719443,"created":1573471844550,"name":"IIS02","data":{"BASE_URL":"http://iis02.egalware.com/MP/IO/"},"dataPropertyOrder":{"&":["BASE_URL"]},"color":null,"isPrivate":false,"metaSortKey":1573471844550,"_type":"environment"},{"_id":"env_24a7d5ab5ede49b3ba6ca2fae1964cee","parentId":"env_8740e20e8e8bb2003e5230773ef23271182ab751","modified":1657195720083,"created":1657195687758,"name":"IIS03","data":{"BASE_URL":"http://iis03.egalware.com/MP/IO/"},"dataPropertyOrder":{"&":["BASE_URL"]},"color":null,"isPrivate":false,"metaSortKey":1595884971128.5,"_type":"environment"}]}
\ No newline at end of file
+{"_type":"export","__export_format":4,"__export_date":"2022-12-09T18:40:37.456Z","__export_source":"insomnia.desktop.app:v2022.6.0","resources":[{"_id":"req_18c7546d80a74c019f71980710c3a765","parentId":"fld_cde081c45fe24e268c98db0c9c60d5be","modified":1573490149972,"created":1573400234158,"url":"{{ BASE_URL }}/IOB/getObjItems/SIMUL_01","name":"Get All Items","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535038.5,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_cde081c45fe24e268c98db0c9c60d5be","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1573404868724,"created":1573400229143,"name":"MP-IO parametri","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1573400229143,"_type":"request_group"},{"_id":"wrk_6eaf0a20123c480295db476860d8f716","parentId":null,"modified":1573489541008,"created":1572685869137,"name":"MP-IO","description":"","scope":"design","_type":"workspace"},{"_id":"req_5d8f4dc26a944a6cb6ffe55ec6e57415","parentId":"fld_cde081c45fe24e268c98db0c9c60d5be","modified":1573404368579,"created":1573402488180,"url":"{{ BASE_URL }}/IOB/getObjItems2Write/SIMUL_01","name":"Get All Items 2 write","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535032.25,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_b7f013c98aa344c2a7ceb01d915c6e65","parentId":"fld_cde081c45fe24e268c98db0c9c60d5be","modified":1657198832659,"created":1573400285659,"url":"{{ BASE_URL }}/IOB/setObjItems/SIMUL_01","name":"Add All Items","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\t\"uid\": \"setArt\",\n\t\t\"name\": \"Articolo\",\n\t\t\"value\": \"ART000123\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n\t\t\"writable\": true\n\t},\n\t{\n\t\t\"uid\": \"setComm\",\n\t\t\"name\": \"Commessa\",\n\t\t\"value\": \"COMM000002\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n\t\t\"writable\": true\n\t},\n\t{\n\t\t\"uid\": \"TEMP_01\",\n\t\t\"name\": \"Temperatura 01\",\n\t\t\"value\": \"9\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\"\n\t},\n\t{\n\t\t\"uid\": \"PRESS_01\",\n\t\t\"name\": \"Pressione 01\",\n\t\t\"value\": \"9\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\"\n\t}\n]\n"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1572688535007.25,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_47f2f4e7facc465893880458e1c9f077","parentId":"fld_cde081c45fe24e268c98db0c9c60d5be","modified":1657198830313,"created":1573400470873,"url":"{{ BASE_URL }}/IOB/upsertObjItems/SIMUL_01","name":"Add Some Item","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\t\"uid\": \"setComm\",\n\t\t\"name\": \"Commessa\",\n\t\t\"value\": \"\",\n\t\t\"reqValue\": \"COMM000003\",\n\t\t\"lastRequest\": \"{% now 'iso-8601', '' %}\",\n\t\t\"writable\": true\n\t}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1572688534982.25,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_1db8943d9ce74172aa0c9c2b536cc1ab","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1669731503886,"created":1664982160752,"url":"{{ BASE_URL }}/IOB/getCurrPODL/SIMUL_01","name":"Get curr PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535038.5,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_acf754fe816646b5bc43b9657fe9d2a7","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1664982160747,"created":1664982160747,"name":"MP-IO PODL-DOSSIER","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1573231731968.5,"_type":"request_group"},{"_id":"req_36a91f58368b4db98792b76d850b40ed","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1665163635996,"created":1665163630473,"url":"{{ BASE_URL }}/IOB/getListValByTable/PODL","name":"Get ListVal PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535036.5469,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":true,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_f58d5cdb884044209ac7a15af66a412a","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1665149522574,"created":1665149297526,"url":"{{ BASE_URL }}/IOB/getLastDossByMacc/SIMUL_01","name":"Get DOSS last by Macc","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535036.1562,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":true,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_db67e58a9e8b4b9db33bb9cb99e7cd4b","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1665075165801,"created":1665075158847,"url":"{{ BASE_URL }}/IOB/getCurrPODL/","name":"Get curr PODL (ALL)","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535035.375,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_7f3f9a1d035149259c306c215137e08b","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1665127481832,"created":1665126908538,"url":"{{ BASE_URL }}/IOB/getArtCurrPODL","name":"Get ART by CurrODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535034.5938,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_9659721d667c49fcacbbf4e28313c2cb","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1665127491077,"created":1665127488279,"url":"{{ BASE_URL }}/IOB/getArtUsed","name":"Get ART used","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535033.4219,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_2c0f5944140e4e4eb367c7e31b7f71a9","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1664982227256,"created":1664982160769,"url":"{{ BASE_URL }}/IOB/getLastDossArt/NCC_1701D","name":"Get Last DOSS by ART","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535032.25,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_eca298670f414669b4bd2813179c15ff","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1664982246524,"created":1664982242873,"url":"{{ BASE_URL }}/IOB/getLastDossPODL","name":"Get Last DOSS by PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535029.125,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_aa5356d4b4b4456a871233ba0738f115","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1665391005684,"created":1665390990441,"url":"{{ BASE_URL }}/IOB/takeFlogSnapshot/SIMUL_01","name":"Take Snapshot","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688534979.125,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":true,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_73c9276d0eec46b19011f9f6868e20c6","parentId":"fld_d8d2ad76cbd44eda870135968c48db24","modified":1653313059862,"created":1574522588204,"url":"{{ BASE_URL }}/IOB/saveDataItems/SIMUL_01","name":"Send DataItems","description":"","method":"POST","body":{"mimeType":"application/json","text":"[{\n\t\"uuid\": \"AVAIL\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"AVAILABILITY\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"STATUS\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"ACC_TIME\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo macchina in potenza\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"ACC_TIME_WORK\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo macchina in movimento\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"CLOCK\",\n\t\"Category\": 2,\n\t\"Name\": null,\n\t\"Type\": \"CLOCK_TIME\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"POWER\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"POWER_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"OperatorId\",\n\t\"Category\": 1,\n\t\"Name\": \"ID Operatore\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"FUNCT_MODE\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"USER_ACTION\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"TESTING_DATA\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"PROTECTION_STATUS\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato protezioni\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UNK_STATUS\",\n\t\"Category\": 1,\n\t\"Name\": \"Stati sconosciuti\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UNK_STROBE\",\n\t\"Category\": 1,\n\t\"Name\": \"Strobes sconosciuti\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"CNC\",\n\t\"Category\": 0,\n\t\"Name\": null,\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"PLC\",\n\t\"Category\": 0,\n\t\"Name\": null,\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"MTC_asset_chg\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"ASSET_CHANGED\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"MTC_asset_rem\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"ASSET_REMOVED\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota attuale\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_01_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota target\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_01_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_01_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm/min] Feedrate\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"Axis_01_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_01_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_01_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[m] Distanza totale percorsa\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_01_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_01_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"LINEAR\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota attuale\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_02_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota target\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_02_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_02_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm/min] Feedrate\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"Axis_02_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_02_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_02_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[m] Distanza totale percorsa\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_02_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_02_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"LINEAR\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota attuale\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_03_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota target\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_03_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_03_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm/min] Feedrate\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"Axis_03_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_03_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_03_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[m] Distanza totale percorsa\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_03_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_03_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"LINEAR\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] Quota attuale\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Axis_04_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] Quota target\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Axis_04_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_04_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[°/min] Feedrate\",\n\t\"Type\": \"ROTARY_VELOCITY\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"REVOLUTION/MINUTE\"\n}, {\n\t\"uuid\": \"Axis_04_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"ROTARY_VELOCITY\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_04_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_04_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[rev] Rivoluzioni\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_04_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_04_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"ROTARY\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] Quota attuale\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Axis_05_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] Quota target\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Axis_05_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_05_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[°/min] Feedrate\",\n\t\"Type\": \"ROTARY_VELOCITY\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"REVOLUTION/MINUTE\"\n}, {\n\t\"uuid\": \"Axis_05_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"ROTARY_VELOCITY\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_05_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_05_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[rev] Rivoluzioni\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_05_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_05_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"ROTARY\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota attuale\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_06_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota target\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_06_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_06_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm/min] Feedrate\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"Axis_06_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_06_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_06_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[m] Distanza totale percorsa\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_06_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_06_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"LINEAR\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Message\",\n\t\"Category\": 1,\n\t\"Name\": \"Segnalazioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"E_STOP\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato emergenze\",\n\t\"Type\": \"EMERGENCY_STOP\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_Type\",\n\t\"Category\": 1,\n\t\"Name\": \"Lavoro/Asservimento\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_ActiveAxes\",\n\t\"Category\": 1,\n\t\"Name\": \"Assi attivi\",\n\t\"Type\": \"ACTIVE_AXES\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_CodG_Act\",\n\t\"Category\": 1,\n\t\"Name\": \"Codici G\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_SubMode\",\n\t\"Category\": 1,\n\t\"Name\": \"Modo secondario\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_PartId\",\n\t\"Category\": 1,\n\t\"Name\": \"Pezzo corrente\",\n\t\"Type\": \"PART_ID\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_PZ_TOT\",\n\t\"Category\": 1,\n\t\"Name\": \"Pezzi prodotti\",\n\t\"Type\": \"PART_COUNT\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_Cod_M\",\n\t\"Category\": 1,\n\t\"Name\": \"Codici M\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_Cod_S\",\n\t\"Category\": 1,\n\t\"Name\": \"Codici S\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_Cod_T\",\n\t\"Category\": 1,\n\t\"Name\": \"Codici T\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_RUN_MODE\",\n\t\"Category\": 1,\n\t\"Name\": \"Modo operativo\",\n\t\"Type\": \"CONTROLLER_MODE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_EXE_MODE\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato esecuzione\",\n\t\"Type\": \"EXECUTION\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_CurrProg\",\n\t\"Category\": 1,\n\t\"Name\": \"Programma corrente\",\n\t\"Type\": \"PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_CurrProg_RowNum\",\n\t\"Category\": 1,\n\t\"Name\": \"Riga attuale\",\n\t\"Type\": \"LINE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_FeedRate\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm/min] Feedrate\",\n\t\"Type\": \"PATH_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"Path_01_FeedOverr\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] WORK Override\",\n\t\"Type\": \"PATH_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Path_01_RapidOverr\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] RAPID Override\",\n\t\"Type\": \"PATH_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Path_01_PosActX\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] UNITA' OPERATRICE: Posizione X\",\n\t\"Type\": \"PATH_POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Path_01_PosActY\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] UNITA' OPERATRICE: Posizione Y\",\n\t\"Type\": \"PATH_POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Path_01_PosActZ\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] UNITA' OPERATRICE: Posizione Z\",\n\t\"Type\": \"PATH_POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Path_01_PosActI\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] UNITA' OPERATRICE: Angolo I\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Path_01_PosActJ\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] UNITA' OPERATRICE: Angolo J\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Path_01_PosActK\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] UNITA' OPERATRICE: Angolo K\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Path_01_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": null,\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": null,\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UnOp_01_Type\",\n\t\"Category\": 2,\n\t\"Name\": \"Tipologia testa\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UnOp_01_Speed\",\n\t\"Category\": 2,\n\t\"Name\": \"[RPM] SPEED Attuale\",\n\t\"Type\": \"PATH_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"UnOp_01_SpeedOverr\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] SPEED Override\",\n\t\"Type\": \"PATH_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"UnOp_01_ToolId\",\n\t\"Category\": 1,\n\t\"Name\": \"ID Utensile in mandrino\",\n\t\"Type\": \"TOOL_ASSET_ID\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UnOp_01_NumCU\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Cambi Utensile effettuati\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"UnOp_01_Status\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UnOp_01_VitaRes\",\n\t\"Category\": 1,\n\t\"Name\": \"Vita residua utensile in mandrino\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"UnOp_01_VitaResType\",\n\t\"Category\": 1,\n\t\"Name\": \"Tipo vita residua utensile in mandrino\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UnOp_01_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"UnOp_01_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[krev] Rivoluzioni\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"VacPump_01_Status\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"VacPump_01_WrkTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"VacPump_02_Status\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"VacPump_02_WrkTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"VacAct_01_Count\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Commutazioni\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"VacAct_02_Count\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Commutazioni\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Cooler_01_Status\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Cooler_02_Status\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Lubro_01_Num\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Attivazioni\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Lubro_02_Num\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Attivazioni\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Press_01_Value\",\n\t\"Category\": 2,\n\t\"Name\": \"[Pa] Pressione 1\",\n\t\"Type\": \"PRESSURE\",\n\t\"SubType\": null,\n\t\"Units\": \"PASCAL\"\n}]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1572877837397.75,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_d8d2ad76cbd44eda870135968c48db24","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1574522582759,"created":1574522566792,"name":"MP-IO-MTC","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1573051967979.5,"_type":"request_group"},{"_id":"req_18bb232ec88f45688acf5a7ffa5451da","parentId":"fld_9f90e8fb9d4546c9bae983e2b1d30de7","modified":1670609461516,"created":1572688410657,"url":"{{ BASE_URL }}/IOB/enabled/SIMUL_01","name":"Test IOB enabled","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535076,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_9f90e8fb9d4546c9bae983e2b1d30de7","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1670609448291,"created":1670609448291,"name":"IOB Test","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1670609448291,"_type":"request_group"},{"_id":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1572703706816,"created":1572703706816,"name":"MP-IO","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1572703706816,"_type":"request_group"},{"_id":"req_9b12b7b086c94eb3bf19ef19c28088b2","parentId":"fld_9f90e8fb9d4546c9bae983e2b1d30de7","modified":1670609467234,"created":1572688376619,"url":"{{ BASE_URL }}/IOB","name":"Test MP-IO alive","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535026,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_3a849f55973d43d8bb7308b52e487a20","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609485768,"created":1572703720426,"url":"{{ BASE_URL }}/IOB/liveJson/SIMUL_01","name":"Send LiveIOB Json","description":"","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"dataList\":\n\t[\n\t\t{\n\t\t\"key\": \"temp_01\",\n\t\t\"value\": \"20.8\"\n\t\t},\n\t\t{\n\t\t\"key\": \"temp_2\",\n\t\t\"value\": \"21.8\"\n\t\t},\n\t\t{\n\t\t\"key\": \"speed_01\",\n\t\t\"value\": \"5000\"\n\t\t},\n\t\t{\n\t\t\"key\": \"speed_02\",\n\t\t\"value\": \"248\"\n\t\t},\n\t\t{\n\t\t\"key\": \"param_01\",\n\t\t\"value\": \"120.8\"\n\t\t},\n\t\t{\n\t\t\"key\": \"param_02\",\n\t\t\"value\": \"170.8\"\n\t\t}\n\t]\n}\n"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418976.625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_8a628672921d405c955a8a992295804c","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1670609456059,"created":1670609456059,"name":"IOB Send data","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1670609424799.5,"_type":"request_group"},{"_id":"req_8b9bfe3a5fe24f1aa19da4d9cbf24d08","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609491363,"created":1646069719097,"url":"{{ BASE_URL }}/IOB/ulogJson/SIMUL_01","name":"Send ULog Json","description":"","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"fluxData\":\n\t[\n\t\t{\n\t\t\t\"flux\": \"DI\",\n\t\t\t\"valore\": \"User Login - Steamware User\",\n\t\t\t\"dtEve\": \"2022-02-28 11:00:30\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 9,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"label\": \"UserLogin\"\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"DI\",\n\t\t\t\"valore\": \"Dichiarazione di prova\",\n\t\t\t\"dtEve\": \"2022-02-28 11:01:00\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 10,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"label\": \"Note\"\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"RC\",\n\t\t\t\"valore\": \"\",\n\t\t\t\"dtEve\": \"2022-02-28 11:01:01\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 11,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"valNum\": 1\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"RC\",\n\t\t\t\"valore\": \"SIM Controllo fallito\",\n\t\t\t\"dtEve\": \"2022-02-28 11:01:31\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 12,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"valNum\": 0\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"RS\",\n\t\t\t\"valore\": \"SIM Scarto 01\",\n\t\t\t\"dtEve\": \"2022-02-28 11:01:05\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 13,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"label\": \"01\",\n\t\t\t\"valNum\": 1\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"RS\",\n\t\t\t\"valore\": \"SIM Scarto 02\",\n\t\t\t\"dtEve\": \"2022-02-28 11:01:15\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 15,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"label\": \"02\",\n\t\t\t\"valNum\": 2\n\t\t}\n\t]\n}"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418964.125,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_5e199f4f47f5480c8a65836ff3278455","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609489269,"created":1653312485596,"url":"{{ BASE_URL }}/IOB/rawTransfJson/GIACO_ICOEL","name":"Send RawTransfJson","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\"mesType\": \"IcoelBatch\", \n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 21,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Batch 78\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-21T12:40:21.6522013+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t},\n\t\t\"2\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 21,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Batch 78\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-21T12:40:21.6522013+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t}\n\t}\n}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418951.625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_c20f1ba494aa46c6b8ea7a7d9fad7d05","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609495793,"created":1653328411117,"url":"{{ BASE_URL }}/IOB/rawTransfJson/GIACO_ICOEL","name":"Send RawTransfJson 2","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\"dataRif\": \"2022-05-23T19:51:48.9674938+02:00\",\n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 28,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Lotto 85\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-23T16:52:13.2473589+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t},\n\t\t\"2\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 28,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Lotto 85\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-23T16:52:13.2473589+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t}\n\t},\n\t\"mesType\": \"IcoelBatch\"\n\t},\n\t{\n\t\"dataRif\": \"2022-05-23T19:51:48.9674938+02:00\",\n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 28,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Lotto 85\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-23T16:52:13.2473589+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t},\n\t\t\"2\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 28,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Lotto 85\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-23T16:52:13.2473589+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t}\n\t},\n\t\"mesType\": \"IcoelBatch\"\n\t}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418945.375,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_196d4d162e3c4b0d8f09b64630c68354","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609493306,"created":1657198918612,"url":"{{ BASE_URL }}/IOB/rawTransfJson/GIACO_ICOEL","name":"Send RawTransfJson 3","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\"dataRif\": \"2022-05-23T19:51:48.9674938+02:00\",\n\t\"mesContent\": {\n\t\t\"test\":\"data\"\n\t},\n\t\"mesType\": \"IcoelBatch\"\n\t}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418939.125,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_253c3deea8bf47969dd45dd6a529a2b0","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609479263,"created":1572688535026,"url":"{{ BASE_URL }}/IOB/flogJson/SIMUL_01","name":"Send FLog Json","description":"","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"fluxData\":\n\t[\n\t\t{\n\t\t\"flux\": \"test\",\n\t\t\"valore\": \"valore_10\",\n\t\t\"dtEve\": \"2019-11-02 11:01:00\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\"cnt\": 10\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_11\",\n\t\t\t\"dtEve\": \"2019-11-02 11:01:01\",\n\t\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 11\n\t\t},\n\t\t{\n\t\t\"flux\": \"test\",\n\t\t\"valore\": \"valore_12\",\n\t\t\"dtEve\": \"2019-11-02 11:01:02\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\"cnt\": 12\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_13\",\n\t\t\t\"dtEve\": \"2019-11-02 11:02:03\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 13\n\t\t},\n\t\t{\n\t\t\"flux\": \"test\",\n\t\t\"valore\": \"valore_14\",\n\t\t\"dtEve\": \"2019-11-02 11:02:04\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\"cnt\": 14\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_15\",\n\t\t\t\"dtEve\": \"2019-11-02 11:02:05\",\n\t\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 15\n\t\t},\n\t\t{\n\t\t\"flux\": \"test\",\n\t\t\"valore\": \"valore_16\",\n\t\t\"dtEve\": \"2019-11-02 11:01:06\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\"cnt\": 16\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_17\",\n\t\t\t\"dtEve\": \"2019-11-02 11:01:07\",\n\t\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 17\n\t\t},\n\t\t{\n\t\t\"flux\": \"test\",\n\t\t\"valore\": \"valore_18\",\n\t\t\"dtEve\": \"2019-11-02 11:01:08\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\"cnt\": 18\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_19\",\n\t\t\t\"dtEve\": \"2019-11-02 11:01:09\",\n\t\t \"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 19\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_20\",\n\t\t\t\"dtEve\": \"2019-11-02 11:01:10\",\n\t\t \"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 20\n\t\t}\n\t]\n}\n"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418926.625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_49c304f221414895909527bd15006bbb","parentId":"fld_35705beb7dc646c194e2399a517d6164","modified":1670609409276,"created":1669731519033,"url":"{{ BASE_URL }}/IOB/getCurrODL/SIMUL_01","name":"Get curr ODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1621648968217,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_35705beb7dc646c194e2399a517d6164","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1670609401308,"created":1670609401308,"name":"ODL operations","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1670609401308,"_type":"request_group"},{"_id":"req_8581aca74b54400dac738aedab6ac351","parentId":"fld_35705beb7dc646c194e2399a517d6164","modified":1670609412428,"created":1669731602311,"url":"{{ BASE_URL }}/IOB/getCurrODL/BAG_TL_01","name":"Get curr ODL bis","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1621648968167,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_b010f9d8ac8d49729b7133d88b91ad15","parentId":"fld_35705beb7dc646c194e2399a517d6164","modified":1670609508436,"created":1669731544786,"url":"{{ BASE_URL }}/IOB/getCurrPODL/SIMUL_01","name":"Get curr PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1621648968117,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_5bbf1b31a22f482483e06238bc34699c","parentId":"fld_814648a9b7cb4845b273ca1e0f368e15","modified":1670609538543,"created":1666116982730,"url":"{{ BASE_URL }}/IOB/getTask2Exe/SIMUL_01","name":"MP-IO getTask2exe","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535044.75,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_814648a9b7cb4845b273ca1e0f368e15","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1670609540562,"created":1670609530047,"name":"Special & Task","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1569141820797.25,"_type":"request_group"},{"_id":"req_dd8a225868c74c75a0f04e9fafc6504f","parentId":"fld_814648a9b7cb4845b273ca1e0f368e15","modified":1670609544012,"created":1663577161793,"url":"{{ BASE_URL }}/IOB/takeFlogSnapshot/SIMUL_01","name":"Take FL Snapshot","description":"","method":"POST","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688534994.75,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_bd58a4e23a1248b7bcb0b5c86df0467d","parentId":"fld_fd617b20452443d7b34774f98b06a1ac","modified":1670610619681,"created":1670609338937,"url":"{{ BASE_URL }}/IOB/askCloseODL/BAG_TL_01?idxOdl=91022","name":"AskCloseOdl","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1569141820856.625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_fd617b20452443d7b34774f98b06a1ac","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1670609346069,"created":1670609317270,"name":"GestMessaggi","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1569141820794.125,"_type":"request_group"},{"_id":"req_1629039e944940e68c1ad6858fa5ac86","parentId":"fld_ce2a7c30d21e4384b54896a36c397a3d","modified":1669825815534,"created":1669710554275,"url":"{{ BASE_URL }}/IOB/getOdlAtDate/SIMUL_01?dateRif=20221122","name":"Get ODL at date","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1569141820875.375,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_ce2a7c30d21e4384b54896a36c397a3d","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1669710566195,"created":1669710490058,"name":"RegGiacenze","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1569141820787.875,"_type":"request_group"},{"_id":"req_387e31b0e0854a31ae30e211135682db","parentId":"fld_ce2a7c30d21e4384b54896a36c397a3d","modified":1669735064977,"created":1669735045760,"url":"{{ BASE_URL }}/IOB/fixDailyOdl/BAG_TL_01","name":"Fix ODL Daily","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1569141820862.875,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_64fa5f91371349daa76de804a5cea000","parentId":"fld_ce2a7c30d21e4384b54896a36c397a3d","modified":1669824655042,"created":1669710599508,"url":"{{ BASE_URL }}/IOB/rawTransfJson/SIMUL_01","name":"Send Giac RawTransf","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\"dataRif\": \"2022-11-16T20:00:00.9674938+02:00\",\n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"IdxODL\": 90937,\n\t\t\t\"IdentRG\":\t\"20220920.UVA.LUISA.COPPI\",\n\t\t\t\"Product\":\t\"UVA\",\n\t\t\t\"Variety\":\t\"LUISA\",\n\t\t\t\"Supplier\":\t\"COPPI\",\n\t\t\t\"ExtDoc\": \t\"TT111\",\n\t\t\t\"DateRif\":\t\"2022-09-20T00:00:00.000000+02:00\",\n\t\t\t\"QtyTot\":\t6050.0,\n\t\t\t\"NumPack\":\t550,\n\t\t\t\"Notes\":\t\"11x50x11\"\n\t\t},\n\t\t\"2\": {\n\t\t\t\"IdxODL\": 90937,\n\t\t\t\"IdentRG\":\t\"20220929.UVA.GIANT_PEARL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\":\t\"UVA\",\n\t\t\t\"Variety\":\t\"GIANT PEARL\",\n\t\t\t\"Supplier\":\t\"F.LLI GIACOVELLI\",\n\t\t\t\"ExtDoc\": \t\"TT119\",\n\t\t\t\"DateRif\":\t\"2022-09-29T00:00:00.000000+02:00\",\n\t\t\t\"QtyTot\":\t6050.0,\n\t\t\t\"NumPack\":\t550,\n\t\t\t\"Notes\":\t\"11x50x11\"\n\t\t},\n\t\t\"3\": {\n\t\t\t\"IdxODL\": 90937,\n\t\t\t\"IdentRG\":\t\"20221012.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\":\t\"UVA\",\n\t\t\t\"Variety\":\t\"SWEET CEL.\",\n\t\t\t\"Supplier\":\t\"F.LLI GIACOVELLI\",\n\t\t\t\"ExtDoc\": \t\"TT140\",\n\t\t\t\"DateRif\":\t\"2022-10-12T00:00:00.000000+02:00\",\n\t\t\t\"QtyTot\":\t550.0,\n\t\t\t\"NumPack\":\t50,\n\t\t\t\"Notes\":\t\"1x50x11\"\n\t\t}\n\t},\n\t\"mesType\": \"RegGiacenze\"\n\t}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1569141820825.375,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_a66d71145c0a4fc996f77eec7b06b92d","parentId":"fld_ce2a7c30d21e4384b54896a36c397a3d","modified":1669830137697,"created":1669824597871,"url":"{{ BASE_URL }}/IOB/rawTransfJson/SIMUL_01","name":"Send Giac RawTransf bis","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\"dataRif\": \"2022-11-30T18:41:33.9632915+01:00\",\n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT223.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT223\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"2\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT224.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT224\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"3\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT225.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT225\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 1100.0,\n\t\t\t\"NumPack\": 100\n\t\t},\n\t\t\"4\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT219.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"SWEET CEL.\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"14x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 7700.0,\n\t\t\t\"NumPack\": 700\n\t\t},\n\t\t\"5\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT219.UVA.RED_GLOBE.D'APRILE\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"D'APRILE\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 1100.0,\n\t\t\t\"NumPack\": 100\n\t\t},\n\t\t\"6\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT219.UVA.RED_GLOBE.L'ABBATE\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"L'ABBATE\",\n\t\t\t\"Notes\": \"7x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 3850.0,\n\t\t\t\"NumPack\": 350\n\t\t},\n\t\t\"7\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT217.UVA.REGAL.LASELVA\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"LASELVA\",\n\t\t\t\"Notes\": \"12x50x11\",\n\t\t\t\"ExtDoc\": \"TT217\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 6600.0,\n\t\t\t\"NumPack\": 600\n\t\t},\n\t\t\"8\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT214.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"12x50x11\",\n\t\t\t\"ExtDoc\": \"TT214\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 0.0,\n\t\t\t\"NumPack\": 0\n\t\t},\n\t\t\"9\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT215.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT215\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 3850.0,\n\t\t\t\"NumPack\": 350\n\t\t},\n\t\t\"10\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT216.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT216\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t},\n\t\t\"11\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT212.UVA.RED_GLOBE.PORCELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"PORCELLI\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT212\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 2365.0,\n\t\t\t\"NumPack\": 215\n\t\t},\n\t\t\"12\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT212.UVA.BLACK_PEARL.PORCELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"BLACK PEARL\",\n\t\t\t\"Supplier\": \"PORCELLI\",\n\t\t\t\"Notes\": \"5x50x11\",\n\t\t\t\"ExtDoc\": \"TT212\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 2750.0,\n\t\t\t\"NumPack\": 250\n\t\t},\n\t\t\"13\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT213.UVA.RED_GLOBE.CITRUS/ERRIFRUIT\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"CITRUS/ERRIFRUIT\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT213\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t}\n\t},\n\t\"mesType\": \"RegGiacenze\"\n}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1569141820812.875,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_05642210386a4076a82339eb70c61e1d","parentId":"fld_ce2a7c30d21e4384b54896a36c397a3d","modified":1669830817707,"created":1669830292738,"url":"{{ BASE_URL }}/IOB/rawTransfJson/SIMUL_01","name":"Send Giac RawTransf ter","description":"","method":"POST","body":{"mimeType":"application/json","text":"[{\n\t\"dataRif\": \"2022-11-30T18:52:59.6792342+01:00\",\n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT111.UVA.LUISA.COPPI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"LUISA\",\n\t\t\t\"Supplier\": \"COPPI\",\n\t\t\t\"Notes\": \"11x50x11\",\n\t\t\t\"ExtDoc\": \"TT111\",\n\t\t\t\"DateRif\": \"2022-09-20T00:00:00\",\n\t\t\t\"QtyTot\": 6050.0,\n\t\t\t\"NumPack\": 550\n\t\t},\n\t\t\"2\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT119.UVA.GIANT_PEARL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"GIANT PEARL\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"11x50x11\",\n\t\t\t\"ExtDoc\": \"TT119\",\n\t\t\t\"DateRif\": \"2022-09-29T00:00:00\",\n\t\t\t\"QtyTot\": 6050.0,\n\t\t\t\"NumPack\": 550\n\t\t},\n\t\t\"3\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT130.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"SWEET CEL.\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"1x50x11\",\n\t\t\t\"ExtDoc\": \"TT130\",\n\t\t\t\"DateRif\": \"2022-10-06T00:00:00\",\n\t\t\t\"QtyTot\": 0.0,\n\t\t\t\"NumPack\": 0\n\t\t},\n\t\t\"4\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT140.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"SWEET CEL.\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"13x50x11\",\n\t\t\t\"ExtDoc\": \"TT140\",\n\t\t\t\"DateRif\": \"2022-10-12T00:00:00\",\n\t\t\t\"QtyTot\": 550.0,\n\t\t\t\"NumPack\": 50\n\t\t},\n\t\t\"5\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT175.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"SWEET CEL.\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"19x40x11\",\n\t\t\t\"ExtDoc\": \"TT175\",\n\t\t\t\"DateRif\": \"2022-10-28T00:00:00\",\n\t\t\t\"QtyTot\": 8855.0,\n\t\t\t\"NumPack\": 805\n\t\t},\n\t\t\"6\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT212.UVA.RED_GLOBE.PORCELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"PORCELLI\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT212\",\n\t\t\t\"DateRif\": \"2022-11-16T00:00:00\",\n\t\t\t\"QtyTot\": 2365.0,\n\t\t\t\"NumPack\": 215\n\t\t},\n\t\t\"7\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT212.UVA.BLACK_PEARL.PORCELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"BLACK PEARL\",\n\t\t\t\"Supplier\": \"PORCELLI\",\n\t\t\t\"Notes\": \"5x50x11\",\n\t\t\t\"ExtDoc\": \"TT212\",\n\t\t\t\"DateRif\": \"2022-11-16T00:00:00\",\n\t\t\t\"QtyTot\": 2750.0,\n\t\t\t\"NumPack\": 250\n\t\t},\n\t\t\"8\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT213.UVA.RED_GLOBE.CITRUS/ERRIFRUIT\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"CITRUS/ERRIFRUIT\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT213\",\n\t\t\t\"DateRif\": \"2022-11-16T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t},\n\t\t\"9\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT215.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"7x50x11\",\n\t\t\t\"ExtDoc\": \"TT215\",\n\t\t\t\"DateRif\": \"2022-11-17T00:00:00\",\n\t\t\t\"QtyTot\": 3850.0,\n\t\t\t\"NumPack\": 350\n\t\t},\n\t\t\"10\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT219.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"SWEET CEL.\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"14x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-19T00:00:00\",\n\t\t\t\"QtyTot\": 7700.0,\n\t\t\t\"NumPack\": 700\n\t\t},\n\t\t\"11\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT219.UVA.RED_GLOBE.D'APRILE\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"D'APRILE\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-19T00:00:00\",\n\t\t\t\"QtyTot\": 1100.0,\n\t\t\t\"NumPack\": 100\n\t\t},\n\t\t\"12\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT219.UVA.RED_GLOBE.L'ABBATE\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"L'ABBATE\",\n\t\t\t\"Notes\": \"7x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-19T00:00:00\",\n\t\t\t\"QtyTot\": 3850.0,\n\t\t\t\"NumPack\": 350\n\t\t},\n\t\t\"13\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT223.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT223\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"14\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT224.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT224\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"15\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT225.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT225\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 1100.0,\n\t\t\t\"NumPack\": 100\n\t\t},\n\t\t\"16\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT227.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT227\",\n\t\t\t\"DateRif\": \"2022-11-23T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"17\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT228.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"6x50x11\",\n\t\t\t\"ExtDoc\": \"TT228\",\n\t\t\t\"DateRif\": \"2022-11-23T00:00:00\",\n\t\t\t\"QtyTot\": 3300.0,\n\t\t\t\"NumPack\": 300\n\t\t},\n\t\t\"18\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT229.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"3x50x11\",\n\t\t\t\"ExtDoc\": \"TT229\",\n\t\t\t\"DateRif\": \"2022-11-23T00:00:00\",\n\t\t\t\"QtyTot\": 2431.0,\n\t\t\t\"NumPack\": 221\n\t\t},\n\t\t\"19\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT230.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT230\",\n\t\t\t\"DateRif\": \"2022-11-23T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"20\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT231.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"6x50x11\",\n\t\t\t\"ExtDoc\": \"TT231\",\n\t\t\t\"DateRif\": \"2022-11-24T00:00:00\",\n\t\t\t\"QtyTot\": 3300.0,\n\t\t\t\"NumPack\": 300\n\t\t},\n\t\t\"21\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT232.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"6x50x11\",\n\t\t\t\"ExtDoc\": \"TT232\",\n\t\t\t\"DateRif\": \"2022-11-24T00:00:00\",\n\t\t\t\"QtyTot\": 3300.0,\n\t\t\t\"NumPack\": 300\n\t\t},\n\t\t\"22\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT233.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT233\",\n\t\t\t\"DateRif\": \"2022-11-24T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"23\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT234.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"6x50x11\",\n\t\t\t\"ExtDoc\": \"TT234\",\n\t\t\t\"DateRif\": \"2022-11-24T00:00:00\",\n\t\t\t\"QtyTot\": 3531.0,\n\t\t\t\"NumPack\": 321\n\t\t},\n\t\t\"24\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT235.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT235\",\n\t\t\t\"DateRif\": \"2022-11-24T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t},\n\t\t\"25\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT236.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"12x50x11\",\n\t\t\t\"ExtDoc\": \"TT236\",\n\t\t\t\"DateRif\": \"2022-11-25T00:00:00\",\n\t\t\t\"QtyTot\": 6600.0,\n\t\t\t\"NumPack\": 600\n\t\t},\n\t\t\"26\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT237.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"6x50x11\",\n\t\t\t\"ExtDoc\": \"TT237\",\n\t\t\t\"DateRif\": \"2022-11-25T00:00:00\",\n\t\t\t\"QtyTot\": 3300.0,\n\t\t\t\"NumPack\": 300\n\t\t},\n\t\t\"27\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT238.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT238\",\n\t\t\t\"DateRif\": \"2022-11-25T00:00:00\",\n\t\t\t\"QtyTot\": 6732.0,\n\t\t\t\"NumPack\": 612\n\t\t},\n\t\t\"28\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT239.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"9x50x11\",\n\t\t\t\"ExtDoc\": \"TT239\",\n\t\t\t\"DateRif\": \"2022-11-26T00:00:00\",\n\t\t\t\"QtyTot\": 6490.0,\n\t\t\t\"NumPack\": 590\n\t\t},\n\t\t\"29\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT240.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT240\",\n\t\t\t\"DateRif\": \"2022-11-28T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t},\n\t\t\"30\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT240.UVA.ITALIA.D'APRILE\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"ITALIA\",\n\t\t\t\"Supplier\": \"D'APRILE\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT240\",\n\t\t\t\"DateRif\": \"2022-11-28T00:00:00\",\n\t\t\t\"QtyTot\": 2750.0,\n\t\t\t\"NumPack\": 250\n\t\t},\n\t\t\"31\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT240.UVA.ITALIA.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"ITALIA\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"1x50x11\",\n\t\t\t\"ExtDoc\": \"TT240\",\n\t\t\t\"DateRif\": \"2022-11-28T00:00:00\",\n\t\t\t\"QtyTot\": 550.0,\n\t\t\t\"NumPack\": 50\n\t\t},\n\t\t\"32\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT241.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT241\",\n\t\t\t\"DateRif\": \"2022-11-28T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t},\n\t\t\"33\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT242.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"7x50x11\",\n\t\t\t\"ExtDoc\": \"TT242\",\n\t\t\t\"DateRif\": \"2022-11-28T00:00:00\",\n\t\t\t\"QtyTot\": 4081.0,\n\t\t\t\"NumPack\": 371\n\t\t}\n\t},\n\t\"mesType\": \"RegGiacenze\"\n}]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1569141820806.625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"env_8740e20e8e8bb2003e5230773ef23271182ab751","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1572703437306,"created":1572685869222,"name":"Base Environment","data":{},"dataPropertyOrder":{},"color":null,"isPrivate":false,"metaSortKey":1572685869222,"_type":"environment"},{"_id":"jar_8740e20e8e8bb2003e5230773ef23271182ab751","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1572685869231,"created":1572685869231,"name":"Default Jar","cookies":[],"_type":"cookie_jar"},{"_id":"spc_e6fdb813e3494001a0a09f18637637be","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1627050532237,"created":1627050532237,"fileName":"MP-IO","contents":"","contentType":"yaml","_type":"api_spec"},{"_id":"env_c05a8868c4934cdfa10f3a5cb0ebcb5d","parentId":"env_8740e20e8e8bb2003e5230773ef23271182ab751","modified":1657195721258,"created":1572703420555,"name":"DEV","data":{"BASE_URL":"http://localhost:20967/"},"dataPropertyOrder":{"&":["BASE_URL"]},"color":null,"isPrivate":false,"metaSortKey":1572703420555,"_type":"environment"},{"_id":"env_e66bedb2f2ce4168aa67be58ee2e3c04","parentId":"env_8740e20e8e8bb2003e5230773ef23271182ab751","modified":1657195718320,"created":1573471806261,"name":"IIS01","data":{"BASE_URL":"http://iis01.egalware.com/MP/IO/"},"dataPropertyOrder":{"&":["BASE_URL"]},"color":null,"isPrivate":false,"metaSortKey":1573471806261,"_type":"environment"},{"_id":"env_1c2b1769eca04bb5800dd430d9548b42","parentId":"env_8740e20e8e8bb2003e5230773ef23271182ab751","modified":1657195719443,"created":1573471844550,"name":"IIS03","data":{"BASE_URL":"http://IIS03.egalware.com/MP/IO/"},"dataPropertyOrder":{"&":["BASE_URL"]},"color":null,"isPrivate":false,"metaSortKey":1573471844550,"_type":"environment"},{"_id":"env_24a7d5ab5ede49b3ba6ca2fae1964cee","parentId":"env_8740e20e8e8bb2003e5230773ef23271182ab751","modified":1657195720083,"created":1657195687758,"name":"IIS03","data":{"BASE_URL":"http://iis03.egalware.com/MP/IO/"},"dataPropertyOrder":{"&":["BASE_URL"]},"color":null,"isPrivate":false,"metaSortKey":1595884971128.5,"_type":"environment"}]}
\ No newline at end of file
diff --git a/REST_test/Insomnia_MP_IO.json b/REST_test/Insomnia_MP_IO.json
index 52972f8a..1712c662 100644
--- a/REST_test/Insomnia_MP_IO.json
+++ b/REST_test/Insomnia_MP_IO.json
@@ -1 +1 @@
-{"_type":"export","__export_format":4,"__export_date":"2023-12-09T11:06:46.373Z","__export_source":"insomnia.desktop.app:v2023.5.8","resources":[{"_id":"req_18c7546d80a74c019f71980710c3a765","parentId":"fld_cde081c45fe24e268c98db0c9c60d5be","modified":1573490149972,"created":1573400234158,"url":"{{ BASE_URL }}/IOB/getObjItems/SIMUL_01","name":"Get All Items","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535038.5,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_cde081c45fe24e268c98db0c9c60d5be","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1573404868724,"created":1573400229143,"name":"MP-IO parametri","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1573400229143,"_type":"request_group"},{"_id":"wrk_6eaf0a20123c480295db476860d8f716","parentId":null,"modified":1671560657129,"created":1572685869137,"name":"MP-IO","description":"","scope":"design","_type":"workspace"},{"_id":"req_5d8f4dc26a944a6cb6ffe55ec6e57415","parentId":"fld_cde081c45fe24e268c98db0c9c60d5be","modified":1573404368579,"created":1573402488180,"url":"{{ BASE_URL }}/IOB/getObjItems2Write/SIMUL_01","name":"Get All Items 2 write","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535032.25,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_b7f013c98aa344c2a7ceb01d915c6e65","parentId":"fld_cde081c45fe24e268c98db0c9c60d5be","modified":1657198832659,"created":1573400285659,"url":"{{ BASE_URL }}/IOB/setObjItems/SIMUL_01","name":"Add All Items","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\t\"uid\": \"setArt\",\n\t\t\"name\": \"Articolo\",\n\t\t\"value\": \"ART000123\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n\t\t\"writable\": true\n\t},\n\t{\n\t\t\"uid\": \"setComm\",\n\t\t\"name\": \"Commessa\",\n\t\t\"value\": \"COMM000002\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n\t\t\"writable\": true\n\t},\n\t{\n\t\t\"uid\": \"TEMP_01\",\n\t\t\"name\": \"Temperatura 01\",\n\t\t\"value\": \"9\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\"\n\t},\n\t{\n\t\t\"uid\": \"PRESS_01\",\n\t\t\"name\": \"Pressione 01\",\n\t\t\"value\": \"9\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\"\n\t}\n]\n"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1572688535007.25,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_47f2f4e7facc465893880458e1c9f077","parentId":"fld_cde081c45fe24e268c98db0c9c60d5be","modified":1695103895747,"created":1573400470873,"url":"{{ BASE_URL }}/IOB/upsertObjItems/SIMUL_01","name":"Add Some Item","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\t\"uid\": \"setComm\",\n\t\t\"name\": \"Commessa\",\n\t\t\"value\": \"\",\n\t\t\"reqValue\": \"COMM000003\",\n\t\t\"lastRequest\": \"{% now 'iso-8601', '' %}\",\n\t\t\"writable\": true\n\t}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1572688535004.125,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_8169efe9cbb744d7bc1d28a67374e910","parentId":"fld_cde081c45fe24e268c98db0c9c60d5be","modified":1695103929841,"created":1695103794723,"url":"{{ BASE_URL }}/IOB/setObjItems/SIMUL_01","name":"Add All Items SIMUL_01","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n {\n \"description\": \"Articolo\",\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"setArt\",\n \"reqValue\": \"\",\n \"uid\": \"setArt\",\n \"UM\": \"\",\n \"valMax\": 9999,\n \"valMin\": 0,\n \"value\": \"\",\n \"writable\": true\n },\n {\n \"description\": \"Commessa\",\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"setComm\",\n \"reqValue\": \"\",\n \"uid\": \"setComm\",\n \"UM\": \"\",\n \"valMax\": 9999,\n \"valMin\": 0,\n \"value\": \"\",\n \"writable\": true\n },\n {\n \"description\": \"Qta Richiesta\",\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"setPzComm\",\n \"reqValue\": \"\",\n \"uid\": \"setPzComm\",\n \"UM\": \"\",\n \"valMax\": 9999,\n \"valMin\": 0,\n \"value\": \"\",\n \"writable\": true\n },\n {\n \"description\": \"Imposta Qta\",\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"forceSetPzCount\",\n \"reqValue\": \"\",\n \"uid\": \"forceSetPzCount\",\n \"UM\": \"\",\n \"valMax\": 9999,\n \"valMin\": 0,\n \"value\": \"\",\n \"writable\": true\n },\n {\n \"description\": \"Temperatura 01\",\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"TEMP_01\",\n \"reqValue\": \"\",\n \"uid\": \"TEMP_01\",\n \"UM\": \"\",\n \"valMax\": 24,\n \"valMin\": 18,\n \"value\": \"\",\n \"writable\": false\n },\n {\n \"description\": \"Potenza impianto\",\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"POWER_01\",\n \"reqValue\": \"\",\n \"uid\": \"POWER_01\",\n \"UM\": \"\",\n \"valMax\": 80,\n \"valMin\": 40,\n \"value\": \"\",\n \"writable\": false\n },\n {\n \"description\": \"FEED override\",\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"FEED_OVER\",\n \"reqValue\": \"\",\n \"uid\": \"FEED_OVER\",\n \"UM\": \"\",\n \"valMax\": 100,\n \"valMin\": 0,\n \"value\": \"\",\n \"writable\": false\n },\n {\n \"description\": \"RAPID override\",\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"RAPID_OVER\",\n \"reqValue\": \"\",\n \"uid\": \"RAPID_OVER\",\n \"UM\": \"\",\n \"valMax\": 120,\n \"valMin\": 50,\n \"value\": \"\",\n \"writable\": false\n },\n {\n \"description\": \"Asse X\",\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"POS_X\",\n \"reqValue\": \"\",\n \"uid\": \"POS_X\",\n \"UM\": \"\",\n \"valMax\": 2000,\n \"valMin\": -2000,\n \"value\": \"\",\n \"writable\": false\n },\n {\n \"description\": \"Asse Y\",\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"POS_Y\",\n \"reqValue\": \"\",\n \"uid\": \"POS_Y\",\n \"UM\": \"\",\n \"valMax\": 2000,\n \"valMin\": 0,\n \"value\": \"\",\n \"writable\": false\n },\n {\n \"description\": \"Asse Z\",\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"POS_Z\",\n \"reqValue\": \"\",\n \"uid\": \"POS_Z\",\n \"UM\": \"\",\n \"valMax\": 1500,\n \"valMin\": 0,\n \"value\": \"\",\n \"writable\": false\n }\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1572688535003.3438,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_217197d4ad914ac8b061e89793672a96","parentId":"fld_cde081c45fe24e268c98db0c9c60d5be","modified":1695110823273,"created":1695103903262,"url":"{{ BASE_URL }}/IOB/upsertObjItems/SIMUL_01","name":"Add Some Item SIMUL_01","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n {\n \"description\": \"Asse X\",\n\t\t\"displOrdinal\": 8,\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"POS_X\",\n \"reqValue\": \"\",\n \"uid\": \"POS_X\",\n \"UM\": \"\",\n \"valMax\": 2000,\n \"valMin\": -2000,\n \"value\": \"111\",\n \"writable\": false\n },\n {\n \"description\": \"Asse Y\",\n\t\t\"displOrdinal\": 9,\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"POS_Y\",\n \"reqValue\": \"\",\n \"uid\": \"POS_Y\",\n \"UM\": \"\",\n \"valMax\": 2000,\n \"valMin\": 0,\n \"value\": \"222\",\n \"writable\": false\n },\n {\n \"description\": \"Asse Z\",\n\t\t\"displOrdinal\": 10,\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"POS_Z\",\n \"reqValue\": \"\",\n \"uid\": \"POS_Z\",\n \"UM\": \"\",\n \"valMax\": 1500,\n \"valMin\": 0,\n \"value\": \"333\",\n \"writable\": false\n }\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1572688535002.5625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_73c9276d0eec46b19011f9f6868e20c6","parentId":"fld_d8d2ad76cbd44eda870135968c48db24","modified":1653313059862,"created":1574522588204,"url":"{{ BASE_URL }}/IOB/saveDataItems/SIMUL_01","name":"Send DataItems","description":"","method":"POST","body":{"mimeType":"application/json","text":"[{\n\t\"uuid\": \"AVAIL\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"AVAILABILITY\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"STATUS\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"ACC_TIME\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo macchina in potenza\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"ACC_TIME_WORK\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo macchina in movimento\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"CLOCK\",\n\t\"Category\": 2,\n\t\"Name\": null,\n\t\"Type\": \"CLOCK_TIME\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"POWER\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"POWER_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"OperatorId\",\n\t\"Category\": 1,\n\t\"Name\": \"ID Operatore\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"FUNCT_MODE\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"USER_ACTION\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"TESTING_DATA\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"PROTECTION_STATUS\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato protezioni\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UNK_STATUS\",\n\t\"Category\": 1,\n\t\"Name\": \"Stati sconosciuti\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UNK_STROBE\",\n\t\"Category\": 1,\n\t\"Name\": \"Strobes sconosciuti\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"CNC\",\n\t\"Category\": 0,\n\t\"Name\": null,\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"PLC\",\n\t\"Category\": 0,\n\t\"Name\": null,\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"MTC_asset_chg\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"ASSET_CHANGED\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"MTC_asset_rem\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"ASSET_REMOVED\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota attuale\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_01_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota target\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_01_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_01_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm/min] Feedrate\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"Axis_01_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_01_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_01_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[m] Distanza totale percorsa\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_01_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_01_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"LINEAR\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota attuale\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_02_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota target\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_02_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_02_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm/min] Feedrate\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"Axis_02_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_02_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_02_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[m] Distanza totale percorsa\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_02_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_02_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"LINEAR\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota attuale\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_03_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota target\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_03_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_03_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm/min] Feedrate\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"Axis_03_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_03_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_03_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[m] Distanza totale percorsa\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_03_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_03_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"LINEAR\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] Quota attuale\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Axis_04_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] Quota target\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Axis_04_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_04_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[°/min] Feedrate\",\n\t\"Type\": \"ROTARY_VELOCITY\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"REVOLUTION/MINUTE\"\n}, {\n\t\"uuid\": \"Axis_04_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"ROTARY_VELOCITY\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_04_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_04_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[rev] Rivoluzioni\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_04_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_04_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"ROTARY\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] Quota attuale\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Axis_05_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] Quota target\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Axis_05_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_05_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[°/min] Feedrate\",\n\t\"Type\": \"ROTARY_VELOCITY\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"REVOLUTION/MINUTE\"\n}, {\n\t\"uuid\": \"Axis_05_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"ROTARY_VELOCITY\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_05_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_05_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[rev] Rivoluzioni\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_05_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_05_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"ROTARY\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota attuale\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_06_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota target\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_06_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_06_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm/min] Feedrate\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"Axis_06_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_06_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_06_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[m] Distanza totale percorsa\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_06_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_06_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"LINEAR\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Message\",\n\t\"Category\": 1,\n\t\"Name\": \"Segnalazioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"E_STOP\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato emergenze\",\n\t\"Type\": \"EMERGENCY_STOP\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_Type\",\n\t\"Category\": 1,\n\t\"Name\": \"Lavoro/Asservimento\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_ActiveAxes\",\n\t\"Category\": 1,\n\t\"Name\": \"Assi attivi\",\n\t\"Type\": \"ACTIVE_AXES\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_CodG_Act\",\n\t\"Category\": 1,\n\t\"Name\": \"Codici G\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_SubMode\",\n\t\"Category\": 1,\n\t\"Name\": \"Modo secondario\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_PartId\",\n\t\"Category\": 1,\n\t\"Name\": \"Pezzo corrente\",\n\t\"Type\": \"PART_ID\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_PZ_TOT\",\n\t\"Category\": 1,\n\t\"Name\": \"Pezzi prodotti\",\n\t\"Type\": \"PART_COUNT\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_Cod_M\",\n\t\"Category\": 1,\n\t\"Name\": \"Codici M\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_Cod_S\",\n\t\"Category\": 1,\n\t\"Name\": \"Codici S\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_Cod_T\",\n\t\"Category\": 1,\n\t\"Name\": \"Codici T\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_RUN_MODE\",\n\t\"Category\": 1,\n\t\"Name\": \"Modo operativo\",\n\t\"Type\": \"CONTROLLER_MODE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_EXE_MODE\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato esecuzione\",\n\t\"Type\": \"EXECUTION\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_CurrProg\",\n\t\"Category\": 1,\n\t\"Name\": \"Programma corrente\",\n\t\"Type\": \"PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_CurrProg_RowNum\",\n\t\"Category\": 1,\n\t\"Name\": \"Riga attuale\",\n\t\"Type\": \"LINE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_FeedRate\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm/min] Feedrate\",\n\t\"Type\": \"PATH_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"Path_01_FeedOverr\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] WORK Override\",\n\t\"Type\": \"PATH_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Path_01_RapidOverr\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] RAPID Override\",\n\t\"Type\": \"PATH_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Path_01_PosActX\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] UNITA' OPERATRICE: Posizione X\",\n\t\"Type\": \"PATH_POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Path_01_PosActY\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] UNITA' OPERATRICE: Posizione Y\",\n\t\"Type\": \"PATH_POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Path_01_PosActZ\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] UNITA' OPERATRICE: Posizione Z\",\n\t\"Type\": \"PATH_POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Path_01_PosActI\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] UNITA' OPERATRICE: Angolo I\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Path_01_PosActJ\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] UNITA' OPERATRICE: Angolo J\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Path_01_PosActK\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] UNITA' OPERATRICE: Angolo K\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Path_01_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": null,\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": null,\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UnOp_01_Type\",\n\t\"Category\": 2,\n\t\"Name\": \"Tipologia testa\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UnOp_01_Speed\",\n\t\"Category\": 2,\n\t\"Name\": \"[RPM] SPEED Attuale\",\n\t\"Type\": \"PATH_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"UnOp_01_SpeedOverr\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] SPEED Override\",\n\t\"Type\": \"PATH_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"UnOp_01_ToolId\",\n\t\"Category\": 1,\n\t\"Name\": \"ID Utensile in mandrino\",\n\t\"Type\": \"TOOL_ASSET_ID\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UnOp_01_NumCU\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Cambi Utensile effettuati\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"UnOp_01_Status\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UnOp_01_VitaRes\",\n\t\"Category\": 1,\n\t\"Name\": \"Vita residua utensile in mandrino\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"UnOp_01_VitaResType\",\n\t\"Category\": 1,\n\t\"Name\": \"Tipo vita residua utensile in mandrino\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UnOp_01_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"UnOp_01_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[krev] Rivoluzioni\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"VacPump_01_Status\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"VacPump_01_WrkTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"VacPump_02_Status\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"VacPump_02_WrkTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"VacAct_01_Count\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Commutazioni\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"VacAct_02_Count\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Commutazioni\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Cooler_01_Status\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Cooler_02_Status\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Lubro_01_Num\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Attivazioni\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Lubro_02_Num\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Attivazioni\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Press_01_Value\",\n\t\"Category\": 2,\n\t\"Name\": \"[Pa] Pressione 1\",\n\t\"Type\": \"PRESSURE\",\n\t\"SubType\": null,\n\t\"Units\": \"PASCAL\"\n}]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1572877837397.75,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_d8d2ad76cbd44eda870135968c48db24","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1574522582759,"created":1574522566792,"name":"MP-IO-MTC","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1573051967979.5,"_type":"request_group"},{"_id":"req_e8b5b91e9bd44d2bbad058da8a7ca2b3","parentId":"fld_9f7e57bff8674603918d23580575b454","modified":1679642396965,"created":1679061724060,"url":"{{ BASE_URL }}/IOB/getPODL/SIMUL_01?idxPODL=1605","name":"Get PODL by key","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1679077782195.375,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_9f7e57bff8674603918d23580575b454","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1679642337789,"created":1679642337789,"name":"PODL Operations","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1679642337789,"_type":"request_group"},{"_id":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1572703706816,"created":1572703706816,"name":"MP-IO","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1572703706816,"_type":"request_group"},{"_id":"req_b22cf7b142ab4cad9f11a90601f61d13","parentId":"fld_9f7e57bff8674603918d23580575b454","modified":1679679979263,"created":1679642413290,"url":"{{ BASE_URL }}/IOB/forceStartPOdl/SIMUL_01?idxPODL=1657","name":"Force Start PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1674843600586,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_b72ee9c8eddc459589041c523a4a2ccb","parentId":"fld_9f7e57bff8674603918d23580575b454","modified":1700473908500,"created":1700473549445,"url":"{{ BASE_URL }}/IOB/forceCreatePOdl/SIMUL_01?CodArt=150x250&CodGruppo=STEAMWARE-SIM-FASE-01&numPz=1","name":"Force Create PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1674711282410.707,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_7e37a393fb37407eaffb69cb5c12343a","parentId":"fld_9f7e57bff8674603918d23580575b454","modified":1680945792466,"created":1679670974599,"url":"{{ BASE_URL }}/IOB/forceStartPOdl/SIMUL_02?idxPODL=1658&dtEve=20230323151100000&dtCurr=20230323221100000","name":"Force Start PODL @ DATE","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1674578964235.414,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_c0e934488baa473fb9176375ba9c78da","parentId":"fld_9f7e57bff8674603918d23580575b454","modified":1681205565573,"created":1680945799174,"url":"{{ BASE_URL }}/IOB/forceStartPOdl/SIMUL_02?idxPODL=1&dtEve=20230201163335000&dtCurr=20230411100857000","name":"Force Start PODL @ DATE TEST","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1674446646060.121,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_4cdd1a9ba9a348a18282f2311255e569","parentId":"fld_9f7e57bff8674603918d23580575b454","modified":1679642563493,"created":1679642440511,"url":"{{ BASE_URL }}/IOB/closePODL/SIMUL_01?idxPOdl=1605","name":"Close PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1674314327884.8281,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_4a44d617e3e74ccea4a5d9bdd91a09af","parentId":"fld_aa167070b3574c40a65071d7e19fdb20","modified":1702117343500,"created":1702117327144,"url":"{{ BASE_URL }}/IOB/getLastArtByMacc/TFT_RAMA_001","name":"Get ART Last by Macc","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1702117311852,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_aa167070b3574c40a65071d7e19fdb20","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1702117303954,"created":1702117303954,"name":"TFT","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1702117303954,"_type":"request_group"},{"_id":"fld_acf754fe816646b5bc43b9657fe9d2a7","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1679642375669,"created":1664982160747,"name":"DOSSIER - PODL","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1675125893040,"_type":"request_group"},{"_id":"req_26b92cc7933d4252836b12adab7025a6","parentId":"fld_aa167070b3574c40a65071d7e19fdb20","modified":1702117338146,"created":1702117291324,"url":"{{ BASE_URL }}/IOB/getLastDossByMacc/TFT_RAMA_001","name":"Get DOSS last by Macc","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1702117311752,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":true,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_26fb7e94a4cc47e4bd866ff348b9f292","parentId":"fld_aa167070b3574c40a65071d7e19fdb20","modified":1702117371662,"created":1702117361142,"url":"{{ BASE_URL }}/IOB/getCurrPODL/TFT_RAMA_001","name":"Get curr PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1702117311652,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_36a91f58368b4db98792b76d850b40ed","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1665163635996,"created":1665163630473,"url":"{{ BASE_URL }}/IOB/getListValByTable/PODL","name":"Get ListVal PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535036.5469,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":true,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_05827462075f441793c78c46059ffb01","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1702117222202,"created":1702116589800,"url":"{{ BASE_URL }}/IOB/getLastArtByMacc/SIMUL_01","name":"Get ART Last by Macc","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535036.3516,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_f58d5cdb884044209ac7a15af66a412a","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1702117319117,"created":1665149297526,"url":"{{ BASE_URL }}/IOB/getLastDossByMacc/SIMUL_01","name":"Get DOSS last by Macc","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535036.1562,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":true,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_1db8943d9ce74172aa0c9c2b536cc1ab","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1702116714422,"created":1664982160752,"url":"{{ BASE_URL }}/IOB/getCurrPODL/SIMUL_01","name":"Get curr PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535035.7656,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_db67e58a9e8b4b9db33bb9cb99e7cd4b","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1665075165801,"created":1665075158847,"url":"{{ BASE_URL }}/IOB/getCurrPODL/","name":"Get curr PODL (ALL)","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535035.375,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_7f3f9a1d035149259c306c215137e08b","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1665127481832,"created":1665126908538,"url":"{{ BASE_URL }}/IOB/getArtCurrPODL","name":"Get ART by CurrODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535034.5938,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_9659721d667c49fcacbbf4e28313c2cb","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1665127491077,"created":1665127488279,"url":"{{ BASE_URL }}/IOB/getArtUsed","name":"Get ART used","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535033.4219,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_2c0f5944140e4e4eb367c7e31b7f71a9","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1664982227256,"created":1664982160769,"url":"{{ BASE_URL }}/IOB/getLastDossArt/NCC_1701D","name":"Get Last DOSS by ART","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535032.25,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_eca298670f414669b4bd2813179c15ff","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1664982246524,"created":1664982242873,"url":"{{ BASE_URL }}/IOB/getLastDossPODL","name":"Get Last DOSS by PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535029.125,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_aa5356d4b4b4456a871233ba0738f115","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1665391005684,"created":1665390990441,"url":"{{ BASE_URL }}/IOB/takeFlogSnapshot/SIMUL_01","name":"Take Snapshot","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688534979.125,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":true,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_fb48203a741a4d2ab3fa1d45b2be3c0f","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1677065351706,"created":1677065333695,"url":"{{ BASE_URL }}/IOB/forceStartPOdl/SIMUL_01?idxPODL=133","name":"Force Start PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1570915177927.25,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":true,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_18bb232ec88f45688acf5a7ffa5451da","parentId":"fld_9f90e8fb9d4546c9bae983e2b1d30de7","modified":1670609461516,"created":1572688410657,"url":"{{ BASE_URL }}/IOB/enabled/SIMUL_01","name":"Test IOB enabled","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535076,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_9f90e8fb9d4546c9bae983e2b1d30de7","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1670609448291,"created":1670609448291,"name":"IOB Test","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1670609448291,"_type":"request_group"},{"_id":"req_9b12b7b086c94eb3bf19ef19c28088b2","parentId":"fld_9f90e8fb9d4546c9bae983e2b1d30de7","modified":1670609467234,"created":1572688376619,"url":"{{ BASE_URL }}/IOB","name":"Test MP-IO alive","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535026,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_3a849f55973d43d8bb7308b52e487a20","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609485768,"created":1572703720426,"url":"{{ BASE_URL }}/IOB/liveJson/SIMUL_01","name":"Send LiveIOB Json","description":"","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"dataList\":\n\t[\n\t\t{\n\t\t\"key\": \"temp_01\",\n\t\t\"value\": \"20.8\"\n\t\t},\n\t\t{\n\t\t\"key\": \"temp_2\",\n\t\t\"value\": \"21.8\"\n\t\t},\n\t\t{\n\t\t\"key\": \"speed_01\",\n\t\t\"value\": \"5000\"\n\t\t},\n\t\t{\n\t\t\"key\": \"speed_02\",\n\t\t\"value\": \"248\"\n\t\t},\n\t\t{\n\t\t\"key\": \"param_01\",\n\t\t\"value\": \"120.8\"\n\t\t},\n\t\t{\n\t\t\"key\": \"param_02\",\n\t\t\"value\": \"170.8\"\n\t\t}\n\t]\n}\n"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418976.625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_8a628672921d405c955a8a992295804c","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1670609456059,"created":1670609456059,"name":"IOB Send data","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1670609424799.5,"_type":"request_group"},{"_id":"req_8b9bfe3a5fe24f1aa19da4d9cbf24d08","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609491363,"created":1646069719097,"url":"{{ BASE_URL }}/IOB/ulogJson/SIMUL_01","name":"Send ULog Json","description":"","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"fluxData\":\n\t[\n\t\t{\n\t\t\t\"flux\": \"DI\",\n\t\t\t\"valore\": \"User Login - Steamware User\",\n\t\t\t\"dtEve\": \"2022-02-28 11:00:30\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 9,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"label\": \"UserLogin\"\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"DI\",\n\t\t\t\"valore\": \"Dichiarazione di prova\",\n\t\t\t\"dtEve\": \"2022-02-28 11:01:00\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 10,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"label\": \"Note\"\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"RC\",\n\t\t\t\"valore\": \"\",\n\t\t\t\"dtEve\": \"2022-02-28 11:01:01\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 11,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"valNum\": 1\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"RC\",\n\t\t\t\"valore\": \"SIM Controllo fallito\",\n\t\t\t\"dtEve\": \"2022-02-28 11:01:31\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 12,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"valNum\": 0\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"RS\",\n\t\t\t\"valore\": \"SIM Scarto 01\",\n\t\t\t\"dtEve\": \"2022-02-28 11:01:05\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 13,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"label\": \"01\",\n\t\t\t\"valNum\": 1\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"RS\",\n\t\t\t\"valore\": \"SIM Scarto 02\",\n\t\t\t\"dtEve\": \"2022-02-28 11:01:15\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 15,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"label\": \"02\",\n\t\t\t\"valNum\": 2\n\t\t}\n\t]\n}"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418964.125,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_5e199f4f47f5480c8a65836ff3278455","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609489269,"created":1653312485596,"url":"{{ BASE_URL }}/IOB/rawTransfJson/GIACO_ICOEL","name":"Send RawTransfJson","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\"mesType\": \"IcoelBatch\", \n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 21,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Batch 78\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-21T12:40:21.6522013+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t},\n\t\t\"2\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 21,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Batch 78\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-21T12:40:21.6522013+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t}\n\t}\n}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418951.625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_c20f1ba494aa46c6b8ea7a7d9fad7d05","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609495793,"created":1653328411117,"url":"{{ BASE_URL }}/IOB/rawTransfJson/GIACO_ICOEL","name":"Send RawTransfJson 2","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\"dataRif\": \"2022-05-23T19:51:48.9674938+02:00\",\n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 28,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Lotto 85\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-23T16:52:13.2473589+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t},\n\t\t\"2\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 28,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Lotto 85\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-23T16:52:13.2473589+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t}\n\t},\n\t\"mesType\": \"IcoelBatch\"\n\t},\n\t{\n\t\"dataRif\": \"2022-05-23T19:51:48.9674938+02:00\",\n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 28,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Lotto 85\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-23T16:52:13.2473589+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t},\n\t\t\"2\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 28,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Lotto 85\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-23T16:52:13.2473589+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t}\n\t},\n\t\"mesType\": \"IcoelBatch\"\n\t}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418945.375,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_196d4d162e3c4b0d8f09b64630c68354","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609493306,"created":1657198918612,"url":"{{ BASE_URL }}/IOB/rawTransfJson/GIACO_ICOEL","name":"Send RawTransfJson 3","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\"dataRif\": \"2022-05-23T19:51:48.9674938+02:00\",\n\t\"mesContent\": {\n\t\t\"test\":\"data\"\n\t},\n\t\"mesType\": \"IcoelBatch\"\n\t}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418939.125,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_253c3deea8bf47969dd45dd6a529a2b0","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609479263,"created":1572688535026,"url":"{{ BASE_URL }}/IOB/flogJson/SIMUL_01","name":"Send FLog Json","description":"","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"fluxData\":\n\t[\n\t\t{\n\t\t\"flux\": \"test\",\n\t\t\"valore\": \"valore_10\",\n\t\t\"dtEve\": \"2019-11-02 11:01:00\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\"cnt\": 10\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_11\",\n\t\t\t\"dtEve\": \"2019-11-02 11:01:01\",\n\t\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 11\n\t\t},\n\t\t{\n\t\t\"flux\": \"test\",\n\t\t\"valore\": \"valore_12\",\n\t\t\"dtEve\": \"2019-11-02 11:01:02\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\"cnt\": 12\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_13\",\n\t\t\t\"dtEve\": \"2019-11-02 11:02:03\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 13\n\t\t},\n\t\t{\n\t\t\"flux\": \"test\",\n\t\t\"valore\": \"valore_14\",\n\t\t\"dtEve\": \"2019-11-02 11:02:04\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\"cnt\": 14\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_15\",\n\t\t\t\"dtEve\": \"2019-11-02 11:02:05\",\n\t\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 15\n\t\t},\n\t\t{\n\t\t\"flux\": \"test\",\n\t\t\"valore\": \"valore_16\",\n\t\t\"dtEve\": \"2019-11-02 11:01:06\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\"cnt\": 16\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_17\",\n\t\t\t\"dtEve\": \"2019-11-02 11:01:07\",\n\t\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 17\n\t\t},\n\t\t{\n\t\t\"flux\": \"test\",\n\t\t\"valore\": \"valore_18\",\n\t\t\"dtEve\": \"2019-11-02 11:01:08\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\"cnt\": 18\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_19\",\n\t\t\t\"dtEve\": \"2019-11-02 11:01:09\",\n\t\t \"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 19\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_20\",\n\t\t\t\"dtEve\": \"2019-11-02 11:01:10\",\n\t\t \"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 20\n\t\t}\n\t]\n}\n"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418926.625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_52431681c79b4e3bb43279a606980189","parentId":"fld_35705beb7dc646c194e2399a517d6164","modified":1699261641507,"created":1699261545000,"url":"{{ BASE_URL }}/IOB/forceSplitOdlFull/SIMUL_07?doConfirm=true&qtyFromLast=true&roundStep=100","name":"Force Split ODL FULL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1621648968317,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_35705beb7dc646c194e2399a517d6164","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1670609401308,"created":1670609401308,"name":"ODL operations","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1670609401308,"_type":"request_group"},{"_id":"req_49c304f221414895909527bd15006bbb","parentId":"fld_35705beb7dc646c194e2399a517d6164","modified":1670609409276,"created":1669731519033,"url":"{{ BASE_URL }}/IOB/getCurrODL/SIMUL_01","name":"Get curr ODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1621648968217,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_79d26049463f4e3181ed2690c75127e2","parentId":"fld_35705beb7dc646c194e2399a517d6164","modified":1697214968972,"created":1697214486951,"url":"{{ BASE_URL }}/IOB/getCurrOdlQtaReq/SIMUL_01","name":"Get num pezzi curr ODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1621648968192,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_8581aca74b54400dac738aedab6ac351","parentId":"fld_35705beb7dc646c194e2399a517d6164","modified":1670609412428,"created":1669731602311,"url":"{{ BASE_URL }}/IOB/getCurrODL/BAG_TL_01","name":"Get curr ODL bis","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1621648968167,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_b010f9d8ac8d49729b7133d88b91ad15","parentId":"fld_35705beb7dc646c194e2399a517d6164","modified":1670609508436,"created":1669731544786,"url":"{{ BASE_URL }}/IOB/getCurrPODL/SIMUL_01","name":"Get curr PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1621648968117,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_5bbf1b31a22f482483e06238bc34699c","parentId":"fld_814648a9b7cb4845b273ca1e0f368e15","modified":1681285706807,"created":1666116982730,"url":"{{ BASE_URL }}/IOB/getTask2Exe/SIMUL_02","name":"MP-IO getTask2exe","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535044.75,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_814648a9b7cb4845b273ca1e0f368e15","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1670609540562,"created":1670609530047,"name":"Special & Task","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1569141820797.25,"_type":"request_group"},{"_id":"req_6ece45d8925b4204bfe1da0f29043020","parentId":"fld_814648a9b7cb4845b273ca1e0f368e15","modified":1671564171092,"created":1671564163316,"url":"{{ BASE_URL }}/IOB/fixDailyDossier/SIMUL_01","name":"MP-IO fixDailyDossier","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535041.625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_dd8a225868c74c75a0f04e9fafc6504f","parentId":"fld_814648a9b7cb4845b273ca1e0f368e15","modified":1670609544012,"created":1663577161793,"url":"{{ BASE_URL }}/IOB/takeFlogSnapshot/SIMUL_01","name":"Take FL Snapshot","description":"","method":"POST","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688534994.75,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_ef0a243a5d594b56b9581fdaee59e347","parentId":"fld_814648a9b7cb4845b273ca1e0f368e15","modified":1681285931006,"created":1681283527839,"url":"{{ BASE_URL }}/IOB/setRedisHashDict/SIMUL_02","name":"save Hash Dict","description":"","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"2023-05\": \"{\\\"NumFilesReceived\\\":68,\\\"CurrStatus\\\":\\\"Ricevute\\\",\\\"ActionList\\\":{\\\"Arch\\\":\\\"Archivia\\\",\\\"SendArch\\\":\\\"Invia + Archivia\\\"}}\",\n\t\"2023-06\": \"{\\\"NumFilesReceived\\\":5,\\\"CurrStatus\\\":\\\"Ricevute\\\",\\\"ActionList\\\":{\\\"Arch\\\":\\\"Archivia\\\",\\\"SendArch\\\":\\\"Invia + Archivia\\\"}}\",\n\t\"2023-09\": \"{\\\"NumFilesReceived\\\":14,\\\"CurrStatus\\\":\\\"Ricevute\\\",\\\"ActionList\\\":{\\\"Arch\\\":\\\"Archivia\\\",\\\"SendArch\\\":\\\"Invia + Archivia\\\"}}\",\n\t\"2023-10\": \"{\\\"NumFilesReceived\\\":21,\\\"CurrStatus\\\":\\\"Ricevute\\\",\\\"ActionList\\\":{\\\"Arch\\\":\\\"Archivia\\\",\\\"SendArch\\\":\\\"Invia + Archivia\\\"}}\",\n\t\"2023-11\": \"{\\\"NumFilesReceived\\\":19,\\\"CurrStatus\\\":\\\"Ricevute\\\",\\\"ActionList\\\":{\\\"Arch\\\":\\\"Archivia\\\",\\\"SendArch\\\":\\\"Invia + Archivia\\\"}}\",\n\t\"2023-12\": \"{\\\"NumFilesReceived\\\":16,\\\"CurrStatus\\\":\\\"Ricevute\\\",\\\"ActionList\\\":{\\\"Arch\\\":\\\"Archivia\\\",\\\"SendArch\\\":\\\"Invia + Archivia\\\"}}\",\n\t\"2023-13\": \"{\\\"NumFilesReceived\\\":16,\\\"CurrStatus\\\":\\\"Ricevute\\\",\\\"ActionList\\\":{\\\"Arch\\\":\\\"Archivia\\\",\\\"SendArch\\\":\\\"Invia + Archivia\\\"}}\",\n\t\"2023-14\": \"{\\\"NumFilesReceived\\\":17,\\\"CurrStatus\\\":\\\"Ricevute\\\",\\\"ActionList\\\":{\\\"Arch\\\":\\\"Archivia\\\",\\\"SendArch\\\":\\\"Invia + Archivia\\\"}}\"\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1572688534988.5,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_bd58a4e23a1248b7bcb0b5c86df0467d","parentId":"fld_fd617b20452443d7b34774f98b06a1ac","modified":1670610619681,"created":1670609338937,"url":"{{ BASE_URL }}/IOB/askCloseODL/BAG_TL_01?idxOdl=91022","name":"AskCloseOdl","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1569141820856.625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_fd617b20452443d7b34774f98b06a1ac","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1670609346069,"created":1670609317270,"name":"GestMessaggi","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1569141820794.125,"_type":"request_group"},{"_id":"req_1629039e944940e68c1ad6858fa5ac86","parentId":"fld_ce2a7c30d21e4384b54896a36c397a3d","modified":1669825815534,"created":1669710554275,"url":"{{ BASE_URL }}/IOB/getOdlAtDate/SIMUL_01?dateRif=20221122","name":"Get ODL at date","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1569141820875.375,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_ce2a7c30d21e4384b54896a36c397a3d","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1669710566195,"created":1669710490058,"name":"RegGiacenze","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1569141820787.875,"_type":"request_group"},{"_id":"req_387e31b0e0854a31ae30e211135682db","parentId":"fld_ce2a7c30d21e4384b54896a36c397a3d","modified":1669735064977,"created":1669735045760,"url":"{{ BASE_URL }}/IOB/fixDailyOdl/BAG_TL_01","name":"Fix ODL Daily","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1569141820862.875,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_64fa5f91371349daa76de804a5cea000","parentId":"fld_ce2a7c30d21e4384b54896a36c397a3d","modified":1669824655042,"created":1669710599508,"url":"{{ BASE_URL }}/IOB/rawTransfJson/SIMUL_01","name":"Send Giac RawTransf","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\"dataRif\": \"2022-11-16T20:00:00.9674938+02:00\",\n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"IdxODL\": 90937,\n\t\t\t\"IdentRG\":\t\"20220920.UVA.LUISA.COPPI\",\n\t\t\t\"Product\":\t\"UVA\",\n\t\t\t\"Variety\":\t\"LUISA\",\n\t\t\t\"Supplier\":\t\"COPPI\",\n\t\t\t\"ExtDoc\": \t\"TT111\",\n\t\t\t\"DateRif\":\t\"2022-09-20T00:00:00.000000+02:00\",\n\t\t\t\"QtyTot\":\t6050.0,\n\t\t\t\"NumPack\":\t550,\n\t\t\t\"Notes\":\t\"11x50x11\"\n\t\t},\n\t\t\"2\": {\n\t\t\t\"IdxODL\": 90937,\n\t\t\t\"IdentRG\":\t\"20220929.UVA.GIANT_PEARL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\":\t\"UVA\",\n\t\t\t\"Variety\":\t\"GIANT PEARL\",\n\t\t\t\"Supplier\":\t\"F.LLI GIACOVELLI\",\n\t\t\t\"ExtDoc\": \t\"TT119\",\n\t\t\t\"DateRif\":\t\"2022-09-29T00:00:00.000000+02:00\",\n\t\t\t\"QtyTot\":\t6050.0,\n\t\t\t\"NumPack\":\t550,\n\t\t\t\"Notes\":\t\"11x50x11\"\n\t\t},\n\t\t\"3\": {\n\t\t\t\"IdxODL\": 90937,\n\t\t\t\"IdentRG\":\t\"20221012.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\":\t\"UVA\",\n\t\t\t\"Variety\":\t\"SWEET CEL.\",\n\t\t\t\"Supplier\":\t\"F.LLI GIACOVELLI\",\n\t\t\t\"ExtDoc\": \t\"TT140\",\n\t\t\t\"DateRif\":\t\"2022-10-12T00:00:00.000000+02:00\",\n\t\t\t\"QtyTot\":\t550.0,\n\t\t\t\"NumPack\":\t50,\n\t\t\t\"Notes\":\t\"1x50x11\"\n\t\t}\n\t},\n\t\"mesType\": \"RegGiacenze\"\n\t}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1569141820825.375,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_a66d71145c0a4fc996f77eec7b06b92d","parentId":"fld_ce2a7c30d21e4384b54896a36c397a3d","modified":1669830137697,"created":1669824597871,"url":"{{ BASE_URL }}/IOB/rawTransfJson/SIMUL_01","name":"Send Giac RawTransf bis","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\"dataRif\": \"2022-11-30T18:41:33.9632915+01:00\",\n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT223.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT223\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"2\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT224.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT224\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"3\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT225.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT225\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 1100.0,\n\t\t\t\"NumPack\": 100\n\t\t},\n\t\t\"4\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT219.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"SWEET CEL.\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"14x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 7700.0,\n\t\t\t\"NumPack\": 700\n\t\t},\n\t\t\"5\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT219.UVA.RED_GLOBE.D'APRILE\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"D'APRILE\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 1100.0,\n\t\t\t\"NumPack\": 100\n\t\t},\n\t\t\"6\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT219.UVA.RED_GLOBE.L'ABBATE\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"L'ABBATE\",\n\t\t\t\"Notes\": \"7x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 3850.0,\n\t\t\t\"NumPack\": 350\n\t\t},\n\t\t\"7\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT217.UVA.REGAL.LASELVA\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"LASELVA\",\n\t\t\t\"Notes\": \"12x50x11\",\n\t\t\t\"ExtDoc\": \"TT217\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 6600.0,\n\t\t\t\"NumPack\": 600\n\t\t},\n\t\t\"8\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT214.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"12x50x11\",\n\t\t\t\"ExtDoc\": \"TT214\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 0.0,\n\t\t\t\"NumPack\": 0\n\t\t},\n\t\t\"9\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT215.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT215\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 3850.0,\n\t\t\t\"NumPack\": 350\n\t\t},\n\t\t\"10\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT216.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT216\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t},\n\t\t\"11\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT212.UVA.RED_GLOBE.PORCELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"PORCELLI\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT212\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 2365.0,\n\t\t\t\"NumPack\": 215\n\t\t},\n\t\t\"12\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT212.UVA.BLACK_PEARL.PORCELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"BLACK PEARL\",\n\t\t\t\"Supplier\": \"PORCELLI\",\n\t\t\t\"Notes\": \"5x50x11\",\n\t\t\t\"ExtDoc\": \"TT212\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 2750.0,\n\t\t\t\"NumPack\": 250\n\t\t},\n\t\t\"13\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT213.UVA.RED_GLOBE.CITRUS/ERRIFRUIT\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"CITRUS/ERRIFRUIT\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT213\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t}\n\t},\n\t\"mesType\": \"RegGiacenze\"\n}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1569141820812.875,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_05642210386a4076a82339eb70c61e1d","parentId":"fld_ce2a7c30d21e4384b54896a36c397a3d","modified":1669830817707,"created":1669830292738,"url":"{{ BASE_URL }}/IOB/rawTransfJson/SIMUL_01","name":"Send Giac RawTransf ter","description":"","method":"POST","body":{"mimeType":"application/json","text":"[{\n\t\"dataRif\": \"2022-11-30T18:52:59.6792342+01:00\",\n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT111.UVA.LUISA.COPPI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"LUISA\",\n\t\t\t\"Supplier\": \"COPPI\",\n\t\t\t\"Notes\": \"11x50x11\",\n\t\t\t\"ExtDoc\": \"TT111\",\n\t\t\t\"DateRif\": \"2022-09-20T00:00:00\",\n\t\t\t\"QtyTot\": 6050.0,\n\t\t\t\"NumPack\": 550\n\t\t},\n\t\t\"2\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT119.UVA.GIANT_PEARL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"GIANT PEARL\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"11x50x11\",\n\t\t\t\"ExtDoc\": \"TT119\",\n\t\t\t\"DateRif\": \"2022-09-29T00:00:00\",\n\t\t\t\"QtyTot\": 6050.0,\n\t\t\t\"NumPack\": 550\n\t\t},\n\t\t\"3\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT130.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"SWEET CEL.\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"1x50x11\",\n\t\t\t\"ExtDoc\": \"TT130\",\n\t\t\t\"DateRif\": \"2022-10-06T00:00:00\",\n\t\t\t\"QtyTot\": 0.0,\n\t\t\t\"NumPack\": 0\n\t\t},\n\t\t\"4\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT140.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"SWEET CEL.\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"13x50x11\",\n\t\t\t\"ExtDoc\": \"TT140\",\n\t\t\t\"DateRif\": \"2022-10-12T00:00:00\",\n\t\t\t\"QtyTot\": 550.0,\n\t\t\t\"NumPack\": 50\n\t\t},\n\t\t\"5\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT175.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"SWEET CEL.\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"19x40x11\",\n\t\t\t\"ExtDoc\": \"TT175\",\n\t\t\t\"DateRif\": \"2022-10-28T00:00:00\",\n\t\t\t\"QtyTot\": 8855.0,\n\t\t\t\"NumPack\": 805\n\t\t},\n\t\t\"6\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT212.UVA.RED_GLOBE.PORCELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"PORCELLI\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT212\",\n\t\t\t\"DateRif\": \"2022-11-16T00:00:00\",\n\t\t\t\"QtyTot\": 2365.0,\n\t\t\t\"NumPack\": 215\n\t\t},\n\t\t\"7\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT212.UVA.BLACK_PEARL.PORCELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"BLACK PEARL\",\n\t\t\t\"Supplier\": \"PORCELLI\",\n\t\t\t\"Notes\": \"5x50x11\",\n\t\t\t\"ExtDoc\": \"TT212\",\n\t\t\t\"DateRif\": \"2022-11-16T00:00:00\",\n\t\t\t\"QtyTot\": 2750.0,\n\t\t\t\"NumPack\": 250\n\t\t},\n\t\t\"8\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT213.UVA.RED_GLOBE.CITRUS/ERRIFRUIT\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"CITRUS/ERRIFRUIT\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT213\",\n\t\t\t\"DateRif\": \"2022-11-16T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t},\n\t\t\"9\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT215.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"7x50x11\",\n\t\t\t\"ExtDoc\": \"TT215\",\n\t\t\t\"DateRif\": \"2022-11-17T00:00:00\",\n\t\t\t\"QtyTot\": 3850.0,\n\t\t\t\"NumPack\": 350\n\t\t},\n\t\t\"10\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT219.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"SWEET CEL.\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"14x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-19T00:00:00\",\n\t\t\t\"QtyTot\": 7700.0,\n\t\t\t\"NumPack\": 700\n\t\t},\n\t\t\"11\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT219.UVA.RED_GLOBE.D'APRILE\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"D'APRILE\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-19T00:00:00\",\n\t\t\t\"QtyTot\": 1100.0,\n\t\t\t\"NumPack\": 100\n\t\t},\n\t\t\"12\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT219.UVA.RED_GLOBE.L'ABBATE\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"L'ABBATE\",\n\t\t\t\"Notes\": \"7x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-19T00:00:00\",\n\t\t\t\"QtyTot\": 3850.0,\n\t\t\t\"NumPack\": 350\n\t\t},\n\t\t\"13\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT223.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT223\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"14\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT224.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT224\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"15\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT225.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT225\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 1100.0,\n\t\t\t\"NumPack\": 100\n\t\t},\n\t\t\"16\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT227.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT227\",\n\t\t\t\"DateRif\": \"2022-11-23T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"17\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT228.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"6x50x11\",\n\t\t\t\"ExtDoc\": \"TT228\",\n\t\t\t\"DateRif\": \"2022-11-23T00:00:00\",\n\t\t\t\"QtyTot\": 3300.0,\n\t\t\t\"NumPack\": 300\n\t\t},\n\t\t\"18\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT229.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"3x50x11\",\n\t\t\t\"ExtDoc\": \"TT229\",\n\t\t\t\"DateRif\": \"2022-11-23T00:00:00\",\n\t\t\t\"QtyTot\": 2431.0,\n\t\t\t\"NumPack\": 221\n\t\t},\n\t\t\"19\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT230.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT230\",\n\t\t\t\"DateRif\": \"2022-11-23T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"20\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT231.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"6x50x11\",\n\t\t\t\"ExtDoc\": \"TT231\",\n\t\t\t\"DateRif\": \"2022-11-24T00:00:00\",\n\t\t\t\"QtyTot\": 3300.0,\n\t\t\t\"NumPack\": 300\n\t\t},\n\t\t\"21\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT232.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"6x50x11\",\n\t\t\t\"ExtDoc\": \"TT232\",\n\t\t\t\"DateRif\": \"2022-11-24T00:00:00\",\n\t\t\t\"QtyTot\": 3300.0,\n\t\t\t\"NumPack\": 300\n\t\t},\n\t\t\"22\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT233.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT233\",\n\t\t\t\"DateRif\": \"2022-11-24T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"23\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT234.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"6x50x11\",\n\t\t\t\"ExtDoc\": \"TT234\",\n\t\t\t\"DateRif\": \"2022-11-24T00:00:00\",\n\t\t\t\"QtyTot\": 3531.0,\n\t\t\t\"NumPack\": 321\n\t\t},\n\t\t\"24\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT235.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT235\",\n\t\t\t\"DateRif\": \"2022-11-24T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t},\n\t\t\"25\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT236.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"12x50x11\",\n\t\t\t\"ExtDoc\": \"TT236\",\n\t\t\t\"DateRif\": \"2022-11-25T00:00:00\",\n\t\t\t\"QtyTot\": 6600.0,\n\t\t\t\"NumPack\": 600\n\t\t},\n\t\t\"26\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT237.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"6x50x11\",\n\t\t\t\"ExtDoc\": \"TT237\",\n\t\t\t\"DateRif\": \"2022-11-25T00:00:00\",\n\t\t\t\"QtyTot\": 3300.0,\n\t\t\t\"NumPack\": 300\n\t\t},\n\t\t\"27\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT238.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT238\",\n\t\t\t\"DateRif\": \"2022-11-25T00:00:00\",\n\t\t\t\"QtyTot\": 6732.0,\n\t\t\t\"NumPack\": 612\n\t\t},\n\t\t\"28\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT239.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"9x50x11\",\n\t\t\t\"ExtDoc\": \"TT239\",\n\t\t\t\"DateRif\": \"2022-11-26T00:00:00\",\n\t\t\t\"QtyTot\": 6490.0,\n\t\t\t\"NumPack\": 590\n\t\t},\n\t\t\"29\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT240.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT240\",\n\t\t\t\"DateRif\": \"2022-11-28T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t},\n\t\t\"30\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT240.UVA.ITALIA.D'APRILE\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"ITALIA\",\n\t\t\t\"Supplier\": \"D'APRILE\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT240\",\n\t\t\t\"DateRif\": \"2022-11-28T00:00:00\",\n\t\t\t\"QtyTot\": 2750.0,\n\t\t\t\"NumPack\": 250\n\t\t},\n\t\t\"31\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT240.UVA.ITALIA.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"ITALIA\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"1x50x11\",\n\t\t\t\"ExtDoc\": \"TT240\",\n\t\t\t\"DateRif\": \"2022-11-28T00:00:00\",\n\t\t\t\"QtyTot\": 550.0,\n\t\t\t\"NumPack\": 50\n\t\t},\n\t\t\"32\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT241.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT241\",\n\t\t\t\"DateRif\": \"2022-11-28T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t},\n\t\t\"33\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT242.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"7x50x11\",\n\t\t\t\"ExtDoc\": \"TT242\",\n\t\t\t\"DateRif\": \"2022-11-28T00:00:00\",\n\t\t\t\"QtyTot\": 4081.0,\n\t\t\t\"NumPack\": 371\n\t\t}\n\t},\n\t\"mesType\": \"RegGiacenze\"\n}]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1569141820806.625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"env_8740e20e8e8bb2003e5230773ef23271182ab751","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1572703437306,"created":1572685869222,"name":"Base Environment","data":{},"dataPropertyOrder":{},"color":null,"isPrivate":false,"metaSortKey":1572685869222,"_type":"environment"},{"_id":"jar_8740e20e8e8bb2003e5230773ef23271182ab751","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1572685869231,"created":1572685869231,"name":"Default Jar","cookies":[],"_type":"cookie_jar"},{"_id":"spc_e6fdb813e3494001a0a09f18637637be","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1671564102429,"created":1671564102429,"fileName":"MP-IO","contents":"{\"_type\":\"export\",\"__export_format\":4,\"__export_date\":\"2022-11-29T18:02:18.844Z\",\"__export_source\":\"insomnia.desktop.app:v2022.6.0\",\"resources\":[{\"_id\":\"req_18c7546d80a74c019f71980710c3a765\",\"parentId\":\"fld_cde081c45fe24e268c98db0c9c60d5be\",\"modified\":1573490149972,\"created\":1573400234158,\"url\":\"{{ BASE_URL }}/IOB/getObjItems/SIMUL_01\",\"name\":\"Get All Items\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535038.5,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"fld_cde081c45fe24e268c98db0c9c60d5be\",\"parentId\":\"wrk_6eaf0a20123c480295db476860d8f716\",\"modified\":1573404868724,\"created\":1573400229143,\"name\":\"MP-IO parametri\",\"description\":\"\",\"environment\":{},\"environmentPropertyOrder\":null,\"metaSortKey\":-1573400229143,\"_type\":\"request_group\"},{\"_id\":\"wrk_6eaf0a20123c480295db476860d8f716\",\"parentId\":null,\"modified\":1573489541008,\"created\":1572685869137,\"name\":\"MP-IO\",\"description\":\"\",\"scope\":\"design\",\"_type\":\"workspace\"},{\"_id\":\"req_5d8f4dc26a944a6cb6ffe55ec6e57415\",\"parentId\":\"fld_cde081c45fe24e268c98db0c9c60d5be\",\"modified\":1573404368579,\"created\":1573402488180,\"url\":\"{{ BASE_URL }}/IOB/getObjItems2Write/SIMUL_01\",\"name\":\"Get All Items 2 write\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535032.25,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_b7f013c98aa344c2a7ceb01d915c6e65\",\"parentId\":\"fld_cde081c45fe24e268c98db0c9c60d5be\",\"modified\":1657198832659,\"created\":1573400285659,\"url\":\"{{ BASE_URL }}/IOB/setObjItems/SIMUL_01\",\"name\":\"Add All Items\",\"description\":\"\",\"method\":\"POST\",\"body\":{\"mimeType\":\"application/json\",\"text\":\"[\\n\\t{\\n\\t\\t\\\"uid\\\": \\\"setArt\\\",\\n\\t\\t\\\"name\\\": \\\"Articolo\\\",\\n\\t\\t\\\"value\\\": \\\"ART000123\\\",\\n\\t\\t\\\"lastRead\\\": \\\"{% now 'iso-8601', '' %}\\\",\\n\\t\\t\\\"writable\\\": true\\n\\t},\\n\\t{\\n\\t\\t\\\"uid\\\": \\\"setComm\\\",\\n\\t\\t\\\"name\\\": \\\"Commessa\\\",\\n\\t\\t\\\"value\\\": \\\"COMM000002\\\",\\n\\t\\t\\\"lastRead\\\": \\\"{% now 'iso-8601', '' %}\\\",\\n\\t\\t\\\"writable\\\": true\\n\\t},\\n\\t{\\n\\t\\t\\\"uid\\\": \\\"TEMP_01\\\",\\n\\t\\t\\\"name\\\": \\\"Temperatura 01\\\",\\n\\t\\t\\\"value\\\": \\\"9\\\",\\n\\t\\t\\\"lastRead\\\": \\\"{% now 'iso-8601', '' %}\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"uid\\\": \\\"PRESS_01\\\",\\n\\t\\t\\\"name\\\": \\\"Pressione 01\\\",\\n\\t\\t\\\"value\\\": \\\"9\\\",\\n\\t\\t\\\"lastRead\\\": \\\"{% now 'iso-8601', '' %}\\\"\\n\\t}\\n]\\n\"},\"parameters\":[],\"headers\":[{\"id\":\"pair_d9894ec846994bcda341092cd0263f08\",\"name\":\"Content-Type\",\"value\":\"application/json\"}],\"authentication\":{},\"metaSortKey\":-1572688535007.25,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_47f2f4e7facc465893880458e1c9f077\",\"parentId\":\"fld_cde081c45fe24e268c98db0c9c60d5be\",\"modified\":1657198830313,\"created\":1573400470873,\"url\":\"{{ BASE_URL }}/IOB/upsertObjItems/SIMUL_01\",\"name\":\"Add Some Item\",\"description\":\"\",\"method\":\"POST\",\"body\":{\"mimeType\":\"application/json\",\"text\":\"[\\n\\t{\\n\\t\\t\\\"uid\\\": \\\"setComm\\\",\\n\\t\\t\\\"name\\\": \\\"Commessa\\\",\\n\\t\\t\\\"value\\\": \\\"\\\",\\n\\t\\t\\\"reqValue\\\": \\\"COMM000003\\\",\\n\\t\\t\\\"lastRequest\\\": \\\"{% now 'iso-8601', '' %}\\\",\\n\\t\\t\\\"writable\\\": true\\n\\t}\\n]\"},\"parameters\":[],\"headers\":[{\"id\":\"pair_d9894ec846994bcda341092cd0263f08\",\"name\":\"Content-Type\",\"value\":\"application/json\"}],\"authentication\":{},\"metaSortKey\":-1572688534982.25,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_1db8943d9ce74172aa0c9c2b536cc1ab\",\"parentId\":\"fld_acf754fe816646b5bc43b9657fe9d2a7\",\"modified\":1669731503886,\"created\":1664982160752,\"url\":\"{{ BASE_URL }}/IOB/getCurrPODL/SIMUL_01\",\"name\":\"Get curr PODL\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535038.5,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"fld_acf754fe816646b5bc43b9657fe9d2a7\",\"parentId\":\"wrk_6eaf0a20123c480295db476860d8f716\",\"modified\":1664982160747,\"created\":1664982160747,\"name\":\"MP-IO PODL-DOSSIER\",\"description\":\"\",\"environment\":{},\"environmentPropertyOrder\":null,\"metaSortKey\":-1573231731968.5,\"_type\":\"request_group\"},{\"_id\":\"req_36a91f58368b4db98792b76d850b40ed\",\"parentId\":\"fld_acf754fe816646b5bc43b9657fe9d2a7\",\"modified\":1665163635996,\"created\":1665163630473,\"url\":\"{{ BASE_URL }}/IOB/getListValByTable/PODL\",\"name\":\"Get ListVal PODL\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535036.5469,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":true,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_f58d5cdb884044209ac7a15af66a412a\",\"parentId\":\"fld_acf754fe816646b5bc43b9657fe9d2a7\",\"modified\":1665149522574,\"created\":1665149297526,\"url\":\"{{ BASE_URL }}/IOB/getLastDossByMacc/SIMUL_01\",\"name\":\"Get DOSS last by Macc\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535036.1562,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":true,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_db67e58a9e8b4b9db33bb9cb99e7cd4b\",\"parentId\":\"fld_acf754fe816646b5bc43b9657fe9d2a7\",\"modified\":1665075165801,\"created\":1665075158847,\"url\":\"{{ BASE_URL }}/IOB/getCurrPODL/\",\"name\":\"Get curr PODL (ALL)\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535035.375,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_7f3f9a1d035149259c306c215137e08b\",\"parentId\":\"fld_acf754fe816646b5bc43b9657fe9d2a7\",\"modified\":1665127481832,\"created\":1665126908538,\"url\":\"{{ BASE_URL }}/IOB/getArtCurrPODL\",\"name\":\"Get ART by CurrODL\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535034.5938,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_9659721d667c49fcacbbf4e28313c2cb\",\"parentId\":\"fld_acf754fe816646b5bc43b9657fe9d2a7\",\"modified\":1665127491077,\"created\":1665127488279,\"url\":\"{{ BASE_URL }}/IOB/getArtUsed\",\"name\":\"Get ART used\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535033.4219,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_2c0f5944140e4e4eb367c7e31b7f71a9\",\"parentId\":\"fld_acf754fe816646b5bc43b9657fe9d2a7\",\"modified\":1664982227256,\"created\":1664982160769,\"url\":\"{{ BASE_URL }}/IOB/getLastDossArt/NCC_1701D\",\"name\":\"Get Last DOSS by ART\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535032.25,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_eca298670f414669b4bd2813179c15ff\",\"parentId\":\"fld_acf754fe816646b5bc43b9657fe9d2a7\",\"modified\":1664982246524,\"created\":1664982242873,\"url\":\"{{ BASE_URL }}/IOB/getLastDossPODL\",\"name\":\"Get Last DOSS by PODL\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535029.125,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_aa5356d4b4b4456a871233ba0738f115\",\"parentId\":\"fld_acf754fe816646b5bc43b9657fe9d2a7\",\"modified\":1665391005684,\"created\":1665390990441,\"url\":\"{{ BASE_URL }}/IOB/takeFlogSnapshot/SIMUL_01\",\"name\":\"Take Snapshot\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688534979.125,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":true,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_73c9276d0eec46b19011f9f6868e20c6\",\"parentId\":\"fld_d8d2ad76cbd44eda870135968c48db24\",\"modified\":1653313059862,\"created\":1574522588204,\"url\":\"{{ BASE_URL }}/IOB/saveDataItems/SIMUL_01\",\"name\":\"Send DataItems\",\"description\":\"\",\"method\":\"POST\",\"body\":{\"mimeType\":\"application/json\",\"text\":\"[{\\n\\t\\\"uuid\\\": \\\"AVAIL\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"AVAILABILITY\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"STATUS\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"ACTUATOR_STATE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"ACC_TIME\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[s] Tempo macchina in potenza\\\",\\n\\t\\\"Type\\\": \\\"ACCUMULATED_TIME\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"ACC_TIME_WORK\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[s] Tempo macchina in movimento\\\",\\n\\t\\\"Type\\\": \\\"ACCUMULATED_TIME\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"CLOCK\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"CLOCK_TIME\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"POWER\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"POWER_STATE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"OperatorId\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"ID Operatore\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"FUNCT_MODE\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"USER_ACTION\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"TESTING_DATA\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"PROTECTION_STATUS\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Stato protezioni\\\",\\n\\t\\\"Type\\\": \\\"ACTUATOR_STATE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"UNK_STATUS\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Stati sconosciuti\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"UNK_STROBE\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Strobes sconosciuti\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"CNC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"SYSTEM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"PLC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"LOGIC_PROGRAM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"MTC_asset_chg\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"ASSET_CHANGED\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"MTC_asset_rem\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"ASSET_REMOVED\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_PosAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm] Quota attuale\\\",\\n\\t\\\"Type\\\": \\\"POSITION\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_PosTgt\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm] Quota target\\\",\\n\\t\\\"Type\\\": \\\"POSITION\\\",\\n\\t\\\"SubType\\\": \\\"TARGET\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_Load\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Carico\\\",\\n\\t\\\"Type\\\": \\\"LOAD\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_FeedAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm/min] Feedrate\\\",\\n\\t\\\"Type\\\": \\\"AXIS_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER/SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_FeedOver\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Feed Override\\\",\\n\\t\\\"Type\\\": \\\"AXIS_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"OVERRIDE\\\",\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_AccTime\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[s] Tempo utilizzo\\\",\\n\\t\\\"Type\\\": \\\"ACCUMULATED_TIME\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_DistDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[m] Distanza totale percorsa\\\",\\n\\t\\\"Type\\\": \\\"LENGTH\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_InvDDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[#] Numero inversioni\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_MainProc\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] Processo di appartenenza\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_IsMast\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[0/1] Master/Slave\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_MastId\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] ID Asse master\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_Dir\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[-/+] Direzione\\\",\\n\\t\\\"Type\\\": \\\"DIRECTION\\\",\\n\\t\\\"SubType\\\": \\\"LINEAR\\\",\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_AlarmCNC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi CN\\\",\\n\\t\\\"Type\\\": \\\"SYSTEM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_AlarmPLC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi PLC\\\",\\n\\t\\\"Type\\\": \\\"LOGIC_PROGRAM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_PosAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm] Quota attuale\\\",\\n\\t\\\"Type\\\": \\\"POSITION\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_PosTgt\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm] Quota target\\\",\\n\\t\\\"Type\\\": \\\"POSITION\\\",\\n\\t\\\"SubType\\\": \\\"TARGET\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_Load\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Carico\\\",\\n\\t\\\"Type\\\": \\\"LOAD\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_FeedAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm/min] Feedrate\\\",\\n\\t\\\"Type\\\": \\\"AXIS_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER/SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_FeedOver\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Feed Override\\\",\\n\\t\\\"Type\\\": \\\"AXIS_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"OVERRIDE\\\",\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_AccTime\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[s] Tempo utilizzo\\\",\\n\\t\\\"Type\\\": \\\"ACCUMULATED_TIME\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_DistDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[m] Distanza totale percorsa\\\",\\n\\t\\\"Type\\\": \\\"LENGTH\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_InvDDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[#] Numero inversioni\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_MainProc\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] Processo di appartenenza\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_IsMast\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[0/1] Master/Slave\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_MastId\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] ID Asse master\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_Dir\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[-/+] Direzione\\\",\\n\\t\\\"Type\\\": \\\"DIRECTION\\\",\\n\\t\\\"SubType\\\": \\\"LINEAR\\\",\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_AlarmCNC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi CN\\\",\\n\\t\\\"Type\\\": \\\"SYSTEM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_AlarmPLC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi PLC\\\",\\n\\t\\\"Type\\\": \\\"LOGIC_PROGRAM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_PosAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm] Quota attuale\\\",\\n\\t\\\"Type\\\": \\\"POSITION\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_PosTgt\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm] Quota target\\\",\\n\\t\\\"Type\\\": \\\"POSITION\\\",\\n\\t\\\"SubType\\\": \\\"TARGET\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_Load\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Carico\\\",\\n\\t\\\"Type\\\": \\\"LOAD\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_FeedAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm/min] Feedrate\\\",\\n\\t\\\"Type\\\": \\\"AXIS_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER/SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_FeedOver\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Feed Override\\\",\\n\\t\\\"Type\\\": \\\"AXIS_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"OVERRIDE\\\",\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_AccTime\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[s] Tempo utilizzo\\\",\\n\\t\\\"Type\\\": \\\"ACCUMULATED_TIME\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_DistDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[m] Distanza totale percorsa\\\",\\n\\t\\\"Type\\\": \\\"LENGTH\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_InvDDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[#] Numero inversioni\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_MainProc\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] Processo di appartenenza\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_IsMast\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[0/1] Master/Slave\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_MastId\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] ID Asse master\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_Dir\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[-/+] Direzione\\\",\\n\\t\\\"Type\\\": \\\"DIRECTION\\\",\\n\\t\\\"SubType\\\": \\\"LINEAR\\\",\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_AlarmCNC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi CN\\\",\\n\\t\\\"Type\\\": \\\"SYSTEM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_AlarmPLC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi PLC\\\",\\n\\t\\\"Type\\\": \\\"LOGIC_PROGRAM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_PosAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[°] Quota attuale\\\",\\n\\t\\\"Type\\\": \\\"ANGLE\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"DEGREE\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_PosTgt\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[°] Quota target\\\",\\n\\t\\\"Type\\\": \\\"ANGLE\\\",\\n\\t\\\"SubType\\\": \\\"TARGET\\\",\\n\\t\\\"Units\\\": \\\"DEGREE\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_Load\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Carico\\\",\\n\\t\\\"Type\\\": \\\"LOAD\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_FeedAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[°/min] Feedrate\\\",\\n\\t\\\"Type\\\": \\\"ROTARY_VELOCITY\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"REVOLUTION/MINUTE\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_FeedOver\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Feed Override\\\",\\n\\t\\\"Type\\\": \\\"ROTARY_VELOCITY\\\",\\n\\t\\\"SubType\\\": \\\"OVERRIDE\\\",\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_AccTime\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[s] Tempo utilizzo\\\",\\n\\t\\\"Type\\\": \\\"ACCUMULATED_TIME\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_DistDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[rev] Rivoluzioni\\\",\\n\\t\\\"Type\\\": \\\"LENGTH\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_InvDDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[#] Numero inversioni\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_MainProc\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] Processo di appartenenza\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_IsMast\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[0/1] Master/Slave\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_MastId\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] ID Asse master\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_Dir\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[-/+] Direzione\\\",\\n\\t\\\"Type\\\": \\\"DIRECTION\\\",\\n\\t\\\"SubType\\\": \\\"ROTARY\\\",\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_AlarmCNC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi CN\\\",\\n\\t\\\"Type\\\": \\\"SYSTEM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_AlarmPLC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi PLC\\\",\\n\\t\\\"Type\\\": \\\"LOGIC_PROGRAM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_PosAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[°] Quota attuale\\\",\\n\\t\\\"Type\\\": \\\"ANGLE\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"DEGREE\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_PosTgt\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[°] Quota target\\\",\\n\\t\\\"Type\\\": \\\"ANGLE\\\",\\n\\t\\\"SubType\\\": \\\"TARGET\\\",\\n\\t\\\"Units\\\": \\\"DEGREE\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_Load\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Carico\\\",\\n\\t\\\"Type\\\": \\\"LOAD\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_FeedAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[°/min] Feedrate\\\",\\n\\t\\\"Type\\\": \\\"ROTARY_VELOCITY\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"REVOLUTION/MINUTE\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_FeedOver\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Feed Override\\\",\\n\\t\\\"Type\\\": \\\"ROTARY_VELOCITY\\\",\\n\\t\\\"SubType\\\": \\\"OVERRIDE\\\",\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_AccTime\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[s] Tempo utilizzo\\\",\\n\\t\\\"Type\\\": \\\"ACCUMULATED_TIME\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_DistDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[rev] Rivoluzioni\\\",\\n\\t\\\"Type\\\": \\\"LENGTH\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_InvDDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[#] Numero inversioni\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_MainProc\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] Processo di appartenenza\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_IsMast\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[0/1] Master/Slave\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_MastId\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] ID Asse master\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_Dir\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[-/+] Direzione\\\",\\n\\t\\\"Type\\\": \\\"DIRECTION\\\",\\n\\t\\\"SubType\\\": \\\"ROTARY\\\",\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_AlarmCNC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi CN\\\",\\n\\t\\\"Type\\\": \\\"SYSTEM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_AlarmPLC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi PLC\\\",\\n\\t\\\"Type\\\": \\\"LOGIC_PROGRAM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_PosAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm] Quota attuale\\\",\\n\\t\\\"Type\\\": \\\"POSITION\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_PosTgt\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm] Quota target\\\",\\n\\t\\\"Type\\\": \\\"POSITION\\\",\\n\\t\\\"SubType\\\": \\\"TARGET\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_Load\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Carico\\\",\\n\\t\\\"Type\\\": \\\"LOAD\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_FeedAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm/min] Feedrate\\\",\\n\\t\\\"Type\\\": \\\"AXIS_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER/SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_FeedOver\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Feed Override\\\",\\n\\t\\\"Type\\\": \\\"AXIS_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"OVERRIDE\\\",\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_AccTime\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[s] Tempo utilizzo\\\",\\n\\t\\\"Type\\\": \\\"ACCUMULATED_TIME\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_DistDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[m] Distanza totale percorsa\\\",\\n\\t\\\"Type\\\": \\\"LENGTH\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_InvDDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[#] Numero inversioni\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_MainProc\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] Processo di appartenenza\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_IsMast\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[0/1] Master/Slave\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_MastId\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] ID Asse master\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_Dir\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[-/+] Direzione\\\",\\n\\t\\\"Type\\\": \\\"DIRECTION\\\",\\n\\t\\\"SubType\\\": \\\"LINEAR\\\",\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_AlarmCNC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi CN\\\",\\n\\t\\\"Type\\\": \\\"SYSTEM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_AlarmPLC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi PLC\\\",\\n\\t\\\"Type\\\": \\\"LOGIC_PROGRAM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Message\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Segnalazioni\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"E_STOP\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Stato emergenze\\\",\\n\\t\\\"Type\\\": \\\"EMERGENCY_STOP\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_Type\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Lavoro/Asservimento\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_ActiveAxes\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Assi attivi\\\",\\n\\t\\\"Type\\\": \\\"ACTIVE_AXES\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_CodG_Act\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Codici G\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_SubMode\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Modo secondario\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_PartId\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Pezzo corrente\\\",\\n\\t\\\"Type\\\": \\\"PART_ID\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_PZ_TOT\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Pezzi prodotti\\\",\\n\\t\\\"Type\\\": \\\"PART_COUNT\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_Cod_M\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Codici M\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_Cod_S\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Codici S\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_Cod_T\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Codici T\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_RUN_MODE\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Modo operativo\\\",\\n\\t\\\"Type\\\": \\\"CONTROLLER_MODE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_EXE_MODE\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Stato esecuzione\\\",\\n\\t\\\"Type\\\": \\\"EXECUTION\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_CurrProg\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Programma corrente\\\",\\n\\t\\\"Type\\\": \\\"PROGRAM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_CurrProg_RowNum\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Riga attuale\\\",\\n\\t\\\"Type\\\": \\\"LINE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_FeedRate\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm/min] Feedrate\\\",\\n\\t\\\"Type\\\": \\\"PATH_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER/SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_FeedOverr\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] WORK Override\\\",\\n\\t\\\"Type\\\": \\\"PATH_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"OVERRIDE\\\",\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_RapidOverr\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] RAPID Override\\\",\\n\\t\\\"Type\\\": \\\"PATH_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"OVERRIDE\\\",\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_PosActX\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm] UNITA' OPERATRICE: Posizione X\\\",\\n\\t\\\"Type\\\": \\\"PATH_POSITION\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_PosActY\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm] UNITA' OPERATRICE: Posizione Y\\\",\\n\\t\\\"Type\\\": \\\"PATH_POSITION\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_PosActZ\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm] UNITA' OPERATRICE: Posizione Z\\\",\\n\\t\\\"Type\\\": \\\"PATH_POSITION\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_PosActI\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[°] UNITA' OPERATRICE: Angolo I\\\",\\n\\t\\\"Type\\\": \\\"ANGLE\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"DEGREE\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_PosActJ\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[°] UNITA' OPERATRICE: Angolo J\\\",\\n\\t\\\"Type\\\": \\\"ANGLE\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"DEGREE\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_PosActK\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[°] UNITA' OPERATRICE: Angolo K\\\",\\n\\t\\\"Type\\\": \\\"ANGLE\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"DEGREE\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_AlarmCNC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"SYSTEM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_AlarmPLC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"LOGIC_PROGRAM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"UnOp_01_Type\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"Tipologia testa\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"UnOp_01_Speed\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[RPM] SPEED Attuale\\\",\\n\\t\\\"Type\\\": \\\"PATH_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER/SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"UnOp_01_SpeedOverr\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] SPEED Override\\\",\\n\\t\\\"Type\\\": \\\"PATH_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"OVERRIDE\\\",\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"UnOp_01_ToolId\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"ID Utensile in mandrino\\\",\\n\\t\\\"Type\\\": \\\"TOOL_ASSET_ID\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"UnOp_01_NumCU\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] Cambi Utensile effettuati\\\",\\n\\t\\\"Type\\\": \\\"COUNT\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"UnOp_01_Status\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Stato\\\",\\n\\t\\\"Type\\\": \\\"ACTUATOR_STATE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"UnOp_01_VitaRes\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Vita residua utensile in mandrino\\\",\\n\\t\\\"Type\\\": \\\"COUNT\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"UnOp_01_VitaResType\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Tipo vita residua utensile in mandrino\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"UnOp_01_Load\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Carico\\\",\\n\\t\\\"Type\\\": \\\"LOAD\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"UnOp_01_AccTime\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[krev] Rivoluzioni\\\",\\n\\t\\\"Type\\\": \\\"COUNT\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"VacPump_01_Status\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Stato\\\",\\n\\t\\\"Type\\\": \\\"ACTUATOR_STATE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"VacPump_01_WrkTime\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[s] Tempo utilizzo\\\",\\n\\t\\\"Type\\\": \\\"ACCUMULATED_TIME\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"VacPump_02_Status\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Stato\\\",\\n\\t\\\"Type\\\": \\\"ACTUATOR_STATE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"VacPump_02_WrkTime\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[s] Tempo utilizzo\\\",\\n\\t\\\"Type\\\": \\\"ACCUMULATED_TIME\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"VacAct_01_Count\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] Commutazioni\\\",\\n\\t\\\"Type\\\": \\\"COUNT\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"VacAct_02_Count\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] Commutazioni\\\",\\n\\t\\\"Type\\\": \\\"COUNT\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Cooler_01_Status\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Stato\\\",\\n\\t\\\"Type\\\": \\\"ACTUATOR_STATE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Cooler_02_Status\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Stato\\\",\\n\\t\\\"Type\\\": \\\"ACTUATOR_STATE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Lubro_01_Num\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] Attivazioni\\\",\\n\\t\\\"Type\\\": \\\"COUNT\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Lubro_02_Num\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] Attivazioni\\\",\\n\\t\\\"Type\\\": \\\"COUNT\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Press_01_Value\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[Pa] Pressione 1\\\",\\n\\t\\\"Type\\\": \\\"PRESSURE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"PASCAL\\\"\\n}]\"},\"parameters\":[],\"headers\":[{\"id\":\"pair_d9894ec846994bcda341092cd0263f08\",\"name\":\"Content-Type\",\"value\":\"application/json\"}],\"authentication\":{},\"metaSortKey\":-1572877837397.75,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"fld_d8d2ad76cbd44eda870135968c48db24\",\"parentId\":\"wrk_6eaf0a20123c480295db476860d8f716\",\"modified\":1574522582759,\"created\":1574522566792,\"name\":\"MP-IO-MTC\",\"description\":\"\",\"environment\":{},\"environmentPropertyOrder\":null,\"metaSortKey\":-1573051967979.5,\"_type\":\"request_group\"},{\"_id\":\"req_49c304f221414895909527bd15006bbb\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1669731564950,\"created\":1669731519033,\"url\":\"{{ BASE_URL }}/IOB/getCurrODL/SIMUL_01\",\"name\":\"Get curr ODL\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535126,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"parentId\":\"wrk_6eaf0a20123c480295db476860d8f716\",\"modified\":1572703706816,\"created\":1572703706816,\"name\":\"MP-IO\",\"description\":\"\",\"environment\":{},\"environmentPropertyOrder\":null,\"metaSortKey\":-1572703706816,\"_type\":\"request_group\"},{\"_id\":\"req_8581aca74b54400dac738aedab6ac351\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1669731611207,\"created\":1669731602311,\"url\":\"{{ BASE_URL }}/IOB/getCurrODL/BAG_TL_01\",\"name\":\"Get curr ODL bis\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535119.75,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_b010f9d8ac8d49729b7133d88b91ad15\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1669731575844,\"created\":1669731544786,\"url\":\"{{ BASE_URL }}/IOB/getCurrPODL/SIMUL_01\",\"name\":\"Get curr PODL\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535113.5,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_18bb232ec88f45688acf5a7ffa5451da\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1572703715107,\"created\":1572688410657,\"url\":\"{{ BASE_URL }}/IOB/enabled/SIMUL_01\",\"name\":\"Test IOB enabled\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535076,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_9b12b7b086c94eb3bf19ef19c28088b2\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1572703717867,\"created\":1572688376619,\"url\":\"{{ BASE_URL }}/IOB\",\"name\":\"Test MP-IO alive\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535051,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_5bbf1b31a22f482483e06238bc34699c\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1666170696986,\"created\":1666116982730,\"url\":\"{{ BASE_URL }}/IOB/getTask2Exe/SIMUL_01\",\"name\":\"MP-IO getTask2exe\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535044.75,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_253c3deea8bf47969dd45dd6a529a2b0\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1669710511144,\"created\":1572688535026,\"url\":\"{{ BASE_URL }}/IOB/flogJson/SIMUL_01\",\"name\":\"Send FLog Json\",\"description\":\"\",\"method\":\"POST\",\"body\":{\"mimeType\":\"application/json\",\"text\":\"{\\n\\t\\\"fluxData\\\":\\n\\t[\\n\\t\\t{\\n\\t\\t\\\"flux\\\": \\\"test\\\",\\n\\t\\t\\\"valore\\\": \\\"valore_10\\\",\\n\\t\\t\\\"dtEve\\\": \\\"2019-11-02 11:01:00\\\",\\n\\t\\t\\\"dtCurr\\\": \\\"2019-11-02 11:02:00\\\",\\n\\t\\t\\\"cnt\\\": 10\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"test\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"valore_11\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2019-11-02 11:01:01\\\",\\n\\t\\t\\t\\\"dtCurr\\\": \\\"2019-11-02 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 11\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\\"flux\\\": \\\"test\\\",\\n\\t\\t\\\"valore\\\": \\\"valore_12\\\",\\n\\t\\t\\\"dtEve\\\": \\\"2019-11-02 11:01:02\\\",\\n\\t\\t\\\"dtCurr\\\": \\\"2019-11-02 11:02:00\\\",\\n\\t\\t\\\"cnt\\\": 12\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"test\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"valore_13\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2019-11-02 11:02:03\\\",\\n\\t\\t\\\"dtCurr\\\": \\\"2019-11-02 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 13\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\\"flux\\\": \\\"test\\\",\\n\\t\\t\\\"valore\\\": \\\"valore_14\\\",\\n\\t\\t\\\"dtEve\\\": \\\"2019-11-02 11:02:04\\\",\\n\\t\\t\\\"dtCurr\\\": \\\"2019-11-02 11:02:00\\\",\\n\\t\\t\\\"cnt\\\": 14\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"test\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"valore_15\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2019-11-02 11:02:05\\\",\\n\\t\\t\\t\\\"dtCurr\\\": \\\"2019-11-02 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 15\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\\"flux\\\": \\\"test\\\",\\n\\t\\t\\\"valore\\\": \\\"valore_16\\\",\\n\\t\\t\\\"dtEve\\\": \\\"2019-11-02 11:01:06\\\",\\n\\t\\t\\\"dtCurr\\\": \\\"2019-11-02 11:02:00\\\",\\n\\t\\t\\\"cnt\\\": 16\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"test\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"valore_17\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2019-11-02 11:01:07\\\",\\n\\t\\t\\t\\\"dtCurr\\\": \\\"2019-11-02 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 17\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\\"flux\\\": \\\"test\\\",\\n\\t\\t\\\"valore\\\": \\\"valore_18\\\",\\n\\t\\t\\\"dtEve\\\": \\\"2019-11-02 11:01:08\\\",\\n\\t\\t\\\"dtCurr\\\": \\\"2019-11-02 11:02:00\\\",\\n\\t\\t\\\"cnt\\\": 18\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"test\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"valore_19\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2019-11-02 11:01:09\\\",\\n\\t\\t \\\"dtCurr\\\": \\\"2019-11-02 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 19\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"test\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"valore_20\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2019-11-02 11:01:10\\\",\\n\\t\\t \\\"dtCurr\\\": \\\"2019-11-02 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 20\\n\\t\\t}\\n\\t]\\n}\\n\"},\"parameters\":[],\"headers\":[{\"id\":\"pair_d9894ec846994bcda341092cd0263f08\",\"name\":\"Content-Type\",\"value\":\"application/json\"}],\"authentication\":{},\"metaSortKey\":-1572688535026,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_3a849f55973d43d8bb7308b52e487a20\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1669710512005,\"created\":1572703720426,\"url\":\"{{ BASE_URL }}/IOB/liveJson/SIMUL_01\",\"name\":\"Send LiveIOB Json\",\"description\":\"\",\"method\":\"POST\",\"body\":{\"mimeType\":\"application/json\",\"text\":\"{\\n\\t\\\"dataList\\\":\\n\\t[\\n\\t\\t{\\n\\t\\t\\\"key\\\": \\\"temp_01\\\",\\n\\t\\t\\\"value\\\": \\\"20.8\\\"\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\\"key\\\": \\\"temp_2\\\",\\n\\t\\t\\\"value\\\": \\\"21.8\\\"\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\\"key\\\": \\\"speed_01\\\",\\n\\t\\t\\\"value\\\": \\\"5000\\\"\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\\"key\\\": \\\"speed_02\\\",\\n\\t\\t\\\"value\\\": \\\"248\\\"\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\\"key\\\": \\\"param_01\\\",\\n\\t\\t\\\"value\\\": \\\"120.8\\\"\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\\"key\\\": \\\"param_02\\\",\\n\\t\\t\\\"value\\\": \\\"170.8\\\"\\n\\t\\t}\\n\\t]\\n}\\n\"},\"parameters\":[],\"headers\":[{\"id\":\"pair_d9894ec846994bcda341092cd0263f08\",\"name\":\"Content-Type\",\"value\":\"application/json\"}],\"authentication\":{},\"metaSortKey\":-1572688534976,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_8b9bfe3a5fe24f1aa19da4d9cbf24d08\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1669710514912,\"created\":1646069719097,\"url\":\"{{ BASE_URL }}/IOB/ulogJson/SIMUL_01\",\"name\":\"Send ULog Json\",\"description\":\"\",\"method\":\"POST\",\"body\":{\"mimeType\":\"application/json\",\"text\":\"{\\n\\t\\\"fluxData\\\":\\n\\t[\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"DI\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"User Login - Steamware User\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2022-02-28 11:00:30\\\",\\n\\t\\t\\t\\\"dtCurr\\\": \\\"2022-02-28 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 9,\\n\\t\\t\\t\\\"matrOpr\\\": 1,\\n\\t\\t\\t\\\"label\\\": \\\"UserLogin\\\"\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"DI\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"Dichiarazione di prova\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2022-02-28 11:01:00\\\",\\n\\t\\t\\t\\\"dtCurr\\\": \\\"2022-02-28 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 10,\\n\\t\\t\\t\\\"matrOpr\\\": 1,\\n\\t\\t\\t\\\"label\\\": \\\"Note\\\"\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"RC\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2022-02-28 11:01:01\\\",\\n\\t\\t\\t\\\"dtCurr\\\": \\\"2022-02-28 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 11,\\n\\t\\t\\t\\\"matrOpr\\\": 1,\\n\\t\\t\\t\\\"valNum\\\": 1\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"RC\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"SIM Controllo fallito\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2022-02-28 11:01:31\\\",\\n\\t\\t\\t\\\"dtCurr\\\": \\\"2022-02-28 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 12,\\n\\t\\t\\t\\\"matrOpr\\\": 1,\\n\\t\\t\\t\\\"valNum\\\": 0\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"RS\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"SIM Scarto 01\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2022-02-28 11:01:05\\\",\\n\\t\\t\\t\\\"dtCurr\\\": \\\"2022-02-28 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 13,\\n\\t\\t\\t\\\"matrOpr\\\": 1,\\n\\t\\t\\t\\\"label\\\": \\\"01\\\",\\n\\t\\t\\t\\\"valNum\\\": 1\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"RS\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"SIM Scarto 02\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2022-02-28 11:01:15\\\",\\n\\t\\t\\t\\\"dtCurr\\\": \\\"2022-02-28 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 15,\\n\\t\\t\\t\\\"matrOpr\\\": 1,\\n\\t\\t\\t\\\"label\\\": \\\"02\\\",\\n\\t\\t\\t\\\"valNum\\\": 2\\n\\t\\t}\\n\\t]\\n}\"},\"parameters\":[],\"headers\":[{\"id\":\"pair_d9894ec846994bcda341092cd0263f08\",\"name\":\"Content-Type\",\"value\":\"application/json\"}],\"authentication\":{},\"metaSortKey\":-1572688534926,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_5e199f4f47f5480c8a65836ff3278455\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1669713559792,\"created\":1653312485596,\"url\":\"{{ BASE_URL }}/IOB/rawTransfJson/GIACO_ICOEL\",\"name\":\"Send RawTransfJson\",\"description\":\"\",\"method\":\"POST\",\"body\":{\"mimeType\":\"application/json\",\"text\":\"[\\n\\t{\\n\\t\\\"mesType\\\": \\\"IcoelBatch\\\", \\n\\t\\\"mesContent\\\": {\\n\\t\\t\\\"1\\\": {\\n\\t\\t\\t\\\"AvoidLayoutChange\\\": true,\\n\\t\\t\\t\\\"AvoidSavingOldLayouts\\\": false,\\n\\t\\t\\t\\\"Comments\\\": [\\\"\\\", \\\"\\\", \\\"\\\"],\\n\\t\\t\\t\\\"EndTime\\\": \\\"0001-01-01T00:00:00\\\",\\n\\t\\t\\t\\\"GrowerCode\\\": \\\"CSE\\\",\\n\\t\\t\\t\\\"Id\\\": 21,\\n\\t\\t\\t\\\"IsFinalized\\\": false,\\n\\t\\t\\t\\\"LaneGroups\\\": [{\\n\\t\\t\\t\\t\\\"Lanes\\\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Sinistra\\\"\\n\\t\\t\\t}, {\\n\\t\\t\\t\\t\\\"Lanes\\\": [],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Destra\\\"\\n\\t\\t\\t}],\\n\\t\\t\\t\\\"LayoutId\\\": \\\"aba2ac90-d835-46ee-bc3d-2cfbad76287d\\\",\\n\\t\\t\\t\\\"LayoutName\\\": \\\"New Layout\\\",\\n\\t\\t\\t\\\"Name\\\": \\\"Batch 78\\\",\\n\\t\\t\\t\\\"OverrideLayoutConflicts\\\": true,\\n\\t\\t\\t\\\"SampleName\\\": \\\"\\\",\\n\\t\\t\\t\\\"SizingProfileName\\\": \\\"\\\",\\n\\t\\t\\t\\\"StartTime\\\": \\\"2022-05-21T12:40:21.6522013+02:00\\\",\\n\\t\\t\\t\\\"TotallingVariety\\\": \\\"Default\\\",\\n\\t\\t\\t\\\"TotallingVarietyCode\\\": \\\"\\\",\\n\\t\\t\\t\\\"VarietyId\\\": \\\"48529fd1-742a-432f-814d-a54c8030a80c\\\",\\n\\t\\t\\t\\\"VarietyName\\\": \\\"Bigarreaux\\\",\\n\\t\\t\\t\\\"VisionMap\\\": 3\\n\\t\\t},\\n\\t\\t\\\"2\\\": {\\n\\t\\t\\t\\\"AvoidLayoutChange\\\": true,\\n\\t\\t\\t\\\"AvoidSavingOldLayouts\\\": false,\\n\\t\\t\\t\\\"Comments\\\": [\\\"\\\", \\\"\\\", \\\"\\\"],\\n\\t\\t\\t\\\"EndTime\\\": \\\"0001-01-01T00:00:00\\\",\\n\\t\\t\\t\\\"GrowerCode\\\": \\\"CSE\\\",\\n\\t\\t\\t\\\"Id\\\": 21,\\n\\t\\t\\t\\\"IsFinalized\\\": false,\\n\\t\\t\\t\\\"LaneGroups\\\": [{\\n\\t\\t\\t\\t\\\"Lanes\\\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Sinistra\\\"\\n\\t\\t\\t}, {\\n\\t\\t\\t\\t\\\"Lanes\\\": [],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Destra\\\"\\n\\t\\t\\t}],\\n\\t\\t\\t\\\"LayoutId\\\": \\\"aba2ac90-d835-46ee-bc3d-2cfbad76287d\\\",\\n\\t\\t\\t\\\"LayoutName\\\": \\\"New Layout\\\",\\n\\t\\t\\t\\\"Name\\\": \\\"Batch 78\\\",\\n\\t\\t\\t\\\"OverrideLayoutConflicts\\\": true,\\n\\t\\t\\t\\\"SampleName\\\": \\\"\\\",\\n\\t\\t\\t\\\"SizingProfileName\\\": \\\"\\\",\\n\\t\\t\\t\\\"StartTime\\\": \\\"2022-05-21T12:40:21.6522013+02:00\\\",\\n\\t\\t\\t\\\"TotallingVariety\\\": \\\"Default\\\",\\n\\t\\t\\t\\\"TotallingVarietyCode\\\": \\\"\\\",\\n\\t\\t\\t\\\"VarietyId\\\": \\\"48529fd1-742a-432f-814d-a54c8030a80c\\\",\\n\\t\\t\\t\\\"VarietyName\\\": \\\"Bigarreaux\\\",\\n\\t\\t\\t\\\"VisionMap\\\": 3\\n\\t\\t}\\n\\t}\\n}\\n]\"},\"parameters\":[],\"headers\":[{\"id\":\"pair_d9894ec846994bcda341092cd0263f08\",\"name\":\"Content-Type\",\"value\":\"application/json\"}],\"authentication\":{},\"metaSortKey\":-1570661841168.5,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_c20f1ba494aa46c6b8ea7a7d9fad7d05\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1669713561638,\"created\":1653328411117,\"url\":\"{{ BASE_URL }}/IOB/rawTransfJson/GIACO_ICOEL\",\"name\":\"Send RawTransfJson 2\",\"description\":\"\",\"method\":\"POST\",\"body\":{\"mimeType\":\"application/json\",\"text\":\"[\\n\\t{\\n\\t\\\"dataRif\\\": \\\"2022-05-23T19:51:48.9674938+02:00\\\",\\n\\t\\\"mesContent\\\": {\\n\\t\\t\\\"1\\\": {\\n\\t\\t\\t\\\"AvoidLayoutChange\\\": true,\\n\\t\\t\\t\\\"AvoidSavingOldLayouts\\\": false,\\n\\t\\t\\t\\\"Comments\\\": [\\\"\\\", \\\"\\\", \\\"\\\"],\\n\\t\\t\\t\\\"EndTime\\\": \\\"0001-01-01T00:00:00\\\",\\n\\t\\t\\t\\\"GrowerCode\\\": \\\"CSE\\\",\\n\\t\\t\\t\\\"Id\\\": 28,\\n\\t\\t\\t\\\"IsFinalized\\\": false,\\n\\t\\t\\t\\\"LaneGroups\\\": [{\\n\\t\\t\\t\\t\\\"Lanes\\\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Sinistra\\\"\\n\\t\\t\\t}, {\\n\\t\\t\\t\\t\\\"Lanes\\\": [],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Destra\\\"\\n\\t\\t\\t}],\\n\\t\\t\\t\\\"LayoutId\\\": \\\"aba2ac90-d835-46ee-bc3d-2cfbad76287d\\\",\\n\\t\\t\\t\\\"LayoutName\\\": \\\"New Layout\\\",\\n\\t\\t\\t\\\"Name\\\": \\\"Lotto 85\\\",\\n\\t\\t\\t\\\"OverrideLayoutConflicts\\\": true,\\n\\t\\t\\t\\\"SampleName\\\": \\\"\\\",\\n\\t\\t\\t\\\"SizingProfileName\\\": \\\"\\\",\\n\\t\\t\\t\\\"StartTime\\\": \\\"2022-05-23T16:52:13.2473589+02:00\\\",\\n\\t\\t\\t\\\"TotallingVariety\\\": \\\"Default\\\",\\n\\t\\t\\t\\\"TotallingVarietyCode\\\": \\\"\\\",\\n\\t\\t\\t\\\"VarietyId\\\": \\\"48529fd1-742a-432f-814d-a54c8030a80c\\\",\\n\\t\\t\\t\\\"VarietyName\\\": \\\"Bigarreaux\\\",\\n\\t\\t\\t\\\"VisionMap\\\": 3\\n\\t\\t},\\n\\t\\t\\\"2\\\": {\\n\\t\\t\\t\\\"AvoidLayoutChange\\\": true,\\n\\t\\t\\t\\\"AvoidSavingOldLayouts\\\": false,\\n\\t\\t\\t\\\"Comments\\\": [\\\"\\\", \\\"\\\", \\\"\\\"],\\n\\t\\t\\t\\\"EndTime\\\": \\\"0001-01-01T00:00:00\\\",\\n\\t\\t\\t\\\"GrowerCode\\\": \\\"CSE\\\",\\n\\t\\t\\t\\\"Id\\\": 28,\\n\\t\\t\\t\\\"IsFinalized\\\": false,\\n\\t\\t\\t\\\"LaneGroups\\\": [{\\n\\t\\t\\t\\t\\\"Lanes\\\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Sinistra\\\"\\n\\t\\t\\t}, {\\n\\t\\t\\t\\t\\\"Lanes\\\": [],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Destra\\\"\\n\\t\\t\\t}],\\n\\t\\t\\t\\\"LayoutId\\\": \\\"aba2ac90-d835-46ee-bc3d-2cfbad76287d\\\",\\n\\t\\t\\t\\\"LayoutName\\\": \\\"New Layout\\\",\\n\\t\\t\\t\\\"Name\\\": \\\"Lotto 85\\\",\\n\\t\\t\\t\\\"OverrideLayoutConflicts\\\": true,\\n\\t\\t\\t\\\"SampleName\\\": \\\"\\\",\\n\\t\\t\\t\\\"SizingProfileName\\\": \\\"\\\",\\n\\t\\t\\t\\\"StartTime\\\": \\\"2022-05-23T16:52:13.2473589+02:00\\\",\\n\\t\\t\\t\\\"TotallingVariety\\\": \\\"Default\\\",\\n\\t\\t\\t\\\"TotallingVarietyCode\\\": \\\"\\\",\\n\\t\\t\\t\\\"VarietyId\\\": \\\"48529fd1-742a-432f-814d-a54c8030a80c\\\",\\n\\t\\t\\t\\\"VarietyName\\\": \\\"Bigarreaux\\\",\\n\\t\\t\\t\\\"VisionMap\\\": 3\\n\\t\\t}\\n\\t},\\n\\t\\\"mesType\\\": \\\"IcoelBatch\\\"\\n\\t},\\n\\t{\\n\\t\\\"dataRif\\\": \\\"2022-05-23T19:51:48.9674938+02:00\\\",\\n\\t\\\"mesContent\\\": {\\n\\t\\t\\\"1\\\": {\\n\\t\\t\\t\\\"AvoidLayoutChange\\\": true,\\n\\t\\t\\t\\\"AvoidSavingOldLayouts\\\": false,\\n\\t\\t\\t\\\"Comments\\\": [\\\"\\\", \\\"\\\", \\\"\\\"],\\n\\t\\t\\t\\\"EndTime\\\": \\\"0001-01-01T00:00:00\\\",\\n\\t\\t\\t\\\"GrowerCode\\\": \\\"CSE\\\",\\n\\t\\t\\t\\\"Id\\\": 28,\\n\\t\\t\\t\\\"IsFinalized\\\": false,\\n\\t\\t\\t\\\"LaneGroups\\\": [{\\n\\t\\t\\t\\t\\\"Lanes\\\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Sinistra\\\"\\n\\t\\t\\t}, {\\n\\t\\t\\t\\t\\\"Lanes\\\": [],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Destra\\\"\\n\\t\\t\\t}],\\n\\t\\t\\t\\\"LayoutId\\\": \\\"aba2ac90-d835-46ee-bc3d-2cfbad76287d\\\",\\n\\t\\t\\t\\\"LayoutName\\\": \\\"New Layout\\\",\\n\\t\\t\\t\\\"Name\\\": \\\"Lotto 85\\\",\\n\\t\\t\\t\\\"OverrideLayoutConflicts\\\": true,\\n\\t\\t\\t\\\"SampleName\\\": \\\"\\\",\\n\\t\\t\\t\\\"SizingProfileName\\\": \\\"\\\",\\n\\t\\t\\t\\\"StartTime\\\": \\\"2022-05-23T16:52:13.2473589+02:00\\\",\\n\\t\\t\\t\\\"TotallingVariety\\\": \\\"Default\\\",\\n\\t\\t\\t\\\"TotallingVarietyCode\\\": \\\"\\\",\\n\\t\\t\\t\\\"VarietyId\\\": \\\"48529fd1-742a-432f-814d-a54c8030a80c\\\",\\n\\t\\t\\t\\\"VarietyName\\\": \\\"Bigarreaux\\\",\\n\\t\\t\\t\\\"VisionMap\\\": 3\\n\\t\\t},\\n\\t\\t\\\"2\\\": {\\n\\t\\t\\t\\\"AvoidLayoutChange\\\": true,\\n\\t\\t\\t\\\"AvoidSavingOldLayouts\\\": false,\\n\\t\\t\\t\\\"Comments\\\": [\\\"\\\", \\\"\\\", \\\"\\\"],\\n\\t\\t\\t\\\"EndTime\\\": \\\"0001-01-01T00:00:00\\\",\\n\\t\\t\\t\\\"GrowerCode\\\": \\\"CSE\\\",\\n\\t\\t\\t\\\"Id\\\": 28,\\n\\t\\t\\t\\\"IsFinalized\\\": false,\\n\\t\\t\\t\\\"LaneGroups\\\": [{\\n\\t\\t\\t\\t\\\"Lanes\\\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Sinistra\\\"\\n\\t\\t\\t}, {\\n\\t\\t\\t\\t\\\"Lanes\\\": [],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Destra\\\"\\n\\t\\t\\t}],\\n\\t\\t\\t\\\"LayoutId\\\": \\\"aba2ac90-d835-46ee-bc3d-2cfbad76287d\\\",\\n\\t\\t\\t\\\"LayoutName\\\": \\\"New Layout\\\",\\n\\t\\t\\t\\\"Name\\\": \\\"Lotto 85\\\",\\n\\t\\t\\t\\\"OverrideLayoutConflicts\\\": true,\\n\\t\\t\\t\\\"SampleName\\\": \\\"\\\",\\n\\t\\t\\t\\\"SizingProfileName\\\": \\\"\\\",\\n\\t\\t\\t\\\"StartTime\\\": \\\"2022-05-23T16:52:13.2473589+02:00\\\",\\n\\t\\t\\t\\\"TotallingVariety\\\": \\\"Default\\\",\\n\\t\\t\\t\\\"TotallingVarietyCode\\\": \\\"\\\",\\n\\t\\t\\t\\\"VarietyId\\\": \\\"48529fd1-742a-432f-814d-a54c8030a80c\\\",\\n\\t\\t\\t\\\"VarietyName\\\": \\\"Bigarreaux\\\",\\n\\t\\t\\t\\\"VisionMap\\\": 3\\n\\t\\t}\\n\\t},\\n\\t\\\"mesType\\\": \\\"IcoelBatch\\\"\\n\\t}\\n]\"},\"parameters\":[],\"headers\":[{\"id\":\"pair_d9894ec846994bcda341092cd0263f08\",\"name\":\"Content-Type\",\"value\":\"application/json\"}],\"authentication\":{},\"metaSortKey\":-1569648494289.75,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_196d4d162e3c4b0d8f09b64630c68354\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1669710577748,\"created\":1657198918612,\"url\":\"{{ BASE_URL }}/IOB/rawTransfJson/GIACO_ICOEL\",\"name\":\"Send RawTransfJson 3\",\"description\":\"\",\"method\":\"POST\",\"body\":{\"mimeType\":\"application/json\",\"text\":\"[\\n\\t{\\n\\t\\\"dataRif\\\": \\\"2022-05-23T19:51:48.9674938+02:00\\\",\\n\\t\\\"mesContent\\\": {\\n\\t\\t\\\"test\\\":\\\"data\\\"\\n\\t},\\n\\t\\\"mesType\\\": \\\"IcoelBatch\\\"\\n\\t}\\n]\"},\"parameters\":[],\"headers\":[{\"id\":\"pair_d9894ec846994bcda341092cd0263f08\",\"name\":\"Content-Type\",\"value\":\"application/json\"}],\"authentication\":{},\"metaSortKey\":-1569141820850.375,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_dd8a225868c74c75a0f04e9fafc6504f\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1663577208603,\"created\":1663577161793,\"url\":\"{{ BASE_URL }}/IOB/takeFlogSnapshot/SIMUL_01\",\"name\":\"Take FL Snapshot\",\"description\":\"\",\"method\":\"POST\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1569141820800.375,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_1629039e944940e68c1ad6858fa5ac86\",\"parentId\":\"fld_ce2a7c30d21e4384b54896a36c397a3d\",\"modified\":1669728853571,\"created\":1669710554275,\"url\":\"{{ BASE_URL }}/IOB/getOdlAtDate/SIMUL_01?dateRif=20221026\",\"name\":\"Get ODL at date\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1569141820875.375,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"fld_ce2a7c30d21e4384b54896a36c397a3d\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1669710566195,\"created\":1669710490058,\"name\":\"RegGiacenze\",\"description\":\"\",\"environment\":{},\"environmentPropertyOrder\":null,\"metaSortKey\":-1569141820787.875,\"_type\":\"request_group\"},{\"_id\":\"req_387e31b0e0854a31ae30e211135682db\",\"parentId\":\"fld_ce2a7c30d21e4384b54896a36c397a3d\",\"modified\":1669735064977,\"created\":1669735045760,\"url\":\"{{ BASE_URL }}/IOB/fixDailyOdl/BAG_TL_01\",\"name\":\"Fix ODL Daily\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1569141820862.875,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_64fa5f91371349daa76de804a5cea000\",\"parentId\":\"fld_ce2a7c30d21e4384b54896a36c397a3d\",\"modified\":1669728870934,\"created\":1669710599508,\"url\":\"{{ BASE_URL }}/IOB/rawTransfJson/SIMUL_01\",\"name\":\"Send Giac RawTransf\",\"description\":\"\",\"method\":\"POST\",\"body\":{\"mimeType\":\"application/json\",\"text\":\"[\\n\\t{\\n\\t\\\"dataRif\\\": \\\"2022-11-16T20:00:00.9674938+02:00\\\",\\n\\t\\\"mesContent\\\": {\\n\\t\\t\\\"1\\\": {\\n\\t\\t\\t\\\"IdxODL\\\": 90937,\\n\\t\\t\\t\\\"IdentRG\\\":\\t\\\"20220920.UVA.LUISA.COPPI\\\",\\n\\t\\t\\t\\\"Product\\\":\\t\\\"UVA\\\",\\n\\t\\t\\t\\\"Variety\\\":\\t\\\"LUISA\\\",\\n\\t\\t\\t\\\"Supplier\\\":\\t\\\"COPPI\\\",\\n\\t\\t\\t\\\"ExtDoc\\\": \\t\\\"TT111\\\",\\n\\t\\t\\t\\\"DateRif\\\":\\t\\\"2022-09-20T00:00:00.000000+02:00\\\",\\n\\t\\t\\t\\\"QtyTot\\\":\\t6050.0,\\n\\t\\t\\t\\\"NumPack\\\":\\t550,\\n\\t\\t\\t\\\"Notes\\\":\\t\\\"11x50x11\\\"\\n\\t\\t},\\n\\t\\t\\\"2\\\": {\\n\\t\\t\\t\\\"IdxODL\\\": 90937,\\n\\t\\t\\t\\\"IdentRG\\\":\\t\\\"20220929.UVA.GIANT_PEARL.FLLI_GIACOVELLI\\\",\\n\\t\\t\\t\\\"Product\\\":\\t\\\"UVA\\\",\\n\\t\\t\\t\\\"Variety\\\":\\t\\\"GIANT PEARL\\\",\\n\\t\\t\\t\\\"Supplier\\\":\\t\\\"F.LLI GIACOVELLI\\\",\\n\\t\\t\\t\\\"ExtDoc\\\": \\t\\\"TT119\\\",\\n\\t\\t\\t\\\"DateRif\\\":\\t\\\"2022-09-29T00:00:00.000000+02:00\\\",\\n\\t\\t\\t\\\"QtyTot\\\":\\t6050.0,\\n\\t\\t\\t\\\"NumPack\\\":\\t550,\\n\\t\\t\\t\\\"Notes\\\":\\t\\\"11x50x11\\\"\\n\\t\\t},\\n\\t\\t\\\"3\\\": {\\n\\t\\t\\t\\\"IdxODL\\\": 90937,\\n\\t\\t\\t\\\"IdentRG\\\":\\t\\\"20221012.UVA.SWEET_CEL.FLLI_GIACOVELLI\\\",\\n\\t\\t\\t\\\"Product\\\":\\t\\\"UVA\\\",\\n\\t\\t\\t\\\"Variety\\\":\\t\\\"SWEET CEL.\\\",\\n\\t\\t\\t\\\"Supplier\\\":\\t\\\"F.LLI GIACOVELLI\\\",\\n\\t\\t\\t\\\"ExtDoc\\\": \\t\\\"TT140\\\",\\n\\t\\t\\t\\\"DateRif\\\":\\t\\\"2022-10-12T00:00:00.000000+02:00\\\",\\n\\t\\t\\t\\\"QtyTot\\\":\\t550.0,\\n\\t\\t\\t\\\"NumPack\\\":\\t50,\\n\\t\\t\\t\\\"Notes\\\":\\t\\\"1x50x11\\\"\\n\\t\\t}\\n\\t},\\n\\t\\\"mesType\\\": \\\"RegGiacenze\\\"\\n\\t}\\n]\"},\"parameters\":[],\"headers\":[{\"id\":\"pair_d9894ec846994bcda341092cd0263f08\",\"name\":\"Content-Type\",\"value\":\"application/json\"}],\"authentication\":{},\"metaSortKey\":-1569141820825.375,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"env_8740e20e8e8bb2003e5230773ef23271182ab751\",\"parentId\":\"wrk_6eaf0a20123c480295db476860d8f716\",\"modified\":1572703437306,\"created\":1572685869222,\"name\":\"Base Environment\",\"data\":{},\"dataPropertyOrder\":{},\"color\":null,\"isPrivate\":false,\"metaSortKey\":1572685869222,\"_type\":\"environment\"},{\"_id\":\"jar_8740e20e8e8bb2003e5230773ef23271182ab751\",\"parentId\":\"wrk_6eaf0a20123c480295db476860d8f716\",\"modified\":1572685869231,\"created\":1572685869231,\"name\":\"Default Jar\",\"cookies\":[],\"_type\":\"cookie_jar\"},{\"_id\":\"spc_e6fdb813e3494001a0a09f18637637be\",\"parentId\":\"wrk_6eaf0a20123c480295db476860d8f716\",\"modified\":1627050532237,\"created\":1627050532237,\"fileName\":\"MP-IO\",\"contents\":\"\",\"contentType\":\"yaml\",\"_type\":\"api_spec\"},{\"_id\":\"env_c05a8868c4934cdfa10f3a5cb0ebcb5d\",\"parentId\":\"env_8740e20e8e8bb2003e5230773ef23271182ab751\",\"modified\":1657195721258,\"created\":1572703420555,\"name\":\"DEV\",\"data\":{\"BASE_URL\":\"http://localhost:20967/\"},\"dataPropertyOrder\":{\"&\":[\"BASE_URL\"]},\"color\":null,\"isPrivate\":false,\"metaSortKey\":1572703420555,\"_type\":\"environment\"},{\"_id\":\"env_e66bedb2f2ce4168aa67be58ee2e3c04\",\"parentId\":\"env_8740e20e8e8bb2003e5230773ef23271182ab751\",\"modified\":1657195718320,\"created\":1573471806261,\"name\":\"IIS01\",\"data\":{\"BASE_URL\":\"http://iis01.egalware.com/MP/IO/\"},\"dataPropertyOrder\":{\"&\":[\"BASE_URL\"]},\"color\":null,\"isPrivate\":false,\"metaSortKey\":1573471806261,\"_type\":\"environment\"},{\"_id\":\"env_1c2b1769eca04bb5800dd430d9548b42\",\"parentId\":\"env_8740e20e8e8bb2003e5230773ef23271182ab751\",\"modified\":1657195719443,\"created\":1573471844550,\"name\":\"IIS02\",\"data\":{\"BASE_URL\":\"http://iis02.egalware.com/MP/IO/\"},\"dataPropertyOrder\":{\"&\":[\"BASE_URL\"]},\"color\":null,\"isPrivate\":false,\"metaSortKey\":1573471844550,\"_type\":\"environment\"},{\"_id\":\"env_24a7d5ab5ede49b3ba6ca2fae1964cee\",\"parentId\":\"env_8740e20e8e8bb2003e5230773ef23271182ab751\",\"modified\":1657195720083,\"created\":1657195687758,\"name\":\"IIS03\",\"data\":{\"BASE_URL\":\"http://iis03.egalware.com/MP/IO/\"},\"dataPropertyOrder\":{\"&\":[\"BASE_URL\"]},\"color\":null,\"isPrivate\":false,\"metaSortKey\":1595884971128.5,\"_type\":\"environment\"}]}","contentType":"yaml","_type":"api_spec"},{"_id":"env_c05a8868c4934cdfa10f3a5cb0ebcb5d","parentId":"env_8740e20e8e8bb2003e5230773ef23271182ab751","modified":1680616740546,"created":1572703420555,"name":"DEV","data":{"BASE_URL":"http://localhost:20967/"},"dataPropertyOrder":{"&":["BASE_URL"]},"color":null,"isPrivate":false,"metaSortKey":1572703420555,"_type":"environment"},{"_id":"env_e66bedb2f2ce4168aa67be58ee2e3c04","parentId":"env_8740e20e8e8bb2003e5230773ef23271182ab751","modified":1657195718320,"created":1573471806261,"name":"IIS01","data":{"BASE_URL":"http://iis01.egalware.com/MP/IO/"},"dataPropertyOrder":{"&":["BASE_URL"]},"color":null,"isPrivate":false,"metaSortKey":1573471806261,"_type":"environment"},{"_id":"env_1c2b1769eca04bb5800dd430d9548b42","parentId":"env_8740e20e8e8bb2003e5230773ef23271182ab751","modified":1657195719443,"created":1573471844550,"name":"IIS02","data":{"BASE_URL":"http://iis02.egalware.com/MP/IO/"},"dataPropertyOrder":{"&":["BASE_URL"]},"color":null,"isPrivate":false,"metaSortKey":1573471844550,"_type":"environment"},{"_id":"env_24a7d5ab5ede49b3ba6ca2fae1964cee","parentId":"env_8740e20e8e8bb2003e5230773ef23271182ab751","modified":1657195720083,"created":1657195687758,"name":"IIS03","data":{"BASE_URL":"http://iis03.egalware.com/MP/IO/"},"dataPropertyOrder":{"&":["BASE_URL"]},"color":null,"isPrivate":false,"metaSortKey":1595884971128.5,"_type":"environment"}]}
\ No newline at end of file
+{"_type":"export","__export_format":4,"__export_date":"2023-12-09T11:06:46.373Z","__export_source":"insomnia.desktop.app:v2023.5.8","resources":[{"_id":"req_18c7546d80a74c019f71980710c3a765","parentId":"fld_cde081c45fe24e268c98db0c9c60d5be","modified":1573490149972,"created":1573400234158,"url":"{{ BASE_URL }}/IOB/getObjItems/SIMUL_01","name":"Get All Items","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535038.5,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_cde081c45fe24e268c98db0c9c60d5be","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1573404868724,"created":1573400229143,"name":"MP-IO parametri","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1573400229143,"_type":"request_group"},{"_id":"wrk_6eaf0a20123c480295db476860d8f716","parentId":null,"modified":1671560657129,"created":1572685869137,"name":"MP-IO","description":"","scope":"design","_type":"workspace"},{"_id":"req_5d8f4dc26a944a6cb6ffe55ec6e57415","parentId":"fld_cde081c45fe24e268c98db0c9c60d5be","modified":1573404368579,"created":1573402488180,"url":"{{ BASE_URL }}/IOB/getObjItems2Write/SIMUL_01","name":"Get All Items 2 write","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535032.25,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_b7f013c98aa344c2a7ceb01d915c6e65","parentId":"fld_cde081c45fe24e268c98db0c9c60d5be","modified":1657198832659,"created":1573400285659,"url":"{{ BASE_URL }}/IOB/setObjItems/SIMUL_01","name":"Add All Items","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\t\"uid\": \"setArt\",\n\t\t\"name\": \"Articolo\",\n\t\t\"value\": \"ART000123\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n\t\t\"writable\": true\n\t},\n\t{\n\t\t\"uid\": \"setComm\",\n\t\t\"name\": \"Commessa\",\n\t\t\"value\": \"COMM000002\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n\t\t\"writable\": true\n\t},\n\t{\n\t\t\"uid\": \"TEMP_01\",\n\t\t\"name\": \"Temperatura 01\",\n\t\t\"value\": \"9\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\"\n\t},\n\t{\n\t\t\"uid\": \"PRESS_01\",\n\t\t\"name\": \"Pressione 01\",\n\t\t\"value\": \"9\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\"\n\t}\n]\n"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1572688535007.25,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_47f2f4e7facc465893880458e1c9f077","parentId":"fld_cde081c45fe24e268c98db0c9c60d5be","modified":1695103895747,"created":1573400470873,"url":"{{ BASE_URL }}/IOB/upsertObjItems/SIMUL_01","name":"Add Some Item","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\t\"uid\": \"setComm\",\n\t\t\"name\": \"Commessa\",\n\t\t\"value\": \"\",\n\t\t\"reqValue\": \"COMM000003\",\n\t\t\"lastRequest\": \"{% now 'iso-8601', '' %}\",\n\t\t\"writable\": true\n\t}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1572688535004.125,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_8169efe9cbb744d7bc1d28a67374e910","parentId":"fld_cde081c45fe24e268c98db0c9c60d5be","modified":1695103929841,"created":1695103794723,"url":"{{ BASE_URL }}/IOB/setObjItems/SIMUL_01","name":"Add All Items SIMUL_01","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n {\n \"description\": \"Articolo\",\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"setArt\",\n \"reqValue\": \"\",\n \"uid\": \"setArt\",\n \"UM\": \"\",\n \"valMax\": 9999,\n \"valMin\": 0,\n \"value\": \"\",\n \"writable\": true\n },\n {\n \"description\": \"Commessa\",\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"setComm\",\n \"reqValue\": \"\",\n \"uid\": \"setComm\",\n \"UM\": \"\",\n \"valMax\": 9999,\n \"valMin\": 0,\n \"value\": \"\",\n \"writable\": true\n },\n {\n \"description\": \"Qta Richiesta\",\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"setPzComm\",\n \"reqValue\": \"\",\n \"uid\": \"setPzComm\",\n \"UM\": \"\",\n \"valMax\": 9999,\n \"valMin\": 0,\n \"value\": \"\",\n \"writable\": true\n },\n {\n \"description\": \"Imposta Qta\",\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"forceSetPzCount\",\n \"reqValue\": \"\",\n \"uid\": \"forceSetPzCount\",\n \"UM\": \"\",\n \"valMax\": 9999,\n \"valMin\": 0,\n \"value\": \"\",\n \"writable\": true\n },\n {\n \"description\": \"Temperatura 01\",\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"TEMP_01\",\n \"reqValue\": \"\",\n \"uid\": \"TEMP_01\",\n \"UM\": \"\",\n \"valMax\": 24,\n \"valMin\": 18,\n \"value\": \"\",\n \"writable\": false\n },\n {\n \"description\": \"Potenza impianto\",\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"POWER_01\",\n \"reqValue\": \"\",\n \"uid\": \"POWER_01\",\n \"UM\": \"\",\n \"valMax\": 80,\n \"valMin\": 40,\n \"value\": \"\",\n \"writable\": false\n },\n {\n \"description\": \"FEED override\",\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"FEED_OVER\",\n \"reqValue\": \"\",\n \"uid\": \"FEED_OVER\",\n \"UM\": \"\",\n \"valMax\": 100,\n \"valMin\": 0,\n \"value\": \"\",\n \"writable\": false\n },\n {\n \"description\": \"RAPID override\",\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"RAPID_OVER\",\n \"reqValue\": \"\",\n \"uid\": \"RAPID_OVER\",\n \"UM\": \"\",\n \"valMax\": 120,\n \"valMin\": 50,\n \"value\": \"\",\n \"writable\": false\n },\n {\n \"description\": \"Asse X\",\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"POS_X\",\n \"reqValue\": \"\",\n \"uid\": \"POS_X\",\n \"UM\": \"\",\n \"valMax\": 2000,\n \"valMin\": -2000,\n \"value\": \"\",\n \"writable\": false\n },\n {\n \"description\": \"Asse Y\",\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"POS_Y\",\n \"reqValue\": \"\",\n \"uid\": \"POS_Y\",\n \"UM\": \"\",\n \"valMax\": 2000,\n \"valMin\": 0,\n \"value\": \"\",\n \"writable\": false\n },\n {\n \"description\": \"Asse Z\",\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"POS_Z\",\n \"reqValue\": \"\",\n \"uid\": \"POS_Z\",\n \"UM\": \"\",\n \"valMax\": 1500,\n \"valMin\": 0,\n \"value\": \"\",\n \"writable\": false\n }\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1572688535003.3438,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_217197d4ad914ac8b061e89793672a96","parentId":"fld_cde081c45fe24e268c98db0c9c60d5be","modified":1695110823273,"created":1695103903262,"url":"{{ BASE_URL }}/IOB/upsertObjItems/SIMUL_01","name":"Add Some Item SIMUL_01","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n {\n \"description\": \"Asse X\",\n\t\t\"displOrdinal\": 8,\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"POS_X\",\n \"reqValue\": \"\",\n \"uid\": \"POS_X\",\n \"UM\": \"\",\n \"valMax\": 2000,\n \"valMin\": -2000,\n \"value\": \"111\",\n \"writable\": false\n },\n {\n \"description\": \"Asse Y\",\n\t\t\"displOrdinal\": 9,\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"POS_Y\",\n \"reqValue\": \"\",\n \"uid\": \"POS_Y\",\n \"UM\": \"\",\n \"valMax\": 2000,\n \"valMin\": 0,\n \"value\": \"222\",\n \"writable\": false\n },\n {\n \"description\": \"Asse Z\",\n\t\t\"displOrdinal\": 10,\n \"lastMessage\": \"\",\n\t\t\"lastRead\": \"{% now 'iso-8601', '' %}\",\n \"lastRequest\": \"{% now 'iso-8601', '' %}\",\n \"name\": \"POS_Z\",\n \"reqValue\": \"\",\n \"uid\": \"POS_Z\",\n \"UM\": \"\",\n \"valMax\": 1500,\n \"valMin\": 0,\n \"value\": \"333\",\n \"writable\": false\n }\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1572688535002.5625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_73c9276d0eec46b19011f9f6868e20c6","parentId":"fld_d8d2ad76cbd44eda870135968c48db24","modified":1653313059862,"created":1574522588204,"url":"{{ BASE_URL }}/IOB/saveDataItems/SIMUL_01","name":"Send DataItems","description":"","method":"POST","body":{"mimeType":"application/json","text":"[{\n\t\"uuid\": \"AVAIL\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"AVAILABILITY\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"STATUS\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"ACC_TIME\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo macchina in potenza\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"ACC_TIME_WORK\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo macchina in movimento\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"CLOCK\",\n\t\"Category\": 2,\n\t\"Name\": null,\n\t\"Type\": \"CLOCK_TIME\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"POWER\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"POWER_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"OperatorId\",\n\t\"Category\": 1,\n\t\"Name\": \"ID Operatore\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"FUNCT_MODE\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"USER_ACTION\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"TESTING_DATA\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"PROTECTION_STATUS\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato protezioni\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UNK_STATUS\",\n\t\"Category\": 1,\n\t\"Name\": \"Stati sconosciuti\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UNK_STROBE\",\n\t\"Category\": 1,\n\t\"Name\": \"Strobes sconosciuti\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"CNC\",\n\t\"Category\": 0,\n\t\"Name\": null,\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"PLC\",\n\t\"Category\": 0,\n\t\"Name\": null,\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"MTC_asset_chg\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"ASSET_CHANGED\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"MTC_asset_rem\",\n\t\"Category\": 1,\n\t\"Name\": null,\n\t\"Type\": \"ASSET_REMOVED\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota attuale\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_01_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota target\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_01_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_01_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm/min] Feedrate\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"Axis_01_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_01_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_01_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[m] Distanza totale percorsa\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_01_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_01_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"LINEAR\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_01_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota attuale\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_02_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota target\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_02_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_02_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm/min] Feedrate\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"Axis_02_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_02_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_02_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[m] Distanza totale percorsa\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_02_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_02_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"LINEAR\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_02_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota attuale\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_03_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota target\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_03_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_03_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm/min] Feedrate\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"Axis_03_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_03_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_03_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[m] Distanza totale percorsa\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_03_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_03_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"LINEAR\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_03_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] Quota attuale\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Axis_04_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] Quota target\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Axis_04_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_04_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[°/min] Feedrate\",\n\t\"Type\": \"ROTARY_VELOCITY\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"REVOLUTION/MINUTE\"\n}, {\n\t\"uuid\": \"Axis_04_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"ROTARY_VELOCITY\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_04_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_04_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[rev] Rivoluzioni\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_04_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_04_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"ROTARY\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_04_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] Quota attuale\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Axis_05_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] Quota target\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Axis_05_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_05_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[°/min] Feedrate\",\n\t\"Type\": \"ROTARY_VELOCITY\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"REVOLUTION/MINUTE\"\n}, {\n\t\"uuid\": \"Axis_05_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"ROTARY_VELOCITY\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_05_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_05_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[rev] Rivoluzioni\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_05_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_05_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"ROTARY\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_05_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_PosAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota attuale\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_06_PosTgt\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] Quota target\",\n\t\"Type\": \"POSITION\",\n\t\"SubType\": \"TARGET\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Axis_06_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_06_FeedAct\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm/min] Feedrate\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"Axis_06_FeedOver\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Feed Override\",\n\t\"Type\": \"AXIS_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Axis_06_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": \"SECOND\"\n}, {\n\t\"uuid\": \"Axis_06_DistDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[m] Distanza totale percorsa\",\n\t\"Type\": \"LENGTH\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_06_InvDDone\",\n\t\"Category\": 2,\n\t\"Name\": \"[#] Numero inversioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Axis_06_MainProc\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Processo di appartenenza\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_IsMast\",\n\t\"Category\": 1,\n\t\"Name\": \"[0/1] Master/Slave\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_MastId\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] ID Asse master\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_Dir\",\n\t\"Category\": 1,\n\t\"Name\": \"[-/+] Direzione\",\n\t\"Type\": \"DIRECTION\",\n\t\"SubType\": \"LINEAR\",\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi CN\",\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Axis_06_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": \"Allarmi PLC\",\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Message\",\n\t\"Category\": 1,\n\t\"Name\": \"Segnalazioni\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"E_STOP\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato emergenze\",\n\t\"Type\": \"EMERGENCY_STOP\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_Type\",\n\t\"Category\": 1,\n\t\"Name\": \"Lavoro/Asservimento\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_ActiveAxes\",\n\t\"Category\": 1,\n\t\"Name\": \"Assi attivi\",\n\t\"Type\": \"ACTIVE_AXES\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_CodG_Act\",\n\t\"Category\": 1,\n\t\"Name\": \"Codici G\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_SubMode\",\n\t\"Category\": 1,\n\t\"Name\": \"Modo secondario\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_PartId\",\n\t\"Category\": 1,\n\t\"Name\": \"Pezzo corrente\",\n\t\"Type\": \"PART_ID\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_PZ_TOT\",\n\t\"Category\": 1,\n\t\"Name\": \"Pezzi prodotti\",\n\t\"Type\": \"PART_COUNT\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_Cod_M\",\n\t\"Category\": 1,\n\t\"Name\": \"Codici M\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_Cod_S\",\n\t\"Category\": 1,\n\t\"Name\": \"Codici S\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_Cod_T\",\n\t\"Category\": 1,\n\t\"Name\": \"Codici T\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_RUN_MODE\",\n\t\"Category\": 1,\n\t\"Name\": \"Modo operativo\",\n\t\"Type\": \"CONTROLLER_MODE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_EXE_MODE\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato esecuzione\",\n\t\"Type\": \"EXECUTION\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_CurrProg\",\n\t\"Category\": 1,\n\t\"Name\": \"Programma corrente\",\n\t\"Type\": \"PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_CurrProg_RowNum\",\n\t\"Category\": 1,\n\t\"Name\": \"Riga attuale\",\n\t\"Type\": \"LINE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_FeedRate\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm/min] Feedrate\",\n\t\"Type\": \"PATH_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"Path_01_FeedOverr\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] WORK Override\",\n\t\"Type\": \"PATH_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Path_01_RapidOverr\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] RAPID Override\",\n\t\"Type\": \"PATH_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"Path_01_PosActX\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] UNITA' OPERATRICE: Posizione X\",\n\t\"Type\": \"PATH_POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Path_01_PosActY\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] UNITA' OPERATRICE: Posizione Y\",\n\t\"Type\": \"PATH_POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Path_01_PosActZ\",\n\t\"Category\": 2,\n\t\"Name\": \"[mm] UNITA' OPERATRICE: Posizione Z\",\n\t\"Type\": \"PATH_POSITION\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER\"\n}, {\n\t\"uuid\": \"Path_01_PosActI\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] UNITA' OPERATRICE: Angolo I\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Path_01_PosActJ\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] UNITA' OPERATRICE: Angolo J\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Path_01_PosActK\",\n\t\"Category\": 2,\n\t\"Name\": \"[°] UNITA' OPERATRICE: Angolo K\",\n\t\"Type\": \"ANGLE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"DEGREE\"\n}, {\n\t\"uuid\": \"Path_01_AlarmCNC\",\n\t\"Category\": 0,\n\t\"Name\": null,\n\t\"Type\": \"SYSTEM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Path_01_AlarmPLC\",\n\t\"Category\": 0,\n\t\"Name\": null,\n\t\"Type\": \"LOGIC_PROGRAM\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UnOp_01_Type\",\n\t\"Category\": 2,\n\t\"Name\": \"Tipologia testa\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UnOp_01_Speed\",\n\t\"Category\": 2,\n\t\"Name\": \"[RPM] SPEED Attuale\",\n\t\"Type\": \"PATH_FEEDRATE\",\n\t\"SubType\": \"ACTUAL\",\n\t\"Units\": \"MILLIMETER/SECOND\"\n}, {\n\t\"uuid\": \"UnOp_01_SpeedOverr\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] SPEED Override\",\n\t\"Type\": \"PATH_FEEDRATE\",\n\t\"SubType\": \"OVERRIDE\",\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"UnOp_01_ToolId\",\n\t\"Category\": 1,\n\t\"Name\": \"ID Utensile in mandrino\",\n\t\"Type\": \"TOOL_ASSET_ID\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UnOp_01_NumCU\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Cambi Utensile effettuati\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"UnOp_01_Status\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UnOp_01_VitaRes\",\n\t\"Category\": 1,\n\t\"Name\": \"Vita residua utensile in mandrino\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"UnOp_01_VitaResType\",\n\t\"Category\": 1,\n\t\"Name\": \"Tipo vita residua utensile in mandrino\",\n\t\"Type\": \"MESSAGE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"UnOp_01_Load\",\n\t\"Category\": 2,\n\t\"Name\": \"[%] Carico\",\n\t\"Type\": \"LOAD\",\n\t\"SubType\": null,\n\t\"Units\": \"PERCENT\"\n}, {\n\t\"uuid\": \"UnOp_01_AccTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[krev] Rivoluzioni\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"VacPump_01_Status\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"VacPump_01_WrkTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"VacPump_02_Status\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"VacPump_02_WrkTime\",\n\t\"Category\": 2,\n\t\"Name\": \"[s] Tempo utilizzo\",\n\t\"Type\": \"ACCUMULATED_TIME\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"VacAct_01_Count\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Commutazioni\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"VacAct_02_Count\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Commutazioni\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Cooler_01_Status\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Cooler_02_Status\",\n\t\"Category\": 1,\n\t\"Name\": \"Stato\",\n\t\"Type\": \"ACTUATOR_STATE\",\n\t\"SubType\": null,\n\t\"Units\": null\n}, {\n\t\"uuid\": \"Lubro_01_Num\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Attivazioni\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Lubro_02_Num\",\n\t\"Category\": 1,\n\t\"Name\": \"[#] Attivazioni\",\n\t\"Type\": \"COUNT\",\n\t\"SubType\": null,\n\t\"Units\": \"COUNT\"\n}, {\n\t\"uuid\": \"Press_01_Value\",\n\t\"Category\": 2,\n\t\"Name\": \"[Pa] Pressione 1\",\n\t\"Type\": \"PRESSURE\",\n\t\"SubType\": null,\n\t\"Units\": \"PASCAL\"\n}]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1572877837397.75,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_d8d2ad76cbd44eda870135968c48db24","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1574522582759,"created":1574522566792,"name":"MP-IO-MTC","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1573051967979.5,"_type":"request_group"},{"_id":"req_e8b5b91e9bd44d2bbad058da8a7ca2b3","parentId":"fld_9f7e57bff8674603918d23580575b454","modified":1679642396965,"created":1679061724060,"url":"{{ BASE_URL }}/IOB/getPODL/SIMUL_01?idxPODL=1605","name":"Get PODL by key","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1679077782195.375,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_9f7e57bff8674603918d23580575b454","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1679642337789,"created":1679642337789,"name":"PODL Operations","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1679642337789,"_type":"request_group"},{"_id":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1572703706816,"created":1572703706816,"name":"MP-IO","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1572703706816,"_type":"request_group"},{"_id":"req_b22cf7b142ab4cad9f11a90601f61d13","parentId":"fld_9f7e57bff8674603918d23580575b454","modified":1679679979263,"created":1679642413290,"url":"{{ BASE_URL }}/IOB/forceStartPOdl/SIMUL_01?idxPODL=1657","name":"Force Start PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1674843600586,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_b72ee9c8eddc459589041c523a4a2ccb","parentId":"fld_9f7e57bff8674603918d23580575b454","modified":1700473908500,"created":1700473549445,"url":"{{ BASE_URL }}/IOB/forceCreatePOdl/SIMUL_01?CodArt=150x250&CodGruppo=STEAMWARE-SIM-FASE-01&numPz=1","name":"Force Create PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1674711282410.707,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_7e37a393fb37407eaffb69cb5c12343a","parentId":"fld_9f7e57bff8674603918d23580575b454","modified":1680945792466,"created":1679670974599,"url":"{{ BASE_URL }}/IOB/forceStartPOdl/SIMUL_02?idxPODL=1658&dtEve=20230323151100000&dtCurr=20230323221100000","name":"Force Start PODL @ DATE","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1674578964235.414,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_c0e934488baa473fb9176375ba9c78da","parentId":"fld_9f7e57bff8674603918d23580575b454","modified":1681205565573,"created":1680945799174,"url":"{{ BASE_URL }}/IOB/forceStartPOdl/SIMUL_02?idxPODL=1&dtEve=20230201163335000&dtCurr=20230411100857000","name":"Force Start PODL @ DATE TEST","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1674446646060.121,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_4cdd1a9ba9a348a18282f2311255e569","parentId":"fld_9f7e57bff8674603918d23580575b454","modified":1679642563493,"created":1679642440511,"url":"{{ BASE_URL }}/IOB/closePODL/SIMUL_01?idxPOdl=1605","name":"Close PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1674314327884.8281,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_4a44d617e3e74ccea4a5d9bdd91a09af","parentId":"fld_aa167070b3574c40a65071d7e19fdb20","modified":1702117343500,"created":1702117327144,"url":"{{ BASE_URL }}/IOB/getLastArtByMacc/TFT_RAMA_001","name":"Get ART Last by Macc","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1702117311852,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_aa167070b3574c40a65071d7e19fdb20","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1702117303954,"created":1702117303954,"name":"TFT","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1702117303954,"_type":"request_group"},{"_id":"fld_acf754fe816646b5bc43b9657fe9d2a7","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1679642375669,"created":1664982160747,"name":"DOSSIER - PODL","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1675125893040,"_type":"request_group"},{"_id":"req_26b92cc7933d4252836b12adab7025a6","parentId":"fld_aa167070b3574c40a65071d7e19fdb20","modified":1702117338146,"created":1702117291324,"url":"{{ BASE_URL }}/IOB/getLastDossByMacc/TFT_RAMA_001","name":"Get DOSS last by Macc","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1702117311752,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":true,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_26fb7e94a4cc47e4bd866ff348b9f292","parentId":"fld_aa167070b3574c40a65071d7e19fdb20","modified":1702117371662,"created":1702117361142,"url":"{{ BASE_URL }}/IOB/getCurrPODL/TFT_RAMA_001","name":"Get curr PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1702117311652,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_36a91f58368b4db98792b76d850b40ed","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1665163635996,"created":1665163630473,"url":"{{ BASE_URL }}/IOB/getListValByTable/PODL","name":"Get ListVal PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535036.5469,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":true,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_05827462075f441793c78c46059ffb01","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1702117222202,"created":1702116589800,"url":"{{ BASE_URL }}/IOB/getLastArtByMacc/SIMUL_01","name":"Get ART Last by Macc","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535036.3516,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_f58d5cdb884044209ac7a15af66a412a","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1702117319117,"created":1665149297526,"url":"{{ BASE_URL }}/IOB/getLastDossByMacc/SIMUL_01","name":"Get DOSS last by Macc","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535036.1562,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":true,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_1db8943d9ce74172aa0c9c2b536cc1ab","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1702116714422,"created":1664982160752,"url":"{{ BASE_URL }}/IOB/getCurrPODL/SIMUL_01","name":"Get curr PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535035.7656,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_db67e58a9e8b4b9db33bb9cb99e7cd4b","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1665075165801,"created":1665075158847,"url":"{{ BASE_URL }}/IOB/getCurrPODL/","name":"Get curr PODL (ALL)","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535035.375,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_7f3f9a1d035149259c306c215137e08b","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1665127481832,"created":1665126908538,"url":"{{ BASE_URL }}/IOB/getArtCurrPODL","name":"Get ART by CurrODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535034.5938,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_9659721d667c49fcacbbf4e28313c2cb","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1665127491077,"created":1665127488279,"url":"{{ BASE_URL }}/IOB/getArtUsed","name":"Get ART used","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535033.4219,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_2c0f5944140e4e4eb367c7e31b7f71a9","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1664982227256,"created":1664982160769,"url":"{{ BASE_URL }}/IOB/getLastDossArt/NCC_1701D","name":"Get Last DOSS by ART","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535032.25,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_eca298670f414669b4bd2813179c15ff","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1664982246524,"created":1664982242873,"url":"{{ BASE_URL }}/IOB/getLastDossPODL","name":"Get Last DOSS by PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535029.125,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_aa5356d4b4b4456a871233ba0738f115","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1665391005684,"created":1665390990441,"url":"{{ BASE_URL }}/IOB/takeFlogSnapshot/SIMUL_01","name":"Take Snapshot","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688534979.125,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":true,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_fb48203a741a4d2ab3fa1d45b2be3c0f","parentId":"fld_acf754fe816646b5bc43b9657fe9d2a7","modified":1677065351706,"created":1677065333695,"url":"{{ BASE_URL }}/IOB/forceStartPOdl/SIMUL_01?idxPODL=133","name":"Force Start PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1570915177927.25,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":true,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_18bb232ec88f45688acf5a7ffa5451da","parentId":"fld_9f90e8fb9d4546c9bae983e2b1d30de7","modified":1670609461516,"created":1572688410657,"url":"{{ BASE_URL }}/IOB/enabled/SIMUL_01","name":"Test IOB enabled","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535076,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_9f90e8fb9d4546c9bae983e2b1d30de7","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1670609448291,"created":1670609448291,"name":"IOB Test","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1670609448291,"_type":"request_group"},{"_id":"req_9b12b7b086c94eb3bf19ef19c28088b2","parentId":"fld_9f90e8fb9d4546c9bae983e2b1d30de7","modified":1670609467234,"created":1572688376619,"url":"{{ BASE_URL }}/IOB","name":"Test MP-IO alive","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535026,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_3a849f55973d43d8bb7308b52e487a20","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609485768,"created":1572703720426,"url":"{{ BASE_URL }}/IOB/liveJson/SIMUL_01","name":"Send LiveIOB Json","description":"","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"dataList\":\n\t[\n\t\t{\n\t\t\"key\": \"temp_01\",\n\t\t\"value\": \"20.8\"\n\t\t},\n\t\t{\n\t\t\"key\": \"temp_2\",\n\t\t\"value\": \"21.8\"\n\t\t},\n\t\t{\n\t\t\"key\": \"speed_01\",\n\t\t\"value\": \"5000\"\n\t\t},\n\t\t{\n\t\t\"key\": \"speed_02\",\n\t\t\"value\": \"248\"\n\t\t},\n\t\t{\n\t\t\"key\": \"param_01\",\n\t\t\"value\": \"120.8\"\n\t\t},\n\t\t{\n\t\t\"key\": \"param_02\",\n\t\t\"value\": \"170.8\"\n\t\t}\n\t]\n}\n"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418976.625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_8a628672921d405c955a8a992295804c","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1670609456059,"created":1670609456059,"name":"IOB Send data","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1670609424799.5,"_type":"request_group"},{"_id":"req_8b9bfe3a5fe24f1aa19da4d9cbf24d08","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609491363,"created":1646069719097,"url":"{{ BASE_URL }}/IOB/ulogJson/SIMUL_01","name":"Send ULog Json","description":"","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"fluxData\":\n\t[\n\t\t{\n\t\t\t\"flux\": \"DI\",\n\t\t\t\"valore\": \"User Login - Steamware User\",\n\t\t\t\"dtEve\": \"2022-02-28 11:00:30\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 9,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"label\": \"UserLogin\"\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"DI\",\n\t\t\t\"valore\": \"Dichiarazione di prova\",\n\t\t\t\"dtEve\": \"2022-02-28 11:01:00\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 10,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"label\": \"Note\"\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"RC\",\n\t\t\t\"valore\": \"\",\n\t\t\t\"dtEve\": \"2022-02-28 11:01:01\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 11,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"valNum\": 1\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"RC\",\n\t\t\t\"valore\": \"SIM Controllo fallito\",\n\t\t\t\"dtEve\": \"2022-02-28 11:01:31\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 12,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"valNum\": 0\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"RS\",\n\t\t\t\"valore\": \"SIM Scarto 01\",\n\t\t\t\"dtEve\": \"2022-02-28 11:01:05\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 13,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"label\": \"01\",\n\t\t\t\"valNum\": 1\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"RS\",\n\t\t\t\"valore\": \"SIM Scarto 02\",\n\t\t\t\"dtEve\": \"2022-02-28 11:01:15\",\n\t\t\t\"dtCurr\": \"2022-02-28 11:02:00\",\n\t\t\t\"cnt\": 15,\n\t\t\t\"matrOpr\": 1,\n\t\t\t\"label\": \"02\",\n\t\t\t\"valNum\": 2\n\t\t}\n\t]\n}"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418964.125,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_5e199f4f47f5480c8a65836ff3278455","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609489269,"created":1653312485596,"url":"{{ BASE_URL }}/IOB/rawTransfJson/GIACO_ICOEL","name":"Send RawTransfJson","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\"mesType\": \"IcoelBatch\", \n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 21,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Batch 78\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-21T12:40:21.6522013+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t},\n\t\t\"2\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 21,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Batch 78\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-21T12:40:21.6522013+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t}\n\t}\n}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418951.625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_c20f1ba494aa46c6b8ea7a7d9fad7d05","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609495793,"created":1653328411117,"url":"{{ BASE_URL }}/IOB/rawTransfJson/GIACO_ICOEL","name":"Send RawTransfJson 2","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\"dataRif\": \"2022-05-23T19:51:48.9674938+02:00\",\n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 28,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Lotto 85\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-23T16:52:13.2473589+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t},\n\t\t\"2\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 28,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Lotto 85\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-23T16:52:13.2473589+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t}\n\t},\n\t\"mesType\": \"IcoelBatch\"\n\t},\n\t{\n\t\"dataRif\": \"2022-05-23T19:51:48.9674938+02:00\",\n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 28,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Lotto 85\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-23T16:52:13.2473589+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t},\n\t\t\"2\": {\n\t\t\t\"AvoidLayoutChange\": true,\n\t\t\t\"AvoidSavingOldLayouts\": false,\n\t\t\t\"Comments\": [\"\", \"\", \"\"],\n\t\t\t\"EndTime\": \"0001-01-01T00:00:00\",\n\t\t\t\"GrowerCode\": \"CSE\",\n\t\t\t\"Id\": 28,\n\t\t\t\"IsFinalized\": false,\n\t\t\t\"LaneGroups\": [{\n\t\t\t\t\"Lanes\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\n\t\t\t\t\"Name\": \"Sinistra\"\n\t\t\t}, {\n\t\t\t\t\"Lanes\": [],\n\t\t\t\t\"Name\": \"Destra\"\n\t\t\t}],\n\t\t\t\"LayoutId\": \"aba2ac90-d835-46ee-bc3d-2cfbad76287d\",\n\t\t\t\"LayoutName\": \"New Layout\",\n\t\t\t\"Name\": \"Lotto 85\",\n\t\t\t\"OverrideLayoutConflicts\": true,\n\t\t\t\"SampleName\": \"\",\n\t\t\t\"SizingProfileName\": \"\",\n\t\t\t\"StartTime\": \"2022-05-23T16:52:13.2473589+02:00\",\n\t\t\t\"TotallingVariety\": \"Default\",\n\t\t\t\"TotallingVarietyCode\": \"\",\n\t\t\t\"VarietyId\": \"48529fd1-742a-432f-814d-a54c8030a80c\",\n\t\t\t\"VarietyName\": \"Bigarreaux\",\n\t\t\t\"VisionMap\": 3\n\t\t}\n\t},\n\t\"mesType\": \"IcoelBatch\"\n\t}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418945.375,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_196d4d162e3c4b0d8f09b64630c68354","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609493306,"created":1657198918612,"url":"{{ BASE_URL }}/IOB/rawTransfJson/GIACO_ICOEL","name":"Send RawTransfJson 3","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\"dataRif\": \"2022-05-23T19:51:48.9674938+02:00\",\n\t\"mesContent\": {\n\t\t\"test\":\"data\"\n\t},\n\t\"mesType\": \"IcoelBatch\"\n\t}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418939.125,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_253c3deea8bf47969dd45dd6a529a2b0","parentId":"fld_8a628672921d405c955a8a992295804c","modified":1670609479263,"created":1572688535026,"url":"{{ BASE_URL }}/IOB/flogJson/SIMUL_01","name":"Send FLog Json","description":"","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"fluxData\":\n\t[\n\t\t{\n\t\t\"flux\": \"test\",\n\t\t\"valore\": \"valore_10\",\n\t\t\"dtEve\": \"2019-11-02 11:01:00\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\"cnt\": 10\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_11\",\n\t\t\t\"dtEve\": \"2019-11-02 11:01:01\",\n\t\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 11\n\t\t},\n\t\t{\n\t\t\"flux\": \"test\",\n\t\t\"valore\": \"valore_12\",\n\t\t\"dtEve\": \"2019-11-02 11:01:02\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\"cnt\": 12\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_13\",\n\t\t\t\"dtEve\": \"2019-11-02 11:02:03\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 13\n\t\t},\n\t\t{\n\t\t\"flux\": \"test\",\n\t\t\"valore\": \"valore_14\",\n\t\t\"dtEve\": \"2019-11-02 11:02:04\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\"cnt\": 14\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_15\",\n\t\t\t\"dtEve\": \"2019-11-02 11:02:05\",\n\t\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 15\n\t\t},\n\t\t{\n\t\t\"flux\": \"test\",\n\t\t\"valore\": \"valore_16\",\n\t\t\"dtEve\": \"2019-11-02 11:01:06\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\"cnt\": 16\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_17\",\n\t\t\t\"dtEve\": \"2019-11-02 11:01:07\",\n\t\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 17\n\t\t},\n\t\t{\n\t\t\"flux\": \"test\",\n\t\t\"valore\": \"valore_18\",\n\t\t\"dtEve\": \"2019-11-02 11:01:08\",\n\t\t\"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\"cnt\": 18\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_19\",\n\t\t\t\"dtEve\": \"2019-11-02 11:01:09\",\n\t\t \"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 19\n\t\t},\n\t\t{\n\t\t\t\"flux\": \"test\",\n\t\t\t\"valore\": \"valore_20\",\n\t\t\t\"dtEve\": \"2019-11-02 11:01:10\",\n\t\t \"dtCurr\": \"2019-11-02 11:02:00\",\n\t\t\t\"cnt\": 20\n\t\t}\n\t]\n}\n"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1670609418926.625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_52431681c79b4e3bb43279a606980189","parentId":"fld_35705beb7dc646c194e2399a517d6164","modified":1699261641507,"created":1699261545000,"url":"{{ BASE_URL }}/IOB/forceSplitOdlFull/SIMUL_07?doConfirm=true&qtyFromLast=true&roundStep=100","name":"Force Split ODL FULL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1621648968317,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_35705beb7dc646c194e2399a517d6164","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1670609401308,"created":1670609401308,"name":"ODL operations","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1670609401308,"_type":"request_group"},{"_id":"req_49c304f221414895909527bd15006bbb","parentId":"fld_35705beb7dc646c194e2399a517d6164","modified":1670609409276,"created":1669731519033,"url":"{{ BASE_URL }}/IOB/getCurrODL/SIMUL_01","name":"Get curr ODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1621648968217,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_79d26049463f4e3181ed2690c75127e2","parentId":"fld_35705beb7dc646c194e2399a517d6164","modified":1697214968972,"created":1697214486951,"url":"{{ BASE_URL }}/IOB/getCurrOdlQtaReq/SIMUL_01","name":"Get num pezzi curr ODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1621648968192,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_8581aca74b54400dac738aedab6ac351","parentId":"fld_35705beb7dc646c194e2399a517d6164","modified":1670609412428,"created":1669731602311,"url":"{{ BASE_URL }}/IOB/getCurrODL/BAG_TL_01","name":"Get curr ODL bis","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1621648968167,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_b010f9d8ac8d49729b7133d88b91ad15","parentId":"fld_35705beb7dc646c194e2399a517d6164","modified":1670609508436,"created":1669731544786,"url":"{{ BASE_URL }}/IOB/getCurrPODL/SIMUL_01","name":"Get curr PODL","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1621648968117,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_5bbf1b31a22f482483e06238bc34699c","parentId":"fld_814648a9b7cb4845b273ca1e0f368e15","modified":1681285706807,"created":1666116982730,"url":"{{ BASE_URL }}/IOB/getTask2Exe/SIMUL_02","name":"MP-IO getTask2exe","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535044.75,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_814648a9b7cb4845b273ca1e0f368e15","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1670609540562,"created":1670609530047,"name":"Special & Task","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1569141820797.25,"_type":"request_group"},{"_id":"req_6ece45d8925b4204bfe1da0f29043020","parentId":"fld_814648a9b7cb4845b273ca1e0f368e15","modified":1671564171092,"created":1671564163316,"url":"{{ BASE_URL }}/IOB/fixDailyDossier/SIMUL_01","name":"MP-IO fixDailyDossier","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688535041.625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_dd8a225868c74c75a0f04e9fafc6504f","parentId":"fld_814648a9b7cb4845b273ca1e0f368e15","modified":1670609544012,"created":1663577161793,"url":"{{ BASE_URL }}/IOB/takeFlogSnapshot/SIMUL_01","name":"Take FL Snapshot","description":"","method":"POST","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1572688534994.75,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_ef0a243a5d594b56b9581fdaee59e347","parentId":"fld_814648a9b7cb4845b273ca1e0f368e15","modified":1681285931006,"created":1681283527839,"url":"{{ BASE_URL }}/IOB/setRedisHashDict/SIMUL_02","name":"save Hash Dict","description":"","method":"POST","body":{"mimeType":"application/json","text":"{\n\t\"2023-05\": \"{\\\"NumFilesReceived\\\":68,\\\"CurrStatus\\\":\\\"Ricevute\\\",\\\"ActionList\\\":{\\\"Arch\\\":\\\"Archivia\\\",\\\"SendArch\\\":\\\"Invia + Archivia\\\"}}\",\n\t\"2023-06\": \"{\\\"NumFilesReceived\\\":5,\\\"CurrStatus\\\":\\\"Ricevute\\\",\\\"ActionList\\\":{\\\"Arch\\\":\\\"Archivia\\\",\\\"SendArch\\\":\\\"Invia + Archivia\\\"}}\",\n\t\"2023-09\": \"{\\\"NumFilesReceived\\\":14,\\\"CurrStatus\\\":\\\"Ricevute\\\",\\\"ActionList\\\":{\\\"Arch\\\":\\\"Archivia\\\",\\\"SendArch\\\":\\\"Invia + Archivia\\\"}}\",\n\t\"2023-10\": \"{\\\"NumFilesReceived\\\":21,\\\"CurrStatus\\\":\\\"Ricevute\\\",\\\"ActionList\\\":{\\\"Arch\\\":\\\"Archivia\\\",\\\"SendArch\\\":\\\"Invia + Archivia\\\"}}\",\n\t\"2023-11\": \"{\\\"NumFilesReceived\\\":19,\\\"CurrStatus\\\":\\\"Ricevute\\\",\\\"ActionList\\\":{\\\"Arch\\\":\\\"Archivia\\\",\\\"SendArch\\\":\\\"Invia + Archivia\\\"}}\",\n\t\"2023-12\": \"{\\\"NumFilesReceived\\\":16,\\\"CurrStatus\\\":\\\"Ricevute\\\",\\\"ActionList\\\":{\\\"Arch\\\":\\\"Archivia\\\",\\\"SendArch\\\":\\\"Invia + Archivia\\\"}}\",\n\t\"2023-13\": \"{\\\"NumFilesReceived\\\":16,\\\"CurrStatus\\\":\\\"Ricevute\\\",\\\"ActionList\\\":{\\\"Arch\\\":\\\"Archivia\\\",\\\"SendArch\\\":\\\"Invia + Archivia\\\"}}\",\n\t\"2023-14\": \"{\\\"NumFilesReceived\\\":17,\\\"CurrStatus\\\":\\\"Ricevute\\\",\\\"ActionList\\\":{\\\"Arch\\\":\\\"Archivia\\\",\\\"SendArch\\\":\\\"Invia + Archivia\\\"}}\"\n}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1572688534988.5,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_bd58a4e23a1248b7bcb0b5c86df0467d","parentId":"fld_fd617b20452443d7b34774f98b06a1ac","modified":1670610619681,"created":1670609338937,"url":"{{ BASE_URL }}/IOB/askCloseODL/BAG_TL_01?idxOdl=91022","name":"AskCloseOdl","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1569141820856.625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_fd617b20452443d7b34774f98b06a1ac","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1670609346069,"created":1670609317270,"name":"GestMessaggi","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1569141820794.125,"_type":"request_group"},{"_id":"req_1629039e944940e68c1ad6858fa5ac86","parentId":"fld_ce2a7c30d21e4384b54896a36c397a3d","modified":1669825815534,"created":1669710554275,"url":"{{ BASE_URL }}/IOB/getOdlAtDate/SIMUL_01?dateRif=20221122","name":"Get ODL at date","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1569141820875.375,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"fld_ce2a7c30d21e4384b54896a36c397a3d","parentId":"fld_2fceb1e93d704ea39b9dbaf6f9173ca9","modified":1669710566195,"created":1669710490058,"name":"RegGiacenze","description":"","environment":{},"environmentPropertyOrder":null,"metaSortKey":-1569141820787.875,"_type":"request_group"},{"_id":"req_387e31b0e0854a31ae30e211135682db","parentId":"fld_ce2a7c30d21e4384b54896a36c397a3d","modified":1669735064977,"created":1669735045760,"url":"{{ BASE_URL }}/IOB/fixDailyOdl/BAG_TL_01","name":"Fix ODL Daily","description":"","method":"GET","body":{},"parameters":[],"headers":[],"authentication":{},"metaSortKey":-1569141820862.875,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_64fa5f91371349daa76de804a5cea000","parentId":"fld_ce2a7c30d21e4384b54896a36c397a3d","modified":1669824655042,"created":1669710599508,"url":"{{ BASE_URL }}/IOB/rawTransfJson/SIMUL_01","name":"Send Giac RawTransf","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\"dataRif\": \"2022-11-16T20:00:00.9674938+02:00\",\n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"IdxODL\": 90937,\n\t\t\t\"IdentRG\":\t\"20220920.UVA.LUISA.COPPI\",\n\t\t\t\"Product\":\t\"UVA\",\n\t\t\t\"Variety\":\t\"LUISA\",\n\t\t\t\"Supplier\":\t\"COPPI\",\n\t\t\t\"ExtDoc\": \t\"TT111\",\n\t\t\t\"DateRif\":\t\"2022-09-20T00:00:00.000000+02:00\",\n\t\t\t\"QtyTot\":\t6050.0,\n\t\t\t\"NumPack\":\t550,\n\t\t\t\"Notes\":\t\"11x50x11\"\n\t\t},\n\t\t\"2\": {\n\t\t\t\"IdxODL\": 90937,\n\t\t\t\"IdentRG\":\t\"20220929.UVA.GIANT_PEARL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\":\t\"UVA\",\n\t\t\t\"Variety\":\t\"GIANT PEARL\",\n\t\t\t\"Supplier\":\t\"F.LLI GIACOVELLI\",\n\t\t\t\"ExtDoc\": \t\"TT119\",\n\t\t\t\"DateRif\":\t\"2022-09-29T00:00:00.000000+02:00\",\n\t\t\t\"QtyTot\":\t6050.0,\n\t\t\t\"NumPack\":\t550,\n\t\t\t\"Notes\":\t\"11x50x11\"\n\t\t},\n\t\t\"3\": {\n\t\t\t\"IdxODL\": 90937,\n\t\t\t\"IdentRG\":\t\"20221012.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\":\t\"UVA\",\n\t\t\t\"Variety\":\t\"SWEET CEL.\",\n\t\t\t\"Supplier\":\t\"F.LLI GIACOVELLI\",\n\t\t\t\"ExtDoc\": \t\"TT140\",\n\t\t\t\"DateRif\":\t\"2022-10-12T00:00:00.000000+02:00\",\n\t\t\t\"QtyTot\":\t550.0,\n\t\t\t\"NumPack\":\t50,\n\t\t\t\"Notes\":\t\"1x50x11\"\n\t\t}\n\t},\n\t\"mesType\": \"RegGiacenze\"\n\t}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1569141820825.375,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_a66d71145c0a4fc996f77eec7b06b92d","parentId":"fld_ce2a7c30d21e4384b54896a36c397a3d","modified":1669830137697,"created":1669824597871,"url":"{{ BASE_URL }}/IOB/rawTransfJson/SIMUL_01","name":"Send Giac RawTransf bis","description":"","method":"POST","body":{"mimeType":"application/json","text":"[\n\t{\n\t\"dataRif\": \"2022-11-30T18:41:33.9632915+01:00\",\n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT223.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT223\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"2\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT224.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT224\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"3\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT225.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT225\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 1100.0,\n\t\t\t\"NumPack\": 100\n\t\t},\n\t\t\"4\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT219.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"SWEET CEL.\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"14x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 7700.0,\n\t\t\t\"NumPack\": 700\n\t\t},\n\t\t\"5\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT219.UVA.RED_GLOBE.D'APRILE\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"D'APRILE\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 1100.0,\n\t\t\t\"NumPack\": 100\n\t\t},\n\t\t\"6\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT219.UVA.RED_GLOBE.L'ABBATE\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"L'ABBATE\",\n\t\t\t\"Notes\": \"7x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 3850.0,\n\t\t\t\"NumPack\": 350\n\t\t},\n\t\t\"7\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT217.UVA.REGAL.LASELVA\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"LASELVA\",\n\t\t\t\"Notes\": \"12x50x11\",\n\t\t\t\"ExtDoc\": \"TT217\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 6600.0,\n\t\t\t\"NumPack\": 600\n\t\t},\n\t\t\"8\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT214.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"12x50x11\",\n\t\t\t\"ExtDoc\": \"TT214\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 0.0,\n\t\t\t\"NumPack\": 0\n\t\t},\n\t\t\"9\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT215.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT215\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 3850.0,\n\t\t\t\"NumPack\": 350\n\t\t},\n\t\t\"10\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT216.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT216\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t},\n\t\t\"11\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT212.UVA.RED_GLOBE.PORCELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"PORCELLI\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT212\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 2365.0,\n\t\t\t\"NumPack\": 215\n\t\t},\n\t\t\"12\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT212.UVA.BLACK_PEARL.PORCELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"BLACK PEARL\",\n\t\t\t\"Supplier\": \"PORCELLI\",\n\t\t\t\"Notes\": \"5x50x11\",\n\t\t\t\"ExtDoc\": \"TT212\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 2750.0,\n\t\t\t\"NumPack\": 250\n\t\t},\n\t\t\"13\": {\n\t\t\t\"IdxODL\": 91003,\n\t\t\t\"IdentRG\": \"TT213.UVA.RED_GLOBE.CITRUS/ERRIFRUIT\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"CITRUS/ERRIFRUIT\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT213\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t}\n\t},\n\t\"mesType\": \"RegGiacenze\"\n}\n]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1569141820812.875,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_05642210386a4076a82339eb70c61e1d","parentId":"fld_ce2a7c30d21e4384b54896a36c397a3d","modified":1669830817707,"created":1669830292738,"url":"{{ BASE_URL }}/IOB/rawTransfJson/SIMUL_01","name":"Send Giac RawTransf ter","description":"","method":"POST","body":{"mimeType":"application/json","text":"[{\n\t\"dataRif\": \"2022-11-30T18:52:59.6792342+01:00\",\n\t\"mesContent\": {\n\t\t\"1\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT111.UVA.LUISA.COPPI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"LUISA\",\n\t\t\t\"Supplier\": \"COPPI\",\n\t\t\t\"Notes\": \"11x50x11\",\n\t\t\t\"ExtDoc\": \"TT111\",\n\t\t\t\"DateRif\": \"2022-09-20T00:00:00\",\n\t\t\t\"QtyTot\": 6050.0,\n\t\t\t\"NumPack\": 550\n\t\t},\n\t\t\"2\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT119.UVA.GIANT_PEARL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"GIANT PEARL\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"11x50x11\",\n\t\t\t\"ExtDoc\": \"TT119\",\n\t\t\t\"DateRif\": \"2022-09-29T00:00:00\",\n\t\t\t\"QtyTot\": 6050.0,\n\t\t\t\"NumPack\": 550\n\t\t},\n\t\t\"3\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT130.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"SWEET CEL.\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"1x50x11\",\n\t\t\t\"ExtDoc\": \"TT130\",\n\t\t\t\"DateRif\": \"2022-10-06T00:00:00\",\n\t\t\t\"QtyTot\": 0.0,\n\t\t\t\"NumPack\": 0\n\t\t},\n\t\t\"4\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT140.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"SWEET CEL.\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"13x50x11\",\n\t\t\t\"ExtDoc\": \"TT140\",\n\t\t\t\"DateRif\": \"2022-10-12T00:00:00\",\n\t\t\t\"QtyTot\": 550.0,\n\t\t\t\"NumPack\": 50\n\t\t},\n\t\t\"5\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT175.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"SWEET CEL.\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"19x40x11\",\n\t\t\t\"ExtDoc\": \"TT175\",\n\t\t\t\"DateRif\": \"2022-10-28T00:00:00\",\n\t\t\t\"QtyTot\": 8855.0,\n\t\t\t\"NumPack\": 805\n\t\t},\n\t\t\"6\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT212.UVA.RED_GLOBE.PORCELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"PORCELLI\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT212\",\n\t\t\t\"DateRif\": \"2022-11-16T00:00:00\",\n\t\t\t\"QtyTot\": 2365.0,\n\t\t\t\"NumPack\": 215\n\t\t},\n\t\t\"7\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT212.UVA.BLACK_PEARL.PORCELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"BLACK PEARL\",\n\t\t\t\"Supplier\": \"PORCELLI\",\n\t\t\t\"Notes\": \"5x50x11\",\n\t\t\t\"ExtDoc\": \"TT212\",\n\t\t\t\"DateRif\": \"2022-11-16T00:00:00\",\n\t\t\t\"QtyTot\": 2750.0,\n\t\t\t\"NumPack\": 250\n\t\t},\n\t\t\"8\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT213.UVA.RED_GLOBE.CITRUS/ERRIFRUIT\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"CITRUS/ERRIFRUIT\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT213\",\n\t\t\t\"DateRif\": \"2022-11-16T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t},\n\t\t\"9\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT215.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"7x50x11\",\n\t\t\t\"ExtDoc\": \"TT215\",\n\t\t\t\"DateRif\": \"2022-11-17T00:00:00\",\n\t\t\t\"QtyTot\": 3850.0,\n\t\t\t\"NumPack\": 350\n\t\t},\n\t\t\"10\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT219.UVA.SWEET_CEL.FLLI_GIACOVELLI\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"SWEET CEL.\",\n\t\t\t\"Supplier\": \"F.LLI GIACOVELLI\",\n\t\t\t\"Notes\": \"14x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-19T00:00:00\",\n\t\t\t\"QtyTot\": 7700.0,\n\t\t\t\"NumPack\": 700\n\t\t},\n\t\t\"11\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT219.UVA.RED_GLOBE.D'APRILE\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"D'APRILE\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-19T00:00:00\",\n\t\t\t\"QtyTot\": 1100.0,\n\t\t\t\"NumPack\": 100\n\t\t},\n\t\t\"12\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT219.UVA.RED_GLOBE.L'ABBATE\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"RED GLOBE\",\n\t\t\t\"Supplier\": \"L'ABBATE\",\n\t\t\t\"Notes\": \"7x50x11\",\n\t\t\t\"ExtDoc\": \"TT219\",\n\t\t\t\"DateRif\": \"2022-11-19T00:00:00\",\n\t\t\t\"QtyTot\": 3850.0,\n\t\t\t\"NumPack\": 350\n\t\t},\n\t\t\"13\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT223.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT223\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"14\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT224.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT224\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"15\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT225.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT225\",\n\t\t\t\"DateRif\": \"2022-11-22T00:00:00\",\n\t\t\t\"QtyTot\": 1100.0,\n\t\t\t\"NumPack\": 100\n\t\t},\n\t\t\"16\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT227.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT227\",\n\t\t\t\"DateRif\": \"2022-11-23T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"17\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT228.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"6x50x11\",\n\t\t\t\"ExtDoc\": \"TT228\",\n\t\t\t\"DateRif\": \"2022-11-23T00:00:00\",\n\t\t\t\"QtyTot\": 3300.0,\n\t\t\t\"NumPack\": 300\n\t\t},\n\t\t\"18\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT229.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"3x50x11\",\n\t\t\t\"ExtDoc\": \"TT229\",\n\t\t\t\"DateRif\": \"2022-11-23T00:00:00\",\n\t\t\t\"QtyTot\": 2431.0,\n\t\t\t\"NumPack\": 221\n\t\t},\n\t\t\"19\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT230.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT230\",\n\t\t\t\"DateRif\": \"2022-11-23T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"20\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT231.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"6x50x11\",\n\t\t\t\"ExtDoc\": \"TT231\",\n\t\t\t\"DateRif\": \"2022-11-24T00:00:00\",\n\t\t\t\"QtyTot\": 3300.0,\n\t\t\t\"NumPack\": 300\n\t\t},\n\t\t\"21\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT232.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"6x50x11\",\n\t\t\t\"ExtDoc\": \"TT232\",\n\t\t\t\"DateRif\": \"2022-11-24T00:00:00\",\n\t\t\t\"QtyTot\": 3300.0,\n\t\t\t\"NumPack\": 300\n\t\t},\n\t\t\"22\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT233.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"8x50x11\",\n\t\t\t\"ExtDoc\": \"TT233\",\n\t\t\t\"DateRif\": \"2022-11-24T00:00:00\",\n\t\t\t\"QtyTot\": 4400.0,\n\t\t\t\"NumPack\": 400\n\t\t},\n\t\t\"23\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT234.UVA.REGAL.GAROFALO_CH\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"GAROFALO CH.\",\n\t\t\t\"Notes\": \"6x50x11\",\n\t\t\t\"ExtDoc\": \"TT234\",\n\t\t\t\"DateRif\": \"2022-11-24T00:00:00\",\n\t\t\t\"QtyTot\": 3531.0,\n\t\t\t\"NumPack\": 321\n\t\t},\n\t\t\"24\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT235.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT235\",\n\t\t\t\"DateRif\": \"2022-11-24T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t},\n\t\t\"25\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT236.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"12x50x11\",\n\t\t\t\"ExtDoc\": \"TT236\",\n\t\t\t\"DateRif\": \"2022-11-25T00:00:00\",\n\t\t\t\"QtyTot\": 6600.0,\n\t\t\t\"NumPack\": 600\n\t\t},\n\t\t\"26\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT237.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"6x50x11\",\n\t\t\t\"ExtDoc\": \"TT237\",\n\t\t\t\"DateRif\": \"2022-11-25T00:00:00\",\n\t\t\t\"QtyTot\": 3300.0,\n\t\t\t\"NumPack\": 300\n\t\t},\n\t\t\"27\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT238.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT238\",\n\t\t\t\"DateRif\": \"2022-11-25T00:00:00\",\n\t\t\t\"QtyTot\": 6732.0,\n\t\t\t\"NumPack\": 612\n\t\t},\n\t\t\"28\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT239.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"9x50x11\",\n\t\t\t\"ExtDoc\": \"TT239\",\n\t\t\t\"DateRif\": \"2022-11-26T00:00:00\",\n\t\t\t\"QtyTot\": 6490.0,\n\t\t\t\"NumPack\": 590\n\t\t},\n\t\t\"29\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT240.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT240\",\n\t\t\t\"DateRif\": \"2022-11-28T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t},\n\t\t\"30\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT240.UVA.ITALIA.D'APRILE\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"ITALIA\",\n\t\t\t\"Supplier\": \"D'APRILE\",\n\t\t\t\"Notes\": \"2x50x11\",\n\t\t\t\"ExtDoc\": \"TT240\",\n\t\t\t\"DateRif\": \"2022-11-28T00:00:00\",\n\t\t\t\"QtyTot\": 2750.0,\n\t\t\t\"NumPack\": 250\n\t\t},\n\t\t\"31\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT240.UVA.ITALIA.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"ITALIA\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"1x50x11\",\n\t\t\t\"ExtDoc\": \"TT240\",\n\t\t\t\"DateRif\": \"2022-11-28T00:00:00\",\n\t\t\t\"QtyTot\": 550.0,\n\t\t\t\"NumPack\": 50\n\t\t},\n\t\t\"32\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT241.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"10x50x11\",\n\t\t\t\"ExtDoc\": \"TT241\",\n\t\t\t\"DateRif\": \"2022-11-28T00:00:00\",\n\t\t\t\"QtyTot\": 5500.0,\n\t\t\t\"NumPack\": 500\n\t\t},\n\t\t\"33\": {\n\t\t\t\"IdxODL\": 91047,\n\t\t\t\"IdentRG\": \"TT242.UVA.REGAL.D'ALESSANDRO_A\",\n\t\t\t\"Product\": \"UVA\",\n\t\t\t\"Variety\": \"REGAL\",\n\t\t\t\"Supplier\": \"D'ALESSANDRO A.\",\n\t\t\t\"Notes\": \"7x50x11\",\n\t\t\t\"ExtDoc\": \"TT242\",\n\t\t\t\"DateRif\": \"2022-11-28T00:00:00\",\n\t\t\t\"QtyTot\": 4081.0,\n\t\t\t\"NumPack\": 371\n\t\t}\n\t},\n\t\"mesType\": \"RegGiacenze\"\n}]"},"parameters":[],"headers":[{"id":"pair_d9894ec846994bcda341092cd0263f08","name":"Content-Type","value":"application/json"}],"authentication":{},"metaSortKey":-1569141820806.625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"env_8740e20e8e8bb2003e5230773ef23271182ab751","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1572703437306,"created":1572685869222,"name":"Base Environment","data":{},"dataPropertyOrder":{},"color":null,"isPrivate":false,"metaSortKey":1572685869222,"_type":"environment"},{"_id":"jar_8740e20e8e8bb2003e5230773ef23271182ab751","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1572685869231,"created":1572685869231,"name":"Default Jar","cookies":[],"_type":"cookie_jar"},{"_id":"spc_e6fdb813e3494001a0a09f18637637be","parentId":"wrk_6eaf0a20123c480295db476860d8f716","modified":1671564102429,"created":1671564102429,"fileName":"MP-IO","contents":"{\"_type\":\"export\",\"__export_format\":4,\"__export_date\":\"2022-11-29T18:02:18.844Z\",\"__export_source\":\"insomnia.desktop.app:v2022.6.0\",\"resources\":[{\"_id\":\"req_18c7546d80a74c019f71980710c3a765\",\"parentId\":\"fld_cde081c45fe24e268c98db0c9c60d5be\",\"modified\":1573490149972,\"created\":1573400234158,\"url\":\"{{ BASE_URL }}/IOB/getObjItems/SIMUL_01\",\"name\":\"Get All Items\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535038.5,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"fld_cde081c45fe24e268c98db0c9c60d5be\",\"parentId\":\"wrk_6eaf0a20123c480295db476860d8f716\",\"modified\":1573404868724,\"created\":1573400229143,\"name\":\"MP-IO parametri\",\"description\":\"\",\"environment\":{},\"environmentPropertyOrder\":null,\"metaSortKey\":-1573400229143,\"_type\":\"request_group\"},{\"_id\":\"wrk_6eaf0a20123c480295db476860d8f716\",\"parentId\":null,\"modified\":1573489541008,\"created\":1572685869137,\"name\":\"MP-IO\",\"description\":\"\",\"scope\":\"design\",\"_type\":\"workspace\"},{\"_id\":\"req_5d8f4dc26a944a6cb6ffe55ec6e57415\",\"parentId\":\"fld_cde081c45fe24e268c98db0c9c60d5be\",\"modified\":1573404368579,\"created\":1573402488180,\"url\":\"{{ BASE_URL }}/IOB/getObjItems2Write/SIMUL_01\",\"name\":\"Get All Items 2 write\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535032.25,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_b7f013c98aa344c2a7ceb01d915c6e65\",\"parentId\":\"fld_cde081c45fe24e268c98db0c9c60d5be\",\"modified\":1657198832659,\"created\":1573400285659,\"url\":\"{{ BASE_URL }}/IOB/setObjItems/SIMUL_01\",\"name\":\"Add All Items\",\"description\":\"\",\"method\":\"POST\",\"body\":{\"mimeType\":\"application/json\",\"text\":\"[\\n\\t{\\n\\t\\t\\\"uid\\\": \\\"setArt\\\",\\n\\t\\t\\\"name\\\": \\\"Articolo\\\",\\n\\t\\t\\\"value\\\": \\\"ART000123\\\",\\n\\t\\t\\\"lastRead\\\": \\\"{% now 'iso-8601', '' %}\\\",\\n\\t\\t\\\"writable\\\": true\\n\\t},\\n\\t{\\n\\t\\t\\\"uid\\\": \\\"setComm\\\",\\n\\t\\t\\\"name\\\": \\\"Commessa\\\",\\n\\t\\t\\\"value\\\": \\\"COMM000002\\\",\\n\\t\\t\\\"lastRead\\\": \\\"{% now 'iso-8601', '' %}\\\",\\n\\t\\t\\\"writable\\\": true\\n\\t},\\n\\t{\\n\\t\\t\\\"uid\\\": \\\"TEMP_01\\\",\\n\\t\\t\\\"name\\\": \\\"Temperatura 01\\\",\\n\\t\\t\\\"value\\\": \\\"9\\\",\\n\\t\\t\\\"lastRead\\\": \\\"{% now 'iso-8601', '' %}\\\"\\n\\t},\\n\\t{\\n\\t\\t\\\"uid\\\": \\\"PRESS_01\\\",\\n\\t\\t\\\"name\\\": \\\"Pressione 01\\\",\\n\\t\\t\\\"value\\\": \\\"9\\\",\\n\\t\\t\\\"lastRead\\\": \\\"{% now 'iso-8601', '' %}\\\"\\n\\t}\\n]\\n\"},\"parameters\":[],\"headers\":[{\"id\":\"pair_d9894ec846994bcda341092cd0263f08\",\"name\":\"Content-Type\",\"value\":\"application/json\"}],\"authentication\":{},\"metaSortKey\":-1572688535007.25,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_47f2f4e7facc465893880458e1c9f077\",\"parentId\":\"fld_cde081c45fe24e268c98db0c9c60d5be\",\"modified\":1657198830313,\"created\":1573400470873,\"url\":\"{{ BASE_URL }}/IOB/upsertObjItems/SIMUL_01\",\"name\":\"Add Some Item\",\"description\":\"\",\"method\":\"POST\",\"body\":{\"mimeType\":\"application/json\",\"text\":\"[\\n\\t{\\n\\t\\t\\\"uid\\\": \\\"setComm\\\",\\n\\t\\t\\\"name\\\": \\\"Commessa\\\",\\n\\t\\t\\\"value\\\": \\\"\\\",\\n\\t\\t\\\"reqValue\\\": \\\"COMM000003\\\",\\n\\t\\t\\\"lastRequest\\\": \\\"{% now 'iso-8601', '' %}\\\",\\n\\t\\t\\\"writable\\\": true\\n\\t}\\n]\"},\"parameters\":[],\"headers\":[{\"id\":\"pair_d9894ec846994bcda341092cd0263f08\",\"name\":\"Content-Type\",\"value\":\"application/json\"}],\"authentication\":{},\"metaSortKey\":-1572688534982.25,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_1db8943d9ce74172aa0c9c2b536cc1ab\",\"parentId\":\"fld_acf754fe816646b5bc43b9657fe9d2a7\",\"modified\":1669731503886,\"created\":1664982160752,\"url\":\"{{ BASE_URL }}/IOB/getCurrPODL/SIMUL_01\",\"name\":\"Get curr PODL\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535038.5,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"fld_acf754fe816646b5bc43b9657fe9d2a7\",\"parentId\":\"wrk_6eaf0a20123c480295db476860d8f716\",\"modified\":1664982160747,\"created\":1664982160747,\"name\":\"MP-IO PODL-DOSSIER\",\"description\":\"\",\"environment\":{},\"environmentPropertyOrder\":null,\"metaSortKey\":-1573231731968.5,\"_type\":\"request_group\"},{\"_id\":\"req_36a91f58368b4db98792b76d850b40ed\",\"parentId\":\"fld_acf754fe816646b5bc43b9657fe9d2a7\",\"modified\":1665163635996,\"created\":1665163630473,\"url\":\"{{ BASE_URL }}/IOB/getListValByTable/PODL\",\"name\":\"Get ListVal PODL\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535036.5469,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":true,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_f58d5cdb884044209ac7a15af66a412a\",\"parentId\":\"fld_acf754fe816646b5bc43b9657fe9d2a7\",\"modified\":1665149522574,\"created\":1665149297526,\"url\":\"{{ BASE_URL }}/IOB/getLastDossByMacc/SIMUL_01\",\"name\":\"Get DOSS last by Macc\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535036.1562,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":true,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_db67e58a9e8b4b9db33bb9cb99e7cd4b\",\"parentId\":\"fld_acf754fe816646b5bc43b9657fe9d2a7\",\"modified\":1665075165801,\"created\":1665075158847,\"url\":\"{{ BASE_URL }}/IOB/getCurrPODL/\",\"name\":\"Get curr PODL (ALL)\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535035.375,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_7f3f9a1d035149259c306c215137e08b\",\"parentId\":\"fld_acf754fe816646b5bc43b9657fe9d2a7\",\"modified\":1665127481832,\"created\":1665126908538,\"url\":\"{{ BASE_URL }}/IOB/getArtCurrPODL\",\"name\":\"Get ART by CurrODL\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535034.5938,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_9659721d667c49fcacbbf4e28313c2cb\",\"parentId\":\"fld_acf754fe816646b5bc43b9657fe9d2a7\",\"modified\":1665127491077,\"created\":1665127488279,\"url\":\"{{ BASE_URL }}/IOB/getArtUsed\",\"name\":\"Get ART used\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535033.4219,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_2c0f5944140e4e4eb367c7e31b7f71a9\",\"parentId\":\"fld_acf754fe816646b5bc43b9657fe9d2a7\",\"modified\":1664982227256,\"created\":1664982160769,\"url\":\"{{ BASE_URL }}/IOB/getLastDossArt/NCC_1701D\",\"name\":\"Get Last DOSS by ART\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535032.25,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_eca298670f414669b4bd2813179c15ff\",\"parentId\":\"fld_acf754fe816646b5bc43b9657fe9d2a7\",\"modified\":1664982246524,\"created\":1664982242873,\"url\":\"{{ BASE_URL }}/IOB/getLastDossPODL\",\"name\":\"Get Last DOSS by PODL\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535029.125,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_aa5356d4b4b4456a871233ba0738f115\",\"parentId\":\"fld_acf754fe816646b5bc43b9657fe9d2a7\",\"modified\":1665391005684,\"created\":1665390990441,\"url\":\"{{ BASE_URL }}/IOB/takeFlogSnapshot/SIMUL_01\",\"name\":\"Take Snapshot\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688534979.125,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":true,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_73c9276d0eec46b19011f9f6868e20c6\",\"parentId\":\"fld_d8d2ad76cbd44eda870135968c48db24\",\"modified\":1653313059862,\"created\":1574522588204,\"url\":\"{{ BASE_URL }}/IOB/saveDataItems/SIMUL_01\",\"name\":\"Send DataItems\",\"description\":\"\",\"method\":\"POST\",\"body\":{\"mimeType\":\"application/json\",\"text\":\"[{\\n\\t\\\"uuid\\\": \\\"AVAIL\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"AVAILABILITY\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"STATUS\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"ACTUATOR_STATE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"ACC_TIME\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[s] Tempo macchina in potenza\\\",\\n\\t\\\"Type\\\": \\\"ACCUMULATED_TIME\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"ACC_TIME_WORK\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[s] Tempo macchina in movimento\\\",\\n\\t\\\"Type\\\": \\\"ACCUMULATED_TIME\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"CLOCK\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"CLOCK_TIME\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"POWER\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"POWER_STATE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"OperatorId\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"ID Operatore\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"FUNCT_MODE\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"USER_ACTION\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"TESTING_DATA\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"PROTECTION_STATUS\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Stato protezioni\\\",\\n\\t\\\"Type\\\": \\\"ACTUATOR_STATE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"UNK_STATUS\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Stati sconosciuti\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"UNK_STROBE\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Strobes sconosciuti\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"CNC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"SYSTEM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"PLC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"LOGIC_PROGRAM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"MTC_asset_chg\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"ASSET_CHANGED\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"MTC_asset_rem\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"ASSET_REMOVED\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_PosAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm] Quota attuale\\\",\\n\\t\\\"Type\\\": \\\"POSITION\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_PosTgt\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm] Quota target\\\",\\n\\t\\\"Type\\\": \\\"POSITION\\\",\\n\\t\\\"SubType\\\": \\\"TARGET\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_Load\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Carico\\\",\\n\\t\\\"Type\\\": \\\"LOAD\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_FeedAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm/min] Feedrate\\\",\\n\\t\\\"Type\\\": \\\"AXIS_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER/SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_FeedOver\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Feed Override\\\",\\n\\t\\\"Type\\\": \\\"AXIS_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"OVERRIDE\\\",\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_AccTime\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[s] Tempo utilizzo\\\",\\n\\t\\\"Type\\\": \\\"ACCUMULATED_TIME\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_DistDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[m] Distanza totale percorsa\\\",\\n\\t\\\"Type\\\": \\\"LENGTH\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_InvDDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[#] Numero inversioni\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_MainProc\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] Processo di appartenenza\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_IsMast\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[0/1] Master/Slave\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_MastId\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] ID Asse master\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_Dir\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[-/+] Direzione\\\",\\n\\t\\\"Type\\\": \\\"DIRECTION\\\",\\n\\t\\\"SubType\\\": \\\"LINEAR\\\",\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_AlarmCNC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi CN\\\",\\n\\t\\\"Type\\\": \\\"SYSTEM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_01_AlarmPLC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi PLC\\\",\\n\\t\\\"Type\\\": \\\"LOGIC_PROGRAM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_PosAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm] Quota attuale\\\",\\n\\t\\\"Type\\\": \\\"POSITION\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_PosTgt\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm] Quota target\\\",\\n\\t\\\"Type\\\": \\\"POSITION\\\",\\n\\t\\\"SubType\\\": \\\"TARGET\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_Load\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Carico\\\",\\n\\t\\\"Type\\\": \\\"LOAD\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_FeedAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm/min] Feedrate\\\",\\n\\t\\\"Type\\\": \\\"AXIS_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER/SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_FeedOver\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Feed Override\\\",\\n\\t\\\"Type\\\": \\\"AXIS_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"OVERRIDE\\\",\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_AccTime\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[s] Tempo utilizzo\\\",\\n\\t\\\"Type\\\": \\\"ACCUMULATED_TIME\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_DistDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[m] Distanza totale percorsa\\\",\\n\\t\\\"Type\\\": \\\"LENGTH\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_InvDDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[#] Numero inversioni\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_MainProc\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] Processo di appartenenza\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_IsMast\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[0/1] Master/Slave\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_MastId\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] ID Asse master\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_Dir\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[-/+] Direzione\\\",\\n\\t\\\"Type\\\": \\\"DIRECTION\\\",\\n\\t\\\"SubType\\\": \\\"LINEAR\\\",\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_AlarmCNC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi CN\\\",\\n\\t\\\"Type\\\": \\\"SYSTEM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_02_AlarmPLC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi PLC\\\",\\n\\t\\\"Type\\\": \\\"LOGIC_PROGRAM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_PosAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm] Quota attuale\\\",\\n\\t\\\"Type\\\": \\\"POSITION\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_PosTgt\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm] Quota target\\\",\\n\\t\\\"Type\\\": \\\"POSITION\\\",\\n\\t\\\"SubType\\\": \\\"TARGET\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_Load\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Carico\\\",\\n\\t\\\"Type\\\": \\\"LOAD\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_FeedAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm/min] Feedrate\\\",\\n\\t\\\"Type\\\": \\\"AXIS_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER/SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_FeedOver\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Feed Override\\\",\\n\\t\\\"Type\\\": \\\"AXIS_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"OVERRIDE\\\",\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_AccTime\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[s] Tempo utilizzo\\\",\\n\\t\\\"Type\\\": \\\"ACCUMULATED_TIME\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_DistDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[m] Distanza totale percorsa\\\",\\n\\t\\\"Type\\\": \\\"LENGTH\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_InvDDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[#] Numero inversioni\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_MainProc\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] Processo di appartenenza\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_IsMast\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[0/1] Master/Slave\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_MastId\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] ID Asse master\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_Dir\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[-/+] Direzione\\\",\\n\\t\\\"Type\\\": \\\"DIRECTION\\\",\\n\\t\\\"SubType\\\": \\\"LINEAR\\\",\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_AlarmCNC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi CN\\\",\\n\\t\\\"Type\\\": \\\"SYSTEM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_03_AlarmPLC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi PLC\\\",\\n\\t\\\"Type\\\": \\\"LOGIC_PROGRAM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_PosAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[°] Quota attuale\\\",\\n\\t\\\"Type\\\": \\\"ANGLE\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"DEGREE\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_PosTgt\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[°] Quota target\\\",\\n\\t\\\"Type\\\": \\\"ANGLE\\\",\\n\\t\\\"SubType\\\": \\\"TARGET\\\",\\n\\t\\\"Units\\\": \\\"DEGREE\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_Load\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Carico\\\",\\n\\t\\\"Type\\\": \\\"LOAD\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_FeedAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[°/min] Feedrate\\\",\\n\\t\\\"Type\\\": \\\"ROTARY_VELOCITY\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"REVOLUTION/MINUTE\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_FeedOver\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Feed Override\\\",\\n\\t\\\"Type\\\": \\\"ROTARY_VELOCITY\\\",\\n\\t\\\"SubType\\\": \\\"OVERRIDE\\\",\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_AccTime\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[s] Tempo utilizzo\\\",\\n\\t\\\"Type\\\": \\\"ACCUMULATED_TIME\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_DistDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[rev] Rivoluzioni\\\",\\n\\t\\\"Type\\\": \\\"LENGTH\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_InvDDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[#] Numero inversioni\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_MainProc\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] Processo di appartenenza\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_IsMast\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[0/1] Master/Slave\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_MastId\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] ID Asse master\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_Dir\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[-/+] Direzione\\\",\\n\\t\\\"Type\\\": \\\"DIRECTION\\\",\\n\\t\\\"SubType\\\": \\\"ROTARY\\\",\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_AlarmCNC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi CN\\\",\\n\\t\\\"Type\\\": \\\"SYSTEM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_04_AlarmPLC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi PLC\\\",\\n\\t\\\"Type\\\": \\\"LOGIC_PROGRAM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_PosAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[°] Quota attuale\\\",\\n\\t\\\"Type\\\": \\\"ANGLE\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"DEGREE\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_PosTgt\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[°] Quota target\\\",\\n\\t\\\"Type\\\": \\\"ANGLE\\\",\\n\\t\\\"SubType\\\": \\\"TARGET\\\",\\n\\t\\\"Units\\\": \\\"DEGREE\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_Load\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Carico\\\",\\n\\t\\\"Type\\\": \\\"LOAD\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_FeedAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[°/min] Feedrate\\\",\\n\\t\\\"Type\\\": \\\"ROTARY_VELOCITY\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"REVOLUTION/MINUTE\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_FeedOver\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Feed Override\\\",\\n\\t\\\"Type\\\": \\\"ROTARY_VELOCITY\\\",\\n\\t\\\"SubType\\\": \\\"OVERRIDE\\\",\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_AccTime\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[s] Tempo utilizzo\\\",\\n\\t\\\"Type\\\": \\\"ACCUMULATED_TIME\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_DistDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[rev] Rivoluzioni\\\",\\n\\t\\\"Type\\\": \\\"LENGTH\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_InvDDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[#] Numero inversioni\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_MainProc\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] Processo di appartenenza\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_IsMast\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[0/1] Master/Slave\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_MastId\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] ID Asse master\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_Dir\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[-/+] Direzione\\\",\\n\\t\\\"Type\\\": \\\"DIRECTION\\\",\\n\\t\\\"SubType\\\": \\\"ROTARY\\\",\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_AlarmCNC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi CN\\\",\\n\\t\\\"Type\\\": \\\"SYSTEM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_05_AlarmPLC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi PLC\\\",\\n\\t\\\"Type\\\": \\\"LOGIC_PROGRAM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_PosAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm] Quota attuale\\\",\\n\\t\\\"Type\\\": \\\"POSITION\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_PosTgt\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm] Quota target\\\",\\n\\t\\\"Type\\\": \\\"POSITION\\\",\\n\\t\\\"SubType\\\": \\\"TARGET\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_Load\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Carico\\\",\\n\\t\\\"Type\\\": \\\"LOAD\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_FeedAct\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm/min] Feedrate\\\",\\n\\t\\\"Type\\\": \\\"AXIS_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER/SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_FeedOver\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Feed Override\\\",\\n\\t\\\"Type\\\": \\\"AXIS_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"OVERRIDE\\\",\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_AccTime\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[s] Tempo utilizzo\\\",\\n\\t\\\"Type\\\": \\\"ACCUMULATED_TIME\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_DistDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[m] Distanza totale percorsa\\\",\\n\\t\\\"Type\\\": \\\"LENGTH\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_InvDDone\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[#] Numero inversioni\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_MainProc\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] Processo di appartenenza\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_IsMast\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[0/1] Master/Slave\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_MastId\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] ID Asse master\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_Dir\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[-/+] Direzione\\\",\\n\\t\\\"Type\\\": \\\"DIRECTION\\\",\\n\\t\\\"SubType\\\": \\\"LINEAR\\\",\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_AlarmCNC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi CN\\\",\\n\\t\\\"Type\\\": \\\"SYSTEM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Axis_06_AlarmPLC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": \\\"Allarmi PLC\\\",\\n\\t\\\"Type\\\": \\\"LOGIC_PROGRAM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Message\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Segnalazioni\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"E_STOP\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Stato emergenze\\\",\\n\\t\\\"Type\\\": \\\"EMERGENCY_STOP\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_Type\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Lavoro/Asservimento\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_ActiveAxes\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Assi attivi\\\",\\n\\t\\\"Type\\\": \\\"ACTIVE_AXES\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_CodG_Act\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Codici G\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_SubMode\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Modo secondario\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_PartId\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Pezzo corrente\\\",\\n\\t\\\"Type\\\": \\\"PART_ID\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_PZ_TOT\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Pezzi prodotti\\\",\\n\\t\\\"Type\\\": \\\"PART_COUNT\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_Cod_M\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Codici M\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_Cod_S\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Codici S\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_Cod_T\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Codici T\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_RUN_MODE\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Modo operativo\\\",\\n\\t\\\"Type\\\": \\\"CONTROLLER_MODE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_EXE_MODE\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Stato esecuzione\\\",\\n\\t\\\"Type\\\": \\\"EXECUTION\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_CurrProg\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Programma corrente\\\",\\n\\t\\\"Type\\\": \\\"PROGRAM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_CurrProg_RowNum\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Riga attuale\\\",\\n\\t\\\"Type\\\": \\\"LINE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_FeedRate\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm/min] Feedrate\\\",\\n\\t\\\"Type\\\": \\\"PATH_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER/SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_FeedOverr\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] WORK Override\\\",\\n\\t\\\"Type\\\": \\\"PATH_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"OVERRIDE\\\",\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_RapidOverr\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] RAPID Override\\\",\\n\\t\\\"Type\\\": \\\"PATH_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"OVERRIDE\\\",\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_PosActX\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm] UNITA' OPERATRICE: Posizione X\\\",\\n\\t\\\"Type\\\": \\\"PATH_POSITION\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_PosActY\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm] UNITA' OPERATRICE: Posizione Y\\\",\\n\\t\\\"Type\\\": \\\"PATH_POSITION\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_PosActZ\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[mm] UNITA' OPERATRICE: Posizione Z\\\",\\n\\t\\\"Type\\\": \\\"PATH_POSITION\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_PosActI\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[°] UNITA' OPERATRICE: Angolo I\\\",\\n\\t\\\"Type\\\": \\\"ANGLE\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"DEGREE\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_PosActJ\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[°] UNITA' OPERATRICE: Angolo J\\\",\\n\\t\\\"Type\\\": \\\"ANGLE\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"DEGREE\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_PosActK\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[°] UNITA' OPERATRICE: Angolo K\\\",\\n\\t\\\"Type\\\": \\\"ANGLE\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"DEGREE\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_AlarmCNC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"SYSTEM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Path_01_AlarmPLC\\\",\\n\\t\\\"Category\\\": 0,\\n\\t\\\"Name\\\": null,\\n\\t\\\"Type\\\": \\\"LOGIC_PROGRAM\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"UnOp_01_Type\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"Tipologia testa\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"UnOp_01_Speed\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[RPM] SPEED Attuale\\\",\\n\\t\\\"Type\\\": \\\"PATH_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"ACTUAL\\\",\\n\\t\\\"Units\\\": \\\"MILLIMETER/SECOND\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"UnOp_01_SpeedOverr\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] SPEED Override\\\",\\n\\t\\\"Type\\\": \\\"PATH_FEEDRATE\\\",\\n\\t\\\"SubType\\\": \\\"OVERRIDE\\\",\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"UnOp_01_ToolId\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"ID Utensile in mandrino\\\",\\n\\t\\\"Type\\\": \\\"TOOL_ASSET_ID\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"UnOp_01_NumCU\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] Cambi Utensile effettuati\\\",\\n\\t\\\"Type\\\": \\\"COUNT\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"UnOp_01_Status\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Stato\\\",\\n\\t\\\"Type\\\": \\\"ACTUATOR_STATE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"UnOp_01_VitaRes\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Vita residua utensile in mandrino\\\",\\n\\t\\\"Type\\\": \\\"COUNT\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"UnOp_01_VitaResType\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Tipo vita residua utensile in mandrino\\\",\\n\\t\\\"Type\\\": \\\"MESSAGE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"UnOp_01_Load\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[%] Carico\\\",\\n\\t\\\"Type\\\": \\\"LOAD\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"PERCENT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"UnOp_01_AccTime\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[krev] Rivoluzioni\\\",\\n\\t\\\"Type\\\": \\\"COUNT\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"VacPump_01_Status\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Stato\\\",\\n\\t\\\"Type\\\": \\\"ACTUATOR_STATE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"VacPump_01_WrkTime\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[s] Tempo utilizzo\\\",\\n\\t\\\"Type\\\": \\\"ACCUMULATED_TIME\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"VacPump_02_Status\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Stato\\\",\\n\\t\\\"Type\\\": \\\"ACTUATOR_STATE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"VacPump_02_WrkTime\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[s] Tempo utilizzo\\\",\\n\\t\\\"Type\\\": \\\"ACCUMULATED_TIME\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"VacAct_01_Count\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] Commutazioni\\\",\\n\\t\\\"Type\\\": \\\"COUNT\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"VacAct_02_Count\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] Commutazioni\\\",\\n\\t\\\"Type\\\": \\\"COUNT\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Cooler_01_Status\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Stato\\\",\\n\\t\\\"Type\\\": \\\"ACTUATOR_STATE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Cooler_02_Status\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"Stato\\\",\\n\\t\\\"Type\\\": \\\"ACTUATOR_STATE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": null\\n}, {\\n\\t\\\"uuid\\\": \\\"Lubro_01_Num\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] Attivazioni\\\",\\n\\t\\\"Type\\\": \\\"COUNT\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Lubro_02_Num\\\",\\n\\t\\\"Category\\\": 1,\\n\\t\\\"Name\\\": \\\"[#] Attivazioni\\\",\\n\\t\\\"Type\\\": \\\"COUNT\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"COUNT\\\"\\n}, {\\n\\t\\\"uuid\\\": \\\"Press_01_Value\\\",\\n\\t\\\"Category\\\": 2,\\n\\t\\\"Name\\\": \\\"[Pa] Pressione 1\\\",\\n\\t\\\"Type\\\": \\\"PRESSURE\\\",\\n\\t\\\"SubType\\\": null,\\n\\t\\\"Units\\\": \\\"PASCAL\\\"\\n}]\"},\"parameters\":[],\"headers\":[{\"id\":\"pair_d9894ec846994bcda341092cd0263f08\",\"name\":\"Content-Type\",\"value\":\"application/json\"}],\"authentication\":{},\"metaSortKey\":-1572877837397.75,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"fld_d8d2ad76cbd44eda870135968c48db24\",\"parentId\":\"wrk_6eaf0a20123c480295db476860d8f716\",\"modified\":1574522582759,\"created\":1574522566792,\"name\":\"MP-IO-MTC\",\"description\":\"\",\"environment\":{},\"environmentPropertyOrder\":null,\"metaSortKey\":-1573051967979.5,\"_type\":\"request_group\"},{\"_id\":\"req_49c304f221414895909527bd15006bbb\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1669731564950,\"created\":1669731519033,\"url\":\"{{ BASE_URL }}/IOB/getCurrODL/SIMUL_01\",\"name\":\"Get curr ODL\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535126,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"parentId\":\"wrk_6eaf0a20123c480295db476860d8f716\",\"modified\":1572703706816,\"created\":1572703706816,\"name\":\"MP-IO\",\"description\":\"\",\"environment\":{},\"environmentPropertyOrder\":null,\"metaSortKey\":-1572703706816,\"_type\":\"request_group\"},{\"_id\":\"req_8581aca74b54400dac738aedab6ac351\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1669731611207,\"created\":1669731602311,\"url\":\"{{ BASE_URL }}/IOB/getCurrODL/BAG_TL_01\",\"name\":\"Get curr ODL bis\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535119.75,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_b010f9d8ac8d49729b7133d88b91ad15\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1669731575844,\"created\":1669731544786,\"url\":\"{{ BASE_URL }}/IOB/getCurrPODL/SIMUL_01\",\"name\":\"Get curr PODL\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535113.5,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_18bb232ec88f45688acf5a7ffa5451da\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1572703715107,\"created\":1572688410657,\"url\":\"{{ BASE_URL }}/IOB/enabled/SIMUL_01\",\"name\":\"Test IOB enabled\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535076,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_9b12b7b086c94eb3bf19ef19c28088b2\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1572703717867,\"created\":1572688376619,\"url\":\"{{ BASE_URL }}/IOB\",\"name\":\"Test MP-IO alive\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535051,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_5bbf1b31a22f482483e06238bc34699c\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1666170696986,\"created\":1666116982730,\"url\":\"{{ BASE_URL }}/IOB/getTask2Exe/SIMUL_01\",\"name\":\"MP-IO getTask2exe\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1572688535044.75,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_253c3deea8bf47969dd45dd6a529a2b0\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1669710511144,\"created\":1572688535026,\"url\":\"{{ BASE_URL }}/IOB/flogJson/SIMUL_01\",\"name\":\"Send FLog Json\",\"description\":\"\",\"method\":\"POST\",\"body\":{\"mimeType\":\"application/json\",\"text\":\"{\\n\\t\\\"fluxData\\\":\\n\\t[\\n\\t\\t{\\n\\t\\t\\\"flux\\\": \\\"test\\\",\\n\\t\\t\\\"valore\\\": \\\"valore_10\\\",\\n\\t\\t\\\"dtEve\\\": \\\"2019-11-02 11:01:00\\\",\\n\\t\\t\\\"dtCurr\\\": \\\"2019-11-02 11:02:00\\\",\\n\\t\\t\\\"cnt\\\": 10\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"test\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"valore_11\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2019-11-02 11:01:01\\\",\\n\\t\\t\\t\\\"dtCurr\\\": \\\"2019-11-02 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 11\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\\"flux\\\": \\\"test\\\",\\n\\t\\t\\\"valore\\\": \\\"valore_12\\\",\\n\\t\\t\\\"dtEve\\\": \\\"2019-11-02 11:01:02\\\",\\n\\t\\t\\\"dtCurr\\\": \\\"2019-11-02 11:02:00\\\",\\n\\t\\t\\\"cnt\\\": 12\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"test\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"valore_13\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2019-11-02 11:02:03\\\",\\n\\t\\t\\\"dtCurr\\\": \\\"2019-11-02 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 13\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\\"flux\\\": \\\"test\\\",\\n\\t\\t\\\"valore\\\": \\\"valore_14\\\",\\n\\t\\t\\\"dtEve\\\": \\\"2019-11-02 11:02:04\\\",\\n\\t\\t\\\"dtCurr\\\": \\\"2019-11-02 11:02:00\\\",\\n\\t\\t\\\"cnt\\\": 14\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"test\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"valore_15\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2019-11-02 11:02:05\\\",\\n\\t\\t\\t\\\"dtCurr\\\": \\\"2019-11-02 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 15\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\\"flux\\\": \\\"test\\\",\\n\\t\\t\\\"valore\\\": \\\"valore_16\\\",\\n\\t\\t\\\"dtEve\\\": \\\"2019-11-02 11:01:06\\\",\\n\\t\\t\\\"dtCurr\\\": \\\"2019-11-02 11:02:00\\\",\\n\\t\\t\\\"cnt\\\": 16\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"test\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"valore_17\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2019-11-02 11:01:07\\\",\\n\\t\\t\\t\\\"dtCurr\\\": \\\"2019-11-02 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 17\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\\"flux\\\": \\\"test\\\",\\n\\t\\t\\\"valore\\\": \\\"valore_18\\\",\\n\\t\\t\\\"dtEve\\\": \\\"2019-11-02 11:01:08\\\",\\n\\t\\t\\\"dtCurr\\\": \\\"2019-11-02 11:02:00\\\",\\n\\t\\t\\\"cnt\\\": 18\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"test\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"valore_19\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2019-11-02 11:01:09\\\",\\n\\t\\t \\\"dtCurr\\\": \\\"2019-11-02 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 19\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"test\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"valore_20\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2019-11-02 11:01:10\\\",\\n\\t\\t \\\"dtCurr\\\": \\\"2019-11-02 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 20\\n\\t\\t}\\n\\t]\\n}\\n\"},\"parameters\":[],\"headers\":[{\"id\":\"pair_d9894ec846994bcda341092cd0263f08\",\"name\":\"Content-Type\",\"value\":\"application/json\"}],\"authentication\":{},\"metaSortKey\":-1572688535026,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_3a849f55973d43d8bb7308b52e487a20\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1669710512005,\"created\":1572703720426,\"url\":\"{{ BASE_URL }}/IOB/liveJson/SIMUL_01\",\"name\":\"Send LiveIOB Json\",\"description\":\"\",\"method\":\"POST\",\"body\":{\"mimeType\":\"application/json\",\"text\":\"{\\n\\t\\\"dataList\\\":\\n\\t[\\n\\t\\t{\\n\\t\\t\\\"key\\\": \\\"temp_01\\\",\\n\\t\\t\\\"value\\\": \\\"20.8\\\"\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\\"key\\\": \\\"temp_2\\\",\\n\\t\\t\\\"value\\\": \\\"21.8\\\"\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\\"key\\\": \\\"speed_01\\\",\\n\\t\\t\\\"value\\\": \\\"5000\\\"\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\\"key\\\": \\\"speed_02\\\",\\n\\t\\t\\\"value\\\": \\\"248\\\"\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\\"key\\\": \\\"param_01\\\",\\n\\t\\t\\\"value\\\": \\\"120.8\\\"\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\\"key\\\": \\\"param_02\\\",\\n\\t\\t\\\"value\\\": \\\"170.8\\\"\\n\\t\\t}\\n\\t]\\n}\\n\"},\"parameters\":[],\"headers\":[{\"id\":\"pair_d9894ec846994bcda341092cd0263f08\",\"name\":\"Content-Type\",\"value\":\"application/json\"}],\"authentication\":{},\"metaSortKey\":-1572688534976,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_8b9bfe3a5fe24f1aa19da4d9cbf24d08\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1669710514912,\"created\":1646069719097,\"url\":\"{{ BASE_URL }}/IOB/ulogJson/SIMUL_01\",\"name\":\"Send ULog Json\",\"description\":\"\",\"method\":\"POST\",\"body\":{\"mimeType\":\"application/json\",\"text\":\"{\\n\\t\\\"fluxData\\\":\\n\\t[\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"DI\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"User Login - Steamware User\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2022-02-28 11:00:30\\\",\\n\\t\\t\\t\\\"dtCurr\\\": \\\"2022-02-28 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 9,\\n\\t\\t\\t\\\"matrOpr\\\": 1,\\n\\t\\t\\t\\\"label\\\": \\\"UserLogin\\\"\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"DI\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"Dichiarazione di prova\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2022-02-28 11:01:00\\\",\\n\\t\\t\\t\\\"dtCurr\\\": \\\"2022-02-28 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 10,\\n\\t\\t\\t\\\"matrOpr\\\": 1,\\n\\t\\t\\t\\\"label\\\": \\\"Note\\\"\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"RC\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2022-02-28 11:01:01\\\",\\n\\t\\t\\t\\\"dtCurr\\\": \\\"2022-02-28 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 11,\\n\\t\\t\\t\\\"matrOpr\\\": 1,\\n\\t\\t\\t\\\"valNum\\\": 1\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"RC\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"SIM Controllo fallito\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2022-02-28 11:01:31\\\",\\n\\t\\t\\t\\\"dtCurr\\\": \\\"2022-02-28 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 12,\\n\\t\\t\\t\\\"matrOpr\\\": 1,\\n\\t\\t\\t\\\"valNum\\\": 0\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"RS\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"SIM Scarto 01\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2022-02-28 11:01:05\\\",\\n\\t\\t\\t\\\"dtCurr\\\": \\\"2022-02-28 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 13,\\n\\t\\t\\t\\\"matrOpr\\\": 1,\\n\\t\\t\\t\\\"label\\\": \\\"01\\\",\\n\\t\\t\\t\\\"valNum\\\": 1\\n\\t\\t},\\n\\t\\t{\\n\\t\\t\\t\\\"flux\\\": \\\"RS\\\",\\n\\t\\t\\t\\\"valore\\\": \\\"SIM Scarto 02\\\",\\n\\t\\t\\t\\\"dtEve\\\": \\\"2022-02-28 11:01:15\\\",\\n\\t\\t\\t\\\"dtCurr\\\": \\\"2022-02-28 11:02:00\\\",\\n\\t\\t\\t\\\"cnt\\\": 15,\\n\\t\\t\\t\\\"matrOpr\\\": 1,\\n\\t\\t\\t\\\"label\\\": \\\"02\\\",\\n\\t\\t\\t\\\"valNum\\\": 2\\n\\t\\t}\\n\\t]\\n}\"},\"parameters\":[],\"headers\":[{\"id\":\"pair_d9894ec846994bcda341092cd0263f08\",\"name\":\"Content-Type\",\"value\":\"application/json\"}],\"authentication\":{},\"metaSortKey\":-1572688534926,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_5e199f4f47f5480c8a65836ff3278455\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1669713559792,\"created\":1653312485596,\"url\":\"{{ BASE_URL }}/IOB/rawTransfJson/GIACO_ICOEL\",\"name\":\"Send RawTransfJson\",\"description\":\"\",\"method\":\"POST\",\"body\":{\"mimeType\":\"application/json\",\"text\":\"[\\n\\t{\\n\\t\\\"mesType\\\": \\\"IcoelBatch\\\", \\n\\t\\\"mesContent\\\": {\\n\\t\\t\\\"1\\\": {\\n\\t\\t\\t\\\"AvoidLayoutChange\\\": true,\\n\\t\\t\\t\\\"AvoidSavingOldLayouts\\\": false,\\n\\t\\t\\t\\\"Comments\\\": [\\\"\\\", \\\"\\\", \\\"\\\"],\\n\\t\\t\\t\\\"EndTime\\\": \\\"0001-01-01T00:00:00\\\",\\n\\t\\t\\t\\\"GrowerCode\\\": \\\"CSE\\\",\\n\\t\\t\\t\\\"Id\\\": 21,\\n\\t\\t\\t\\\"IsFinalized\\\": false,\\n\\t\\t\\t\\\"LaneGroups\\\": [{\\n\\t\\t\\t\\t\\\"Lanes\\\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Sinistra\\\"\\n\\t\\t\\t}, {\\n\\t\\t\\t\\t\\\"Lanes\\\": [],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Destra\\\"\\n\\t\\t\\t}],\\n\\t\\t\\t\\\"LayoutId\\\": \\\"aba2ac90-d835-46ee-bc3d-2cfbad76287d\\\",\\n\\t\\t\\t\\\"LayoutName\\\": \\\"New Layout\\\",\\n\\t\\t\\t\\\"Name\\\": \\\"Batch 78\\\",\\n\\t\\t\\t\\\"OverrideLayoutConflicts\\\": true,\\n\\t\\t\\t\\\"SampleName\\\": \\\"\\\",\\n\\t\\t\\t\\\"SizingProfileName\\\": \\\"\\\",\\n\\t\\t\\t\\\"StartTime\\\": \\\"2022-05-21T12:40:21.6522013+02:00\\\",\\n\\t\\t\\t\\\"TotallingVariety\\\": \\\"Default\\\",\\n\\t\\t\\t\\\"TotallingVarietyCode\\\": \\\"\\\",\\n\\t\\t\\t\\\"VarietyId\\\": \\\"48529fd1-742a-432f-814d-a54c8030a80c\\\",\\n\\t\\t\\t\\\"VarietyName\\\": \\\"Bigarreaux\\\",\\n\\t\\t\\t\\\"VisionMap\\\": 3\\n\\t\\t},\\n\\t\\t\\\"2\\\": {\\n\\t\\t\\t\\\"AvoidLayoutChange\\\": true,\\n\\t\\t\\t\\\"AvoidSavingOldLayouts\\\": false,\\n\\t\\t\\t\\\"Comments\\\": [\\\"\\\", \\\"\\\", \\\"\\\"],\\n\\t\\t\\t\\\"EndTime\\\": \\\"0001-01-01T00:00:00\\\",\\n\\t\\t\\t\\\"GrowerCode\\\": \\\"CSE\\\",\\n\\t\\t\\t\\\"Id\\\": 21,\\n\\t\\t\\t\\\"IsFinalized\\\": false,\\n\\t\\t\\t\\\"LaneGroups\\\": [{\\n\\t\\t\\t\\t\\\"Lanes\\\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Sinistra\\\"\\n\\t\\t\\t}, {\\n\\t\\t\\t\\t\\\"Lanes\\\": [],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Destra\\\"\\n\\t\\t\\t}],\\n\\t\\t\\t\\\"LayoutId\\\": \\\"aba2ac90-d835-46ee-bc3d-2cfbad76287d\\\",\\n\\t\\t\\t\\\"LayoutName\\\": \\\"New Layout\\\",\\n\\t\\t\\t\\\"Name\\\": \\\"Batch 78\\\",\\n\\t\\t\\t\\\"OverrideLayoutConflicts\\\": true,\\n\\t\\t\\t\\\"SampleName\\\": \\\"\\\",\\n\\t\\t\\t\\\"SizingProfileName\\\": \\\"\\\",\\n\\t\\t\\t\\\"StartTime\\\": \\\"2022-05-21T12:40:21.6522013+02:00\\\",\\n\\t\\t\\t\\\"TotallingVariety\\\": \\\"Default\\\",\\n\\t\\t\\t\\\"TotallingVarietyCode\\\": \\\"\\\",\\n\\t\\t\\t\\\"VarietyId\\\": \\\"48529fd1-742a-432f-814d-a54c8030a80c\\\",\\n\\t\\t\\t\\\"VarietyName\\\": \\\"Bigarreaux\\\",\\n\\t\\t\\t\\\"VisionMap\\\": 3\\n\\t\\t}\\n\\t}\\n}\\n]\"},\"parameters\":[],\"headers\":[{\"id\":\"pair_d9894ec846994bcda341092cd0263f08\",\"name\":\"Content-Type\",\"value\":\"application/json\"}],\"authentication\":{},\"metaSortKey\":-1570661841168.5,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_c20f1ba494aa46c6b8ea7a7d9fad7d05\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1669713561638,\"created\":1653328411117,\"url\":\"{{ BASE_URL }}/IOB/rawTransfJson/GIACO_ICOEL\",\"name\":\"Send RawTransfJson 2\",\"description\":\"\",\"method\":\"POST\",\"body\":{\"mimeType\":\"application/json\",\"text\":\"[\\n\\t{\\n\\t\\\"dataRif\\\": \\\"2022-05-23T19:51:48.9674938+02:00\\\",\\n\\t\\\"mesContent\\\": {\\n\\t\\t\\\"1\\\": {\\n\\t\\t\\t\\\"AvoidLayoutChange\\\": true,\\n\\t\\t\\t\\\"AvoidSavingOldLayouts\\\": false,\\n\\t\\t\\t\\\"Comments\\\": [\\\"\\\", \\\"\\\", \\\"\\\"],\\n\\t\\t\\t\\\"EndTime\\\": \\\"0001-01-01T00:00:00\\\",\\n\\t\\t\\t\\\"GrowerCode\\\": \\\"CSE\\\",\\n\\t\\t\\t\\\"Id\\\": 28,\\n\\t\\t\\t\\\"IsFinalized\\\": false,\\n\\t\\t\\t\\\"LaneGroups\\\": [{\\n\\t\\t\\t\\t\\\"Lanes\\\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Sinistra\\\"\\n\\t\\t\\t}, {\\n\\t\\t\\t\\t\\\"Lanes\\\": [],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Destra\\\"\\n\\t\\t\\t}],\\n\\t\\t\\t\\\"LayoutId\\\": \\\"aba2ac90-d835-46ee-bc3d-2cfbad76287d\\\",\\n\\t\\t\\t\\\"LayoutName\\\": \\\"New Layout\\\",\\n\\t\\t\\t\\\"Name\\\": \\\"Lotto 85\\\",\\n\\t\\t\\t\\\"OverrideLayoutConflicts\\\": true,\\n\\t\\t\\t\\\"SampleName\\\": \\\"\\\",\\n\\t\\t\\t\\\"SizingProfileName\\\": \\\"\\\",\\n\\t\\t\\t\\\"StartTime\\\": \\\"2022-05-23T16:52:13.2473589+02:00\\\",\\n\\t\\t\\t\\\"TotallingVariety\\\": \\\"Default\\\",\\n\\t\\t\\t\\\"TotallingVarietyCode\\\": \\\"\\\",\\n\\t\\t\\t\\\"VarietyId\\\": \\\"48529fd1-742a-432f-814d-a54c8030a80c\\\",\\n\\t\\t\\t\\\"VarietyName\\\": \\\"Bigarreaux\\\",\\n\\t\\t\\t\\\"VisionMap\\\": 3\\n\\t\\t},\\n\\t\\t\\\"2\\\": {\\n\\t\\t\\t\\\"AvoidLayoutChange\\\": true,\\n\\t\\t\\t\\\"AvoidSavingOldLayouts\\\": false,\\n\\t\\t\\t\\\"Comments\\\": [\\\"\\\", \\\"\\\", \\\"\\\"],\\n\\t\\t\\t\\\"EndTime\\\": \\\"0001-01-01T00:00:00\\\",\\n\\t\\t\\t\\\"GrowerCode\\\": \\\"CSE\\\",\\n\\t\\t\\t\\\"Id\\\": 28,\\n\\t\\t\\t\\\"IsFinalized\\\": false,\\n\\t\\t\\t\\\"LaneGroups\\\": [{\\n\\t\\t\\t\\t\\\"Lanes\\\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Sinistra\\\"\\n\\t\\t\\t}, {\\n\\t\\t\\t\\t\\\"Lanes\\\": [],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Destra\\\"\\n\\t\\t\\t}],\\n\\t\\t\\t\\\"LayoutId\\\": \\\"aba2ac90-d835-46ee-bc3d-2cfbad76287d\\\",\\n\\t\\t\\t\\\"LayoutName\\\": \\\"New Layout\\\",\\n\\t\\t\\t\\\"Name\\\": \\\"Lotto 85\\\",\\n\\t\\t\\t\\\"OverrideLayoutConflicts\\\": true,\\n\\t\\t\\t\\\"SampleName\\\": \\\"\\\",\\n\\t\\t\\t\\\"SizingProfileName\\\": \\\"\\\",\\n\\t\\t\\t\\\"StartTime\\\": \\\"2022-05-23T16:52:13.2473589+02:00\\\",\\n\\t\\t\\t\\\"TotallingVariety\\\": \\\"Default\\\",\\n\\t\\t\\t\\\"TotallingVarietyCode\\\": \\\"\\\",\\n\\t\\t\\t\\\"VarietyId\\\": \\\"48529fd1-742a-432f-814d-a54c8030a80c\\\",\\n\\t\\t\\t\\\"VarietyName\\\": \\\"Bigarreaux\\\",\\n\\t\\t\\t\\\"VisionMap\\\": 3\\n\\t\\t}\\n\\t},\\n\\t\\\"mesType\\\": \\\"IcoelBatch\\\"\\n\\t},\\n\\t{\\n\\t\\\"dataRif\\\": \\\"2022-05-23T19:51:48.9674938+02:00\\\",\\n\\t\\\"mesContent\\\": {\\n\\t\\t\\\"1\\\": {\\n\\t\\t\\t\\\"AvoidLayoutChange\\\": true,\\n\\t\\t\\t\\\"AvoidSavingOldLayouts\\\": false,\\n\\t\\t\\t\\\"Comments\\\": [\\\"\\\", \\\"\\\", \\\"\\\"],\\n\\t\\t\\t\\\"EndTime\\\": \\\"0001-01-01T00:00:00\\\",\\n\\t\\t\\t\\\"GrowerCode\\\": \\\"CSE\\\",\\n\\t\\t\\t\\\"Id\\\": 28,\\n\\t\\t\\t\\\"IsFinalized\\\": false,\\n\\t\\t\\t\\\"LaneGroups\\\": [{\\n\\t\\t\\t\\t\\\"Lanes\\\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Sinistra\\\"\\n\\t\\t\\t}, {\\n\\t\\t\\t\\t\\\"Lanes\\\": [],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Destra\\\"\\n\\t\\t\\t}],\\n\\t\\t\\t\\\"LayoutId\\\": \\\"aba2ac90-d835-46ee-bc3d-2cfbad76287d\\\",\\n\\t\\t\\t\\\"LayoutName\\\": \\\"New Layout\\\",\\n\\t\\t\\t\\\"Name\\\": \\\"Lotto 85\\\",\\n\\t\\t\\t\\\"OverrideLayoutConflicts\\\": true,\\n\\t\\t\\t\\\"SampleName\\\": \\\"\\\",\\n\\t\\t\\t\\\"SizingProfileName\\\": \\\"\\\",\\n\\t\\t\\t\\\"StartTime\\\": \\\"2022-05-23T16:52:13.2473589+02:00\\\",\\n\\t\\t\\t\\\"TotallingVariety\\\": \\\"Default\\\",\\n\\t\\t\\t\\\"TotallingVarietyCode\\\": \\\"\\\",\\n\\t\\t\\t\\\"VarietyId\\\": \\\"48529fd1-742a-432f-814d-a54c8030a80c\\\",\\n\\t\\t\\t\\\"VarietyName\\\": \\\"Bigarreaux\\\",\\n\\t\\t\\t\\\"VisionMap\\\": 3\\n\\t\\t},\\n\\t\\t\\\"2\\\": {\\n\\t\\t\\t\\\"AvoidLayoutChange\\\": true,\\n\\t\\t\\t\\\"AvoidSavingOldLayouts\\\": false,\\n\\t\\t\\t\\\"Comments\\\": [\\\"\\\", \\\"\\\", \\\"\\\"],\\n\\t\\t\\t\\\"EndTime\\\": \\\"0001-01-01T00:00:00\\\",\\n\\t\\t\\t\\\"GrowerCode\\\": \\\"CSE\\\",\\n\\t\\t\\t\\\"Id\\\": 28,\\n\\t\\t\\t\\\"IsFinalized\\\": false,\\n\\t\\t\\t\\\"LaneGroups\\\": [{\\n\\t\\t\\t\\t\\\"Lanes\\\": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Sinistra\\\"\\n\\t\\t\\t}, {\\n\\t\\t\\t\\t\\\"Lanes\\\": [],\\n\\t\\t\\t\\t\\\"Name\\\": \\\"Destra\\\"\\n\\t\\t\\t}],\\n\\t\\t\\t\\\"LayoutId\\\": \\\"aba2ac90-d835-46ee-bc3d-2cfbad76287d\\\",\\n\\t\\t\\t\\\"LayoutName\\\": \\\"New Layout\\\",\\n\\t\\t\\t\\\"Name\\\": \\\"Lotto 85\\\",\\n\\t\\t\\t\\\"OverrideLayoutConflicts\\\": true,\\n\\t\\t\\t\\\"SampleName\\\": \\\"\\\",\\n\\t\\t\\t\\\"SizingProfileName\\\": \\\"\\\",\\n\\t\\t\\t\\\"StartTime\\\": \\\"2022-05-23T16:52:13.2473589+02:00\\\",\\n\\t\\t\\t\\\"TotallingVariety\\\": \\\"Default\\\",\\n\\t\\t\\t\\\"TotallingVarietyCode\\\": \\\"\\\",\\n\\t\\t\\t\\\"VarietyId\\\": \\\"48529fd1-742a-432f-814d-a54c8030a80c\\\",\\n\\t\\t\\t\\\"VarietyName\\\": \\\"Bigarreaux\\\",\\n\\t\\t\\t\\\"VisionMap\\\": 3\\n\\t\\t}\\n\\t},\\n\\t\\\"mesType\\\": \\\"IcoelBatch\\\"\\n\\t}\\n]\"},\"parameters\":[],\"headers\":[{\"id\":\"pair_d9894ec846994bcda341092cd0263f08\",\"name\":\"Content-Type\",\"value\":\"application/json\"}],\"authentication\":{},\"metaSortKey\":-1569648494289.75,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_196d4d162e3c4b0d8f09b64630c68354\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1669710577748,\"created\":1657198918612,\"url\":\"{{ BASE_URL }}/IOB/rawTransfJson/GIACO_ICOEL\",\"name\":\"Send RawTransfJson 3\",\"description\":\"\",\"method\":\"POST\",\"body\":{\"mimeType\":\"application/json\",\"text\":\"[\\n\\t{\\n\\t\\\"dataRif\\\": \\\"2022-05-23T19:51:48.9674938+02:00\\\",\\n\\t\\\"mesContent\\\": {\\n\\t\\t\\\"test\\\":\\\"data\\\"\\n\\t},\\n\\t\\\"mesType\\\": \\\"IcoelBatch\\\"\\n\\t}\\n]\"},\"parameters\":[],\"headers\":[{\"id\":\"pair_d9894ec846994bcda341092cd0263f08\",\"name\":\"Content-Type\",\"value\":\"application/json\"}],\"authentication\":{},\"metaSortKey\":-1569141820850.375,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_dd8a225868c74c75a0f04e9fafc6504f\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1663577208603,\"created\":1663577161793,\"url\":\"{{ BASE_URL }}/IOB/takeFlogSnapshot/SIMUL_01\",\"name\":\"Take FL Snapshot\",\"description\":\"\",\"method\":\"POST\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1569141820800.375,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_1629039e944940e68c1ad6858fa5ac86\",\"parentId\":\"fld_ce2a7c30d21e4384b54896a36c397a3d\",\"modified\":1669728853571,\"created\":1669710554275,\"url\":\"{{ BASE_URL }}/IOB/getOdlAtDate/SIMUL_01?dateRif=20221026\",\"name\":\"Get ODL at date\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1569141820875.375,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"fld_ce2a7c30d21e4384b54896a36c397a3d\",\"parentId\":\"fld_2fceb1e93d704ea39b9dbaf6f9173ca9\",\"modified\":1669710566195,\"created\":1669710490058,\"name\":\"RegGiacenze\",\"description\":\"\",\"environment\":{},\"environmentPropertyOrder\":null,\"metaSortKey\":-1569141820787.875,\"_type\":\"request_group\"},{\"_id\":\"req_387e31b0e0854a31ae30e211135682db\",\"parentId\":\"fld_ce2a7c30d21e4384b54896a36c397a3d\",\"modified\":1669735064977,\"created\":1669735045760,\"url\":\"{{ BASE_URL }}/IOB/fixDailyOdl/BAG_TL_01\",\"name\":\"Fix ODL Daily\",\"description\":\"\",\"method\":\"GET\",\"body\":{},\"parameters\":[],\"headers\":[],\"authentication\":{},\"metaSortKey\":-1569141820862.875,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"req_64fa5f91371349daa76de804a5cea000\",\"parentId\":\"fld_ce2a7c30d21e4384b54896a36c397a3d\",\"modified\":1669728870934,\"created\":1669710599508,\"url\":\"{{ BASE_URL }}/IOB/rawTransfJson/SIMUL_01\",\"name\":\"Send Giac RawTransf\",\"description\":\"\",\"method\":\"POST\",\"body\":{\"mimeType\":\"application/json\",\"text\":\"[\\n\\t{\\n\\t\\\"dataRif\\\": \\\"2022-11-16T20:00:00.9674938+02:00\\\",\\n\\t\\\"mesContent\\\": {\\n\\t\\t\\\"1\\\": {\\n\\t\\t\\t\\\"IdxODL\\\": 90937,\\n\\t\\t\\t\\\"IdentRG\\\":\\t\\\"20220920.UVA.LUISA.COPPI\\\",\\n\\t\\t\\t\\\"Product\\\":\\t\\\"UVA\\\",\\n\\t\\t\\t\\\"Variety\\\":\\t\\\"LUISA\\\",\\n\\t\\t\\t\\\"Supplier\\\":\\t\\\"COPPI\\\",\\n\\t\\t\\t\\\"ExtDoc\\\": \\t\\\"TT111\\\",\\n\\t\\t\\t\\\"DateRif\\\":\\t\\\"2022-09-20T00:00:00.000000+02:00\\\",\\n\\t\\t\\t\\\"QtyTot\\\":\\t6050.0,\\n\\t\\t\\t\\\"NumPack\\\":\\t550,\\n\\t\\t\\t\\\"Notes\\\":\\t\\\"11x50x11\\\"\\n\\t\\t},\\n\\t\\t\\\"2\\\": {\\n\\t\\t\\t\\\"IdxODL\\\": 90937,\\n\\t\\t\\t\\\"IdentRG\\\":\\t\\\"20220929.UVA.GIANT_PEARL.FLLI_GIACOVELLI\\\",\\n\\t\\t\\t\\\"Product\\\":\\t\\\"UVA\\\",\\n\\t\\t\\t\\\"Variety\\\":\\t\\\"GIANT PEARL\\\",\\n\\t\\t\\t\\\"Supplier\\\":\\t\\\"F.LLI GIACOVELLI\\\",\\n\\t\\t\\t\\\"ExtDoc\\\": \\t\\\"TT119\\\",\\n\\t\\t\\t\\\"DateRif\\\":\\t\\\"2022-09-29T00:00:00.000000+02:00\\\",\\n\\t\\t\\t\\\"QtyTot\\\":\\t6050.0,\\n\\t\\t\\t\\\"NumPack\\\":\\t550,\\n\\t\\t\\t\\\"Notes\\\":\\t\\\"11x50x11\\\"\\n\\t\\t},\\n\\t\\t\\\"3\\\": {\\n\\t\\t\\t\\\"IdxODL\\\": 90937,\\n\\t\\t\\t\\\"IdentRG\\\":\\t\\\"20221012.UVA.SWEET_CEL.FLLI_GIACOVELLI\\\",\\n\\t\\t\\t\\\"Product\\\":\\t\\\"UVA\\\",\\n\\t\\t\\t\\\"Variety\\\":\\t\\\"SWEET CEL.\\\",\\n\\t\\t\\t\\\"Supplier\\\":\\t\\\"F.LLI GIACOVELLI\\\",\\n\\t\\t\\t\\\"ExtDoc\\\": \\t\\\"TT140\\\",\\n\\t\\t\\t\\\"DateRif\\\":\\t\\\"2022-10-12T00:00:00.000000+02:00\\\",\\n\\t\\t\\t\\\"QtyTot\\\":\\t550.0,\\n\\t\\t\\t\\\"NumPack\\\":\\t50,\\n\\t\\t\\t\\\"Notes\\\":\\t\\\"1x50x11\\\"\\n\\t\\t}\\n\\t},\\n\\t\\\"mesType\\\": \\\"RegGiacenze\\\"\\n\\t}\\n]\"},\"parameters\":[],\"headers\":[{\"id\":\"pair_d9894ec846994bcda341092cd0263f08\",\"name\":\"Content-Type\",\"value\":\"application/json\"}],\"authentication\":{},\"metaSortKey\":-1569141820825.375,\"isPrivate\":false,\"settingStoreCookies\":true,\"settingSendCookies\":true,\"settingDisableRenderRequestBody\":false,\"settingEncodeUrl\":true,\"settingRebuildPath\":true,\"settingFollowRedirects\":\"global\",\"_type\":\"request\"},{\"_id\":\"env_8740e20e8e8bb2003e5230773ef23271182ab751\",\"parentId\":\"wrk_6eaf0a20123c480295db476860d8f716\",\"modified\":1572703437306,\"created\":1572685869222,\"name\":\"Base Environment\",\"data\":{},\"dataPropertyOrder\":{},\"color\":null,\"isPrivate\":false,\"metaSortKey\":1572685869222,\"_type\":\"environment\"},{\"_id\":\"jar_8740e20e8e8bb2003e5230773ef23271182ab751\",\"parentId\":\"wrk_6eaf0a20123c480295db476860d8f716\",\"modified\":1572685869231,\"created\":1572685869231,\"name\":\"Default Jar\",\"cookies\":[],\"_type\":\"cookie_jar\"},{\"_id\":\"spc_e6fdb813e3494001a0a09f18637637be\",\"parentId\":\"wrk_6eaf0a20123c480295db476860d8f716\",\"modified\":1627050532237,\"created\":1627050532237,\"fileName\":\"MP-IO\",\"contents\":\"\",\"contentType\":\"yaml\",\"_type\":\"api_spec\"},{\"_id\":\"env_c05a8868c4934cdfa10f3a5cb0ebcb5d\",\"parentId\":\"env_8740e20e8e8bb2003e5230773ef23271182ab751\",\"modified\":1657195721258,\"created\":1572703420555,\"name\":\"DEV\",\"data\":{\"BASE_URL\":\"http://localhost:20967/\"},\"dataPropertyOrder\":{\"&\":[\"BASE_URL\"]},\"color\":null,\"isPrivate\":false,\"metaSortKey\":1572703420555,\"_type\":\"environment\"},{\"_id\":\"env_e66bedb2f2ce4168aa67be58ee2e3c04\",\"parentId\":\"env_8740e20e8e8bb2003e5230773ef23271182ab751\",\"modified\":1657195718320,\"created\":1573471806261,\"name\":\"IIS01\",\"data\":{\"BASE_URL\":\"http://iis01.egalware.com/MP/IO/\"},\"dataPropertyOrder\":{\"&\":[\"BASE_URL\"]},\"color\":null,\"isPrivate\":false,\"metaSortKey\":1573471806261,\"_type\":\"environment\"},{\"_id\":\"env_1c2b1769eca04bb5800dd430d9548b42\",\"parentId\":\"env_8740e20e8e8bb2003e5230773ef23271182ab751\",\"modified\":1657195719443,\"created\":1573471844550,\"name\":\"IIS03\",\"data\":{\"BASE_URL\":\"http://IIS03.egalware.com/MP/IO/\"},\"dataPropertyOrder\":{\"&\":[\"BASE_URL\"]},\"color\":null,\"isPrivate\":false,\"metaSortKey\":1573471844550,\"_type\":\"environment\"},{\"_id\":\"env_24a7d5ab5ede49b3ba6ca2fae1964cee\",\"parentId\":\"env_8740e20e8e8bb2003e5230773ef23271182ab751\",\"modified\":1657195720083,\"created\":1657195687758,\"name\":\"IIS03\",\"data\":{\"BASE_URL\":\"http://iis03.egalware.com/MP/IO/\"},\"dataPropertyOrder\":{\"&\":[\"BASE_URL\"]},\"color\":null,\"isPrivate\":false,\"metaSortKey\":1595884971128.5,\"_type\":\"environment\"}]}","contentType":"yaml","_type":"api_spec"},{"_id":"env_c05a8868c4934cdfa10f3a5cb0ebcb5d","parentId":"env_8740e20e8e8bb2003e5230773ef23271182ab751","modified":1680616740546,"created":1572703420555,"name":"DEV","data":{"BASE_URL":"http://localhost:20967/"},"dataPropertyOrder":{"&":["BASE_URL"]},"color":null,"isPrivate":false,"metaSortKey":1572703420555,"_type":"environment"},{"_id":"env_e66bedb2f2ce4168aa67be58ee2e3c04","parentId":"env_8740e20e8e8bb2003e5230773ef23271182ab751","modified":1657195718320,"created":1573471806261,"name":"IIS01","data":{"BASE_URL":"http://iis01.egalware.com/MP/IO/"},"dataPropertyOrder":{"&":["BASE_URL"]},"color":null,"isPrivate":false,"metaSortKey":1573471806261,"_type":"environment"},{"_id":"env_1c2b1769eca04bb5800dd430d9548b42","parentId":"env_8740e20e8e8bb2003e5230773ef23271182ab751","modified":1657195719443,"created":1573471844550,"name":"IIS03","data":{"BASE_URL":"http://IIS03.egalware.com/MP/IO/"},"dataPropertyOrder":{"&":["BASE_URL"]},"color":null,"isPrivate":false,"metaSortKey":1573471844550,"_type":"environment"},{"_id":"env_24a7d5ab5ede49b3ba6ca2fae1964cee","parentId":"env_8740e20e8e8bb2003e5230773ef23271182ab751","modified":1657195720083,"created":1657195687758,"name":"IIS03","data":{"BASE_URL":"http://iis03.egalware.com/MP/IO/"},"dataPropertyOrder":{"&":["BASE_URL"]},"color":null,"isPrivate":false,"metaSortKey":1595884971128.5,"_type":"environment"}]}
\ No newline at end of file