forked from factory-x/fx-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.json
32 lines (32 loc) · 939 Bytes
/
project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"model": {
"source": "./model/Model.json",
"model_A": "./output/model/debug_model_A.json",
"model_T": "./output/model/debug_model_T.json",
"model_F": "./output/model/debug_model_F.json"
},
"templates": {
"plc": {
"source": "./../fx-example/templates/plc/main.awl",
"output": "./output/plc/PLC.awl",
"create_tags": "S7_AWL",
"output_tags": "./output/hmi/tags.json"
},
"plc_symbols": {
"source": "./../fx-example/templates/plc/symbols.sdf",
"output": "./output/plc/symbols.sdf",
"symbols": true
},
"plc_bedrock": {
"source": "./../fx-example/templates/plc_bedrock/main.xml",
"output": "./output/plc_bedrock/PLC.xml",
"definitions":{
"%%prefix_EM_instances%%": "cstate.Equipment_Modules.",
"%%prefix_CM_instances%%": "cstate.Control_Modules.",
"%%prefix_Phase_instances%%": "cstate.Phases.",
"%%prefix_Unit_instances%%": "cstate.Units."
}
}
},
"version": "0.24.0"
}