aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-05-16 14:35:04 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-05-16 14:35:04 +0300
commit78395f3cc37b263640ad4d0228b9172ebe0ac0e3 (patch)
treecf7fc569308b1df2236560ef99ac6e3c808bbd1f /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml
parent5dba4e859e2806ce74d806fbd5dda37b7fa628d5 (diff)
downloadTango-78395f3cc37b263640ad4d0228b9172ebe0ac0e3.tar.gz
Tango-78395f3cc37b263640ad4d0228b9172ebe0ac0e3.zip
Implemented new Hardware Speed Sensor !
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml
index db97b9de2..72d8da7ce 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Technician/Views/MachineTechView.xaml
@@ -377,7 +377,10 @@
<DataTemplate DataType="{x:Type sys:Nullable}">
</DataTemplate>
- <DataTemplate DataType="{x:Type items:DancerItem}">
+ <DataTemplate DataType="{x:Type items:SpeedSensorItem}">
+ <templates:SpeedSensorTemplate/>
+ </DataTemplate>
+ <DataTemplate DataType="{x:Type items:DancerItem}">
<templates:DancerTemplate/>
</DataTemplate>
<DataTemplate DataType="{x:Type items:WinderItem}">