Aggiunta gestione conf parametri write + gestione set pz req commessa (da testare)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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": {
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user