nope/modules/wamo/defaults/stations.ts
2021-01-07 12:20:24 +01:00

104 lines
2.4 KiB
TypeScript

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