Aggiunta gestione conf parametri write + gestione set pz req commessa (da testare)

This commit is contained in:
Samuele Locatelli
2024-05-16 10:56:49 +02:00
parent 552c43158d
commit 26e9567673
3 changed files with 32 additions and 0 deletions
+1
View File
@@ -84,6 +84,7 @@ MAX_SEND_PZC_BLOCK=100
DISABLE_SEND_WDST=TRUE
; bit da scrivere come trace ad ogni check
MEM_2_TRACE=|BIT3|BIT4|BIT5|
PARAM_CONF=3028.json
[BRANCH]
NAME=master
+30
View File
@@ -0,0 +1,30 @@
{
"mMapWrite": {
//"setComm": {
// "name": "setComm",
// "description": "Commessa",
// "tipoMem": "String",
// "memAddr": "VarADS.NomeLancioRichiesto",
// "index": 0,
// "size": 0
//},
//"setArt": {
// "name": "setArt",
// "description": "Articolo",
// "tipoMem": "String",
// "memAddr": "VarADS.NomeDisegnoRichiesto",
// "index": 0,
// "size": 0
//},
"setPzComm": {
"name": "setPzComm",
"description": "Qty",
"memAddr": "STD.D.136.DW",
"tipoMem": "DInt",
"index": 0,
"size": 0
}
},
"mMapRead": {
}
}
+1
View File
@@ -492,6 +492,7 @@
</Compile>
<Compile Include="UAClient.cs" />
<Compile Include="utils.cs" />
<None Include="DATA\CONF\3028.json" />
<None Include="DATA\CONF\3028.ini">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>