PMM UDT AND AOI
This commit is contained in:
parent
267213687a
commit
17e2cd030b
41
PLC/Simulations/PMM/OIP/PMM.tscn
Normal file
41
PLC/Simulations/PMM/OIP/PMM.tscn
Normal file
@ -0,0 +1,41 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://bhnwyarxir4o0"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dyhvoundu2kqc" path="res://parts/Building.tscn" id="1_tqyai"]
|
||||
[ext_resource type="Script" uid="uid://b0216dkga4vul" path="res://parts/building.gd" id="2_8wa8j"]
|
||||
[ext_resource type="PackedScene" uid="uid://dm55h6ap605bw" path="res://parts/BeltConveyor.tscn" id="3_48vkq"]
|
||||
[ext_resource type="PackedScene" uid="uid://gddgyvex6gdj" path="res://parts/PushButton.tscn" id="4_12w4o"]
|
||||
|
||||
[node name="Simulation" type="Node3D"]
|
||||
|
||||
[node name="Building" type="Node3D" parent="." instance=ExtResource("1_tqyai")]
|
||||
script = ExtResource("2_8wa8j")
|
||||
metadata/_edit_lock_ = true
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="Conveyor" parent="." instance=ExtResource("3_48vkq")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -9.16007, -1.4999893, -0.7803073)
|
||||
speed = 3.0
|
||||
enable_comms = true
|
||||
speed_tag_name = "Total_Power_OIP"
|
||||
|
||||
[node name="Conveyor2" parent="." instance=ExtResource("3_48vkq")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -4.131729, -1.4999893, -0.4024701)
|
||||
speed = 5.0
|
||||
enable_comms = true
|
||||
speed_tag_name = "kWh_Consumed_OIP"
|
||||
|
||||
[node name="Conveyor3" parent="." instance=ExtResource("3_48vkq")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.95107317, -1.4999893, -0.79108953)
|
||||
speed = 10.0
|
||||
enable_comms = true
|
||||
speed_tag_name = "Max_Total_Power_OIP"
|
||||
|
||||
[node name="PushButton" parent="." instance=ExtResource("4_12w4o")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -5.560737, -1.7876109, 1.959259)
|
||||
text = "Communication_Fault"
|
||||
toggle = true
|
||||
pressed = true
|
||||
enable_comms = true
|
||||
pushbutton_tag_group_name = "TagGroup0"
|
||||
pushbutton_tag_name = "Communication_Faulted_OIP"
|
||||
lamp_tag_group_name = "TagGroup0"
|
||||
1259
PLC/Simulations/PMM/PLC/AOI/AOI_PMM.L5X
Normal file
1259
PLC/Simulations/PMM/PLC/AOI/AOI_PMM.L5X
Normal file
File diff suppressed because it is too large
Load Diff
1885
PLC/Simulations/PMM/PLC/PMM.L5X
Normal file
1885
PLC/Simulations/PMM/PLC/PMM.L5X
Normal file
File diff suppressed because it is too large
Load Diff
1265
PLC/Simulations/PMM/PLC/UDT/UDT_AOI_PMM.L5X
Normal file
1265
PLC/Simulations/PMM/PLC/UDT/UDT_AOI_PMM.L5X
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user