Moin Reinder,
if I have a node with a very large number of events. I configured it using MMC, and now I would like an overview of all those events for the configuration in Traintastic.
I could certainly do this using a spreadsheet or MMC; the question simply boils down to: which is the better solution? A single click in Traintastic or call a other tool? I tried to attach the .ods export from MMC, but discourse says no.
But there are two .json files:
layoutData.json
"256": {
"CANID": 2,
"nodeNumber": "256",
"manufacturerId": 165,
"moduleId": 32,
"moduleIdentifier": "A520",
"moduleVersion": "4d",
"parameters": {
"1": 165,
"2": 100,
"3": 32,
"7": 4,
"8": 95,
"9": 23,
"20": 7
},
"nodeVariables": {},
"storedEventsNI": {
"01022711": {
"eventIdentifier": "01022711",
"variables": {},
"eventIndex": 1
},
"01022712": {
"eventIdentifier": "01022712",
"variables": {},
"eventIndex": 2
},
nodeConfig.json
"256": {
"CANID": 2,
"nodeNumber": "256",
"manufacturerId": 165,
"moduleId": 32,
"moduleIdentifier": "A520",
"moduleVersion": "4d",
"parameters": {
"1": 165,
"2": 100,
"3": 32,
"7": 4,
"8": 95,
"9": 23,
"20": 7
},
"nodeVariables": {},
"storedEventsNI": {
"01022711": {
"eventIdentifier": "01022711",
"variables": {},
"eventIndex": 1
},
"01022712": {
"eventIdentifier": "01022712",
"variables": {},
"eventIndex": 2
},
That’s also a possibilty, to read these files from MMC to get the name (and other information about the node) and show the info in a read only table (i.e. with a “Information” button). You had asked about an export, but using the .json files directly would be better, as they are more up-to-date and no extra export clicks are required.
But the user must configure the right filepath.
Greetings, Tom