Skip to content

Commit

Permalink
1. Timestamp Support - it accepts the timestamp and has a glyph, howe…
Browse files Browse the repository at this point in the history
…ver the data shown is no representative of the timestamp, perhaps formatting the string to %H:%M:%S%.3u %d/%m/%Y

2. Timestamp Format Configuration - as part of the input configuration provide a string that includes a timestamp formatting (see above) so the developer can select how to show timestamps
3. Optional Structure Value Configuration - provide the option to include or remove the value for clusters/arrays, it would be nice to not see the text "Elements = N"
  • Loading branch information
bjustice committed Apr 20, 2022
1 parent 86749b3 commit f9e6343
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 7 deletions.
Binary file modified Source/API/Typedefs/Options.ctl
Binary file not shown.
Binary file added Source/API/Typedefs/ValueOptions.ctl
Binary file not shown.
Binary file modified Source/API/Write.vi
Binary file not shown.
2 changes: 2 additions & 0 deletions Source/BlueVariantView.lvlib
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<Item Name="Typedefs" Type="Folder">
<Item Name="Options.ctl" Type="VI" URL="../API/Typedefs/Options.ctl"/>
<Item Name="TreeData.ctl" Type="VI" URL="../API/Typedefs/TreeData.ctl"/>
<Item Name="ValueOptions.ctl" Type="VI" URL="../API/Typedefs/ValueOptions.ctl"/>
</Item>
<Item Name="Init.vi" Type="VI" URL="../API/Init.vi"/>
<Item Name="Write.vi" Type="VI" URL="../API/Write.vi"/>
Expand Down Expand Up @@ -72,6 +73,7 @@
<Item Name="SelectChildTag.vi" Type="VI" URL="../Support/SelectChildTag.vi"/>
<Item Name="StringArrayToScalar.vi" Type="VI" URL="../Support/StringArrayToScalar.vi"/>
<Item Name="Build Item Array Calc Child.vi" Type="VI" URL="../Support/Build Item Array Calc Child.vi"/>
<Item Name="Value Options Calc.vi" Type="VI" URL="../Support/Value Options Calc.vi"/>
</Item>
</Item>
</Library>
9 changes: 2 additions & 7 deletions Source/BlueVariantView.lvproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
</Item>
<Item Name="vi.lib" Type="Folder">
<Item Name="Composition.lvlib" Type="Library" URL="/&lt;vilib&gt;/PNR/LabVIEW Composition/Composition/Composition.lvlib"/>
<Item Name="Edit LVLibs.lvlib" Type="Library" URL="/&lt;vilib&gt;/Utility/EditLVLibs/Edit LVLibs.lvlib"/>
<Item Name="Error Cluster From Error Code.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Error Cluster From Error Code.vi">
<Property Name="marked" Type="Int">0</Property>
</Item>
Expand All @@ -70,23 +71,17 @@
<Item Name="Get LV Class Name.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/LVClass/Get LV Class Name.vi">
<Property Name="marked" Type="Int">0</Property>
</Item>
<Item Name="Get LV Class Path.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/LVClass/Get LV Class Path.vi">
<Property Name="marked" Type="Int">0</Property>
</Item>
<Item Name="Is Path and Not Empty.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/file.llb/Is Path and Not Empty.vi">
<Property Name="marked" Type="Int">0</Property>
</Item>
<Item Name="LVNumericRepresentation.ctl" Type="VI" URL="/&lt;vilib&gt;/numeric/LVNumericRepresentation.ctl">
<Property Name="marked" Type="Int">0</Property>
</Item>
<Item Name="NI_Data Type.lvlib" Type="Library" URL="/&lt;vilib&gt;/Utility/Data Type/NI_Data Type.lvlib"/>
<Item Name="NI_FileType.lvlib" Type="Library" URL="/&lt;vilib&gt;/Utility/lvfile.llb/NI_FileType.lvlib"/>
<Item Name="Number To Enum.vim" Type="VI" URL="/&lt;vilib&gt;/Utility/Number To Enum.vim">
<Property Name="marked" Type="Int">0</Property>
</Item>
<Item Name="Qualified Name Array To Single String.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/LVClass/Qualified Name Array To Single String.vi">
<Property Name="marked" Type="Int">0</Property>
</Item>
<Item Name="Single String To Qualified Name Array.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/LVClass/Single String To Qualified Name Array.vi"/>
<Item Name="Trim Whitespace.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Trim Whitespace.vi">
<Property Name="marked" Type="Int">0</Property>
</Item>
Expand Down
Binary file modified Source/Demo/Demo.vi
Binary file not shown.
Binary file added Source/Support/Value Options Calc.vi
Binary file not shown.
Binary file modified Source/Support/Write (recursive).vi
Binary file not shown.

0 comments on commit f9e6343

Please sign in to comment.