Example: 1:1 Exchange for machines with 1 loading point
{
"__type": "SinInt.MMR.LocalConfiguration",
"oneToOneExchange": {
"mode": "Quick",
"directConfiguration": {
"startSignal": {
"address": "/plc/datablock/byte[c3502,100]",
"value": "5"
},
"stopSignal": {
"address": "/plc/datablock/byte[c3502,100]",
"value": "0"
}
}
}
}
Example: 1:1 Exchange for machines with 2 loading points
{
"__type": "SinInt.MMR.LocalConfiguration",
"oneToOneExchange": {
"mode": "Quick",
"directConfigurationList": [{
toa: 1,
loadingPoint: 3,
"startSignal": {
"address": "/plc/datablock/byte[c3503,100]",
"value": "5"
},
"stopSignal": {
"address": "/plc/datablock/byte[c3503,100]",
"value": "1"
}
}, {
toa: 2,
loadingPoint: 5,
"startSignal": {
"address": "/plc/datablock/byte[c3502,100]",
"value": "5"
},
"stopSignal": {
"address": "/plc/datablock/byte[c3502,100]",
"value": "0"
}
}]
}
}
Configuring applications
10.1 Manage MyResources /Tools
Manage MyResources, Optimize MyProgramming /NX-Cam Editor
184
Installation Manual, 12/2019, A5E44672080B AE