nope/modules/wamo/defaults/stations.ts

97 lines
2.2 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",
feedingModul: "",
leftNeighbor: "",
mqttUri: "PLC-0005",
processModul: "",
amsNetIdTarget: "1.1.1.1.1.5",
amsNetIdSource: "172.18.65.177.1.1",
host: "PLC-0005",
twinCatVersion: 3,
type: "base"
};
export const STATION_06: IWaMOBaseModuleDescription = {
id: "STATION_06",
feedingModul: "",
leftNeighbor: "",
mqttUri: "PLC-0006",
name: "Station06",
processModul: "",
amsNetIdTarget: "1.1.1.1.1.6",
amsNetIdSource: "172.18.65.177.1.1",
host: "PLC-0006",
twinCatVersion: 3,
type: "base"
};
export const STATION_07: IWaMOBaseModuleDescription = {
id: "E0040150CA76C6CF",
name: "Station07",
feedingModul: "",
leftNeighbor: "",
mqttUri: "PLC-0007",
processModul: "",
amsNetIdTarget: "1.1.1.1.1.7",
amsNetIdSource: "172.18.65.177.1.1",
host: "PLC-0007",
twinCatVersion: 3,
type: "base"
};
export const STATION_08: IWaMOBaseModuleDescription = {
id: "E0040150DC514826",
name: "Station08",
feedingModul: "",
leftNeighbor: "",
mqttUri: "PLC-0008",
processModul: "",
amsNetIdTarget: "1.1.1.1.1.8",
amsNetIdSource: "172.18.65.177.1.1",
host: "PLC-0008",
twinCatVersion: 3,
type: "base"
};
export const UMSETZER_09: IWaMOConverterModuleDescription = {
id: "E0040150DC514D6E",
name: "Umsetzer09",
mqttUri: "10.1.3.50",
amsNetIdTarget: "1.1.1.1.1.11",
amsNetIdSource: "172.18.65.177.1.1",
host: "10.1.3.109",
twinCatVersion: 3,
type: "converter",
leftNeighbor: ""
};
export const UMSETZER_10: IWaMOConverterModuleDescription = {
id: "E0040150DC513DD2",
name: "Umsetzer10",
mqttUri: "10.1.3.50",
amsNetIdTarget: "1.1.1.1.1.10",
amsNetIdSource: "172.18.65.177.1.1",
host: "10.1.3.110",
twinCatVersion: 3,
type: "converter",
leftNeighbor: ""
};
export const UMSETZER_11: IWaMOConverterModuleDescription = {
id: "E0040150CA76C927",
name: "Umsetzer11",
mqttUri: "10.1.3.50",
amsNetIdTarget: "1.1.1.1.1.11",
amsNetIdSource: "172.18.65.177.1.1",
host: "10.1.3.111",
twinCatVersion: 3,
type: "converter",
leftNeighbor: ""
};