/
How to Convert to and from Dynamic Data Types Tutorial How to Convert to and from Dynamic Data Types Tutorial

How to Convert to and from Dynamic Data Types Tutorial - PDF document

alexa-scheidler
alexa-scheidler . @alexa-scheidler
Follow
409 views
Uploaded On 2016-11-06

How to Convert to and from Dynamic Data Types Tutorial - PPT Presentation

Functions Express Signal Manipulation Convert from Dynamic Data Convert to Dynamic Data Start by opening the Functions palette and opening the Express sub palette From here open the ID: 485584

Functions - Express Signal Manipulation -

Share:

Link:

Embed:

Download Presentation from below link

Download Pdf The PPT/PDF document "How to Convert to and from Dynamic Data ..." is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

How to Convert to and from Dynamic Data Types Tutorial Functions - � Express - � Signal Manipulation - � Convert from Dynamic Data , Convert to Dynamic Data Start by opening the Functions palette and opening the Express sub - palette. From here open the Signal Manipulation sub - palette where you will find the Convert from Dynamic Data and Convert to Dynamic Data functions . A Dynamic Data type is a data type reserved mostly for Express functions but can be converted to a waveform, array, or numeric va lues. In order to use the data contained in the Dynamic Data types with other functions, we must convert them from Dynamic Data types with the Convert from Dynamic Data function. If we want to create a Dynamic Data type for use by an Express function, we w ould have to use the Convert to Dynamic Data function. Note that the LabView compiler will automatically place these converter functions when you wire Dynamic Data types to non - Express functions and when you wire non - Dynamic Data types to Express functions . For example, when we supply numeric double arrays to the Express XY Graph, a Convert to Dynamic Data function appears indicating that the numeric double array has been changed to a Dynamic Data type as shown in Figure 1. Figure 1 Similarly, if we too k a dynamic data type and need to f e ed it into a function that does not use a Dynamic Data type as its input, we would use a Convert from Dynamic Data type function between the dynamic data type wire to the next function’s input as shown by the Convert from D ynamic Data type block in Figure 1 where we simply reconvert the dynamic data type into a two dimensional array .