diff --git a/Documentation/Website/website/docs/S3DK_Utilities_VI_Overview.md b/Documentation/Website/website/docs/S3DK_Utilities_VI_Overview.md index e81bdbe8..38e7e2e9 100644 --- a/Documentation/Website/website/docs/S3DK_Utilities_VI_Overview.md +++ b/Documentation/Website/website/docs/S3DK_Utilities_VI_Overview.md @@ -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.** diff --git a/Documentation/Website/website/website/siteConfig.js b/Documentation/Website/website/website/siteConfig.js index 0030549e..5fb9e4be 100644 --- a/Documentation/Website/website/website/siteConfig.js +++ b/Documentation/Website/website/website/siteConfig.js @@ -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' },