Skip to content
Snippets Groups Projects
Commit b720f06c authored by Post, Fabian's avatar Post, Fabian
Browse files

MAIN UI:

- fixed a bug in sequence that caused row index to increase by more than 1 per increment
- fixed vertical button not being properly disabled when in hor mode

Others:
- just commited every changed file
parent cf05d4bf
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
[ProjectWindow_Data]
ProjectExplorer.ClassicPosition[String] = "135,87,761,491"
ProjectExplorer.ClassicPosition[String] = "25,2,750,1278"
......@@ -352,7 +352,6 @@ DirectoryIndex index.htm
<Property Name="axis.ecatSlaveHandle:0" Type="Int">1</Property>
<Property Name="axis.mapping:0" Type="Str">EtherCAT Master\Device2 (Address 1, AKD)</Property>
<Property Name="axis.SMVersion" Type="Int">201310</Property>
<Property Name="axisSetup.deployDriveParameters:0" Type="Bool">true</Property>
<Property Name="controlLoop.positionLoop.limits.positionErrorLimit:0" Type="Dbl">100000000</Property>
<Property Name="controlLoop.velocityLoop.arFilter.denominatorFrequency:0" Type="Dbl">189,915</Property>
<Property Name="controlLoop.velocityLoop.arFilter.denominatorFrequency:2" Type="Dbl">1350,257</Property>
......@@ -370,13 +369,13 @@ DirectoryIndex index.htm
<Property Name="encoder.units:0" Type="Str">mm</Property>
<Property Name="homeSwitch.activeState:0" Type="Int">10551411</Property>
<Property Name="homeSwitch.enable:0" Type="Bool">true</Property>
<Property Name="interactivePanel.acceleration:0" Type="Dbl">12500</Property>
<Property Name="interactivePanel.accelerationJerk:0" Type="Dbl">100000</Property>
<Property Name="interactivePanel.deceleration:0" Type="Dbl">12500</Property>
<Property Name="interactivePanel.decelerationJerk:0" Type="Dbl">100000</Property>
<Property Name="interactivePanel.acceleration:0" Type="Dbl">15000</Property>
<Property Name="interactivePanel.accelerationJerk:0" Type="Dbl">1000000</Property>
<Property Name="interactivePanel.deceleration:0" Type="Dbl">15000</Property>
<Property Name="interactivePanel.decelerationJerk:0" Type="Dbl">1000000</Property>
<Property Name="interactivePanel.moveMode:0" Type="Int">15859714</Property>
<Property Name="interactivePanel.targetPosition:0" Type="Dbl">-100</Property>
<Property Name="interactivePanel.velocity:0" Type="Dbl">750</Property>
<Property Name="interactivePanel.targetPosition:0" Type="Dbl">180</Property>
<Property Name="interactivePanel.velocity:0" Type="Dbl">1000</Property>
<Property Name="limit.forward.activeState:0" Type="Int">10551411</Property>
<Property Name="limit.reverse.activeState:0" Type="Int">10551411</Property>
<Property Name="resource.type:0" Type="Int">10551297</Property>
......@@ -3139,7 +3138,6 @@ DirectoryIndex index.htm
<Item Name="FPGA_loadCell_Example_calibrated.lvbitx" Type="Document" URL="../FPGA Bitfiles/FPGA_loadCell_Example_calibrated.lvbitx"/>
<Item Name="padprintv31_FPGATarget_FPGAloadCellexam_StK4biHTQmA.lvbitx" Type="Document" URL="//130.83.101.248/post/LabVIEW_Pruefstand/pad_print_v3_2020/Version_Real_Working/pad_print_AJ_V0-7_change ip/FPGA Bitfiles/padprintv31_FPGATarget_FPGAloadCellexam_StK4biHTQmA.lvbitx"/>
<Item Name="SMCI_high_level_control_cluster.ctl" Type="VI" URL="../SMCI_high_level_control_cluster.ctl"/>
<Item Name="nimclv.dll" Type="Document" URL="/&lt;nishared&gt;/SoftMotion/20.0/nimclv.dll"/>
</Item>
<Item Name="Build Specifications" Type="Build"/>
</Item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment