nope/modules/wamo/defaults/stations.ts

104 lines
2.4 KiB
TypeScript
Raw Normal View History

2020-12-30 18:58:23 +00:00
import {
IWaMOBaseModuleDescription,
IWaMOConverterModuleDescription
} from "../types/interfaces";
export const STATION_05: IWaMOBaseModuleDescription = {
id: "E0040150DC514FA3",
name: "Station05",
2021-01-07 11:20:24 +00:00
plcName: "PLC-0005",
2020-12-30 18:58:23 +00:00
feedingModul: "",
leftNeighbor: "",
mqttUri: "PLC-0005",
processModul: "",
amsNetIdTarget: "1.1.1.1.1.5",
amsNetIdSource: "172.18.65.177.1.1",
2021-01-07 11:20:24 +00:00
hostUri: "PLC-0005",
2020-12-30 18:58:23 +00:00
twinCatVersion: 3,
type: "base"
};
export const STATION_06: IWaMOBaseModuleDescription = {
id: "STATION_06",
feedingModul: "",
leftNeighbor: "",
mqttUri: "PLC-0006",
name: "Station06",
2021-01-07 11:20:24 +00:00
plcName: "PLC-0006",
2020-12-30 18:58:23 +00:00
processModul: "",
amsNetIdTarget: "1.1.1.1.1.6",
amsNetIdSource: "172.18.65.177.1.1",
2021-01-07 11:20:24 +00:00
hostUri: "PLC-0006",
2020-12-30 18:58:23 +00:00
twinCatVersion: 3,
type: "base"
};
export const STATION_07: IWaMOBaseModuleDescription = {
id: "E0040150CA76C6CF",
name: "Station07",
2021-01-07 11:20:24 +00:00
plcName: "PLC-0007",
2020-12-30 18:58:23 +00:00
feedingModul: "",
leftNeighbor: "",
mqttUri: "PLC-0007",
processModul: "",
amsNetIdTarget: "1.1.1.1.1.7",
amsNetIdSource: "172.18.65.177.1.1",
2021-01-07 11:20:24 +00:00
hostUri: "PLC-0007",
2020-12-30 18:58:23 +00:00
twinCatVersion: 3,
type: "base"
};
export const STATION_08: IWaMOBaseModuleDescription = {
id: "E0040150DC514826",
name: "Station08",
2021-01-07 11:20:24 +00:00
plcName: "PLC-0008",
2020-12-30 18:58:23 +00:00
feedingModul: "",
leftNeighbor: "",
mqttUri: "PLC-0008",
processModul: "",
amsNetIdTarget: "1.1.1.1.1.8",
amsNetIdSource: "172.18.65.177.1.1",
2021-01-07 11:20:24 +00:00
hostUri: "PLC-0008",
2020-12-30 18:58:23 +00:00
twinCatVersion: 3,
type: "base"
};
export const UMSETZER_09: IWaMOConverterModuleDescription = {
id: "E0040150DC514D6E",
name: "Umsetzer09",
2021-01-07 11:20:24 +00:00
plcName: "PLC-0009",
2020-12-30 18:58:23 +00:00
mqttUri: "10.1.3.50",
2021-01-07 11:20:24 +00:00
amsNetIdTarget: "1.1.1.1.1.9",
2020-12-30 18:58:23 +00:00
amsNetIdSource: "172.18.65.177.1.1",
2021-01-07 11:20:24 +00:00
hostUri: "10.1.3.109",
2020-12-30 18:58:23 +00:00
twinCatVersion: 3,
type: "converter",
leftNeighbor: ""
};
export const UMSETZER_10: IWaMOConverterModuleDescription = {
id: "E0040150DC513DD2",
name: "Umsetzer10",
2021-01-07 11:20:24 +00:00
plcName: "PLC-0010",
2020-12-30 18:58:23 +00:00
mqttUri: "10.1.3.50",
amsNetIdTarget: "1.1.1.1.1.10",
amsNetIdSource: "172.18.65.177.1.1",
2021-01-07 11:20:24 +00:00
hostUri: "10.1.3.110",
2020-12-30 18:58:23 +00:00
twinCatVersion: 3,
type: "converter",
leftNeighbor: ""
};
export const UMSETZER_11: IWaMOConverterModuleDescription = {
id: "E0040150CA76C927",
name: "Umsetzer11",
2021-01-07 11:20:24 +00:00
plcName: "PLC-0011",
2020-12-30 18:58:23 +00:00
mqttUri: "10.1.3.50",
amsNetIdTarget: "1.1.1.1.1.11",
amsNetIdSource: "172.18.65.177.1.1",
2021-01-07 11:20:24 +00:00
hostUri: "10.1.3.111",
2020-12-30 18:58:23 +00:00
twinCatVersion: 3,
type: "converter",
leftNeighbor: ""
};