Skip to content

Commit

Permalink
Fix PXI Chassis Clock time reference (#32)
Browse files Browse the repository at this point in the history
* Fix PXI chassis clock always getting converted to Free Running

* Update tests to refer to PXI chassis clock correctly

These had been configured using the buggy UI, and as a result had selected Free Running instead.

* Use 'BoardClk' instead of 'PXI_Clk10_In'
  • Loading branch information
rtzoeller authored Jun 13, 2019
1 parent dbe5e82 commit d24a81e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file modified Source/Engine/Set Timekeeper CLK10 Input.vi
Binary file not shown.
Binary file modified Source/System Explorer/Main Page.vi
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="System definition.xsd">
<MD5Checksum />
<Version Major="2017" Minor="0" Fix="1" Build="0" />
Expand All @@ -10,7 +10,7 @@
<String>PXI Chassis Clock</String>
</Property>
<Property Name="Version">
<String>1.0.0.5</String>
<String>1.0.0.6</String>
</Property>
<Property Name="Creator">
<String />
Expand Down Expand Up @@ -157,7 +157,7 @@
<String>6683H</String>
</Property>
<Property Name="user.CD.TimeRef">
<U16>6</U16>
<U16>5</U16>
</Property>
</Properties>
<Errors />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<String>PXI Chassis Clock</String>
</Property>
<Property Name="Version">
<String>1.0.0.9</String>
<String>1.0.0.10</String>
</Property>
<Property Name="Creator">
<String />
Expand Down Expand Up @@ -157,7 +157,7 @@
<String>6683H</String>
</Property>
<Property Name="user.CD.TimeRef">
<U16>6</U16>
<U16>5</U16>
</Property>
</Properties>
<Errors />
Expand Down

0 comments on commit d24a81e

Please sign in to comment.