Skip to content

Commit

Permalink
Static page update
Browse files Browse the repository at this point in the history
  • Loading branch information
Grey-J committed May 20, 2019
1 parent 15b49c5 commit 59d5843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
id: Utilities
title: S3DK Utilities
---
**The S3DK utilities VI are the basic components of the S3DK and are used in higher order VIs for data processing. In the integrated examples multiple S3DK are combined to process PMU data and output it to the user. The utilities can be used to do more than just deal with PMU data but have many applications with handling data such as cleaning and separating data in arrays. These VIs when used in PMU configuration are able to handle and control data inputted from a PMU and configure that data in a form that can be interrupted. Some VI that have function outside of PMU such as use PTR STR Convert SGL Array to String and PRL TS Get Real Timestamp can be used in other applications due to the simplicity of their functions. Most PRL queue functions need to connect with a PMU in order to be used properly.**
The S3DK utilities VI are the basic components of the S3DK and are used in higher order VIs for data processing. In the integrated examples multiple S3DK are combined to process PMU data and output it to the user. The utilities can be used to do more than just deal with PMU data but have many applications with handling data such as cleaning and separating data in arrays. These VIs when used in PMU configuration are able to handle and control data inputted from a PMU and configure that data in a form that can be interrupted. Some VI that have function outside of PMU such as use PTR STR Convert SGL Array to String and PRL TS Get Real Timestamp can be used in other applications due to the simplicity of their functions. Most PRL queue functions need to connect with a PMU in order to be used properly.**
2 changes: 1 addition & 1 deletion Documentation/Website/website/website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const siteConfig = {

// For no header links in the top nav bar -> headerLinks: [],
headerLinks: [
{ doc: 'S3DK_Utilities_VI_Overview', label: 'Documentation' },
{ doc: 'Setting_MemoryS3DK_Utilities_VI_Overview', label: 'Documentation' },
//{ search: true }, /*Search can be enabled by request with DocSearch*/
/*{doc: 'Recompiling Stronggreid DLL', label: 'Please'},*/
{ doc: 'PDC_Reader', label: 'Integrated Examples' },
Expand Down

0 comments on commit 59d5843

Please sign in to comment.