How to display wav on a table or chart, if the user enters frequency, amplitude, shape, offset

Hello

I have a program (an example of program) where the user can enter the frequency, amplitude, shape as well as the compensation of a wave. How to take these properties and in the wiring diagram to display the waveform on the front panel (in a table or a graph)?

Frequency, amplitude and offset is a double. Waveform in the wave function of type.

code attached.

Please answer. Thank you.

To see the actual waveform, you obviously have another instrument connected to the output of the Agilent. If you want something simulated as closely as possible, you can wire the wave to a case statement function and set a function of generation of waveform appropriate inside each case.

Edit - you also posted to the wrong Board. In the future, don't forget to post on the instrument (approximately Agilent) control or Council of LabVIEW (regarding the functions of generation of waveform).

Tags: NI Hardware

Similar Questions

  • How to display on my screen 2 different applications at the same time?

    How to display on my screen 2 different applications at the same time?

    Hello

    The best place to ask would be the forums for answers corresponding to your version of Windows.

    Answers - Windows Forums
    http://answers.Microsoft.com/en-us/Windows

    =====================

    If you have Windows 7 with Aero - click with the right button on the taskbar at the bottom of the screen and click on 'show windows '.
    Side by Side.

    For all versions of Windows:

    You could also reduce less than full screen using the small box to the left of the red X at the top right
    and then resizing windows as you want.

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • How to display a hidden shortcut that is pinned to the Start Menu?

    HIDDEN PIN TO THE MENU SHORTCUT START

    How to display a hidden shortcut that is pinned to the Start Menu? This problem occurs very simply but does not quite simply. I've pinned a shortcut to the Start Menu before you uncheck the hidden attribute (knew I had) causing the shortcut to be recorded without being visible. When I tried to pin it again I was alerted to his presence by the fact that the second pinning made an extension of title (2). When I tried to change the title, I received the message that a link of this title was already present. I don't want to stay as a situation lasting this is why I need instructions on how to change it. I could just change the title of the second pinning something close but different but then I would have two shortcuts to the same program pinned on my Start Menu, without being able to be removed. I just * because if I can tell. I could uninstall the program and then run another program looking for broken shortcuts to 'fix' and then (I guess that means deletion when they can't be 'fixed') but I would like to avoid the extra steps for pedestrians to the advantage of learning a new technique of Windows if such jurisdiction exists. Could use this help as soon as POSSIBLE. Thank you.

    C:\Users\\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu

    Just tested myself and my shortcut is there.

  • How to fill a table every time that the user login?

    Hi people,
    Can u please suggest me what can I do if I want a sequence to be put into a table to SAMPLE whenever the user's login in the forms.pls help me to reach the requirement above. I use forms with oracle 9i.


    Concerning
    VIDS

    write your code on the trigger after LOGON
    or
    You can write simple insert on the CONNECT button on your application

    Bangoura
    [My Oracle Blog | http://baigsorcl.blogspot.com/]

  • How do I know if a call is disconnected by the user or by the appellant?

    When there is an incoming call, the phone user can log out by clicking on the red button, or it can be cut by the appellant. I must say that out of these two types.

    But no matter how the call is interrupted, the system continues to produce a callDisconnected event.

    Also, I tried to save an event key listener to monitor the events of the red button. But as the system have consumed the event, the system will not send this event of red button at my request.

    Do you have an idea how know if a call to imcomming is disconnected by the user or by the appellant?

    I tried, although the keydown event of the red button has been consumed by the system, but the keyup event is still distributed, so that the application can listen to the event keyup to know if the call is interrupted by the appellant or by user.

  • How to display text instead of a value empty in the SelectOneChoice list.

    Hello

    I have a requirement where I need to display a string of characters such as "Please select value" instead of the item in the select list of first choice. To remedy this on an empty value, this string if displayed in the list of choices, and if the user does not select any value it should be treated as an empty value normal and validation should be fired.

    May I know is there a property that we can set declaratively or any workaround for this?

    My version of JDev: 11.1.1.7.0

    Much thanks in advance.

    Kind regards

    Dietsch.

    Hello

    In the list of values of the VO, check "Include any item in the selection", select "label point first in the list ' from the drop down and give your custom label.

    Thank you

  • How can I select stuff of table has created in the PL/SQL script?

    When I execute a select statement, SQLplus complains of the table does not exist. But it has been created? Don't know what goes wrong... Thanks in advance...

    The code is as follows:




    DECLARE

    column_table varchar (50): = "column_table";
    r_count NUMBER (10): = 0;

    BEGIN
    column_table: = UPPER (column_table);

    -I created the table here and validation
    IMMEDIATELY RUN 'CREATE TABLE' | column_table | "(varchar2 (100) from table_name, column_name varchar2 (1000))';
    commit;

    IF someCondition THEN
    Bonneau
    -It's where SQLPLUS complains about the table or view does not exist
    Select count (1) in the column_table r_count where table_name = someValue;
    Bonneau
    END IF;


    END;
    /

    You will need to use dynamic sql to access objects created by using dynamic sql.
    >
    Select count (1) in the column_table r_count where table_name = someValue;
    >
    During this "compilation" the table declaration that it is trying to reference does not exist then you get an error.

    The table does exist when the code is executed.

  • Display multiple lines of data collection defined by the user in an e-mail message

    I created a collection defined by the user that displays several lines of data. I created a custom rule and have linked this collection set by the user to this rule and configure an e-mail action. Variable Seveity, I have defined it in the rule to contain the column values. But it will only contain the first line of data. How can I display multiple lines of data in the alarm itself as well as the e-mail? Any help is appreciated.

    The example query in the collection defined by the user is less;

    Select the type, status, queuename, count (*) from PSAPMSGPUBHDR

    Union

    Select the type, status, queuename, count (*) from PSAPMSGPUBCON

    Union

    Select the type, status, queuename, count (*) from PSAPMSGSUBCON

    Result:

    Number of status type Queuename

    -------                 ----------------------                        ----------                           -------------

    HDR profil_utilisateur error 1

    PUB                  PERSON_BASIC                    New                                 4

    PUB WORKFORCE_SYNC error 1

    -3 rows

    I have defined the variables of gravity and the alarm message is something like this; (It is fetching only the first row of data) how do I loop through to get all the rows of data and display it in the message of alarm/email (alert) action must be written of the groovy script code to achieve this goal? If Yes can you please provide me examples?

    Alarm message:

    "Request message queue is:

    Type: @UDC_type

    QueueName: @UDC_queuename

    Status: @UDC_status

    County: @UDC_count

    Thanks in advance

    JAI

    Hi Jay,.

    fine I could help you. Please mark the thread as "Answered" when the issue has been resolved and do not hesitate to open a new thread for questions.

    Concerning

    Jochen

  • validation of the values when the user entering advanced table

    Hi all

    I developed a page that has progressed to table and calculating the total of table in advance. I get the total value when I click on the Recalculate button.

    but I want to restrict the user to enter negative values in the row of this column how to make this senario

    Open AMImpl.java

    This finding validate method if it is not there double click on select java am file and method validate tick click ok it creates the validate method in AMImpl.java and write your validation

  • How to enable detailed interactive report view by default for the user public?

    Hi all

    I'm developing a page of search results.

    I'm doing a view instead of a default table view of interactive reports. So in this case I activated the details view so that I could make the fancy designs.

    everything worked well and looked clean but however when I pass the value of my search using IR_ROWFILTER page and clear the results page using page_noIRB, it brings me to the result page of interactive reports with the default table as point of view.

    I have to press the detailed view to get. I tried to save it as a default value, but it won't work. This question is for user public.

    If I do the page requires authentication, and record the detail by default view, I wouldn't have any problem. I could search and it will bring directly in to the detail view of the search page.

    of course, the other reason that I found is because im using the IR_ROWFILTER and by disabling the page using page_noIRB... without it, it works well, but I need it coz im making a a search result. I need to send the text to search for another page and put it in the filter to the search page. I would need to use the IRB to search again.

    is this a limitation to the user public? It happened for the authenticated user but...

    How can I make the default view for the user public?

    T101_cyberdyne wrote:

    How can I make the default view for the user public?

    Reverse the report for details on the loading of the page using a dynamic action of loading the Page with the following Execute the JavaScript Code real action:

    gReport.data.view('DETAIL');

    I'm doing a view instead of a default table view of interactive reports. So in this case I activated the details view so that I could make the fancy designs.

    Do you really need is an IR? Other that the layout of detail, do you need any of the interactive features? If not, try to use a standard report with a a report model custom.

  • List of tables of objects or the user-defined type columns

    Hello

    SQL > select * from v version $;

    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11 g Enterprise Edition Release 11.2.0.2.0 - 64 bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE Production 11.2.0.2.0
    AMT for Linux: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production

    I have n number of tables in my db, since I have several
    tables containing "user defined type columns.
    so, how can I get/list db objects that contains the user-defined type columns only.
    Please suggest me on this

    Kind regards
    Faiz

    Dear Sir

    I have n number of tables in my db,from that i have several
    tables which contains"user defined type columns"
    so how could i get/list the db objects which contains user defined type columns only.
    Kindly suggest me on this
    

    Use this

    select
          tab.table_name
        , tab.column_name
        , tab.data_type
    from
        user_tab_columns tab
      , user_types typ
    where
        tab.data_type = typ.type_name
    order by
        tab.table_name
        ;
    

    Best regards

    Mohamed Houri

  • User Message interface help - table to send to the user through ActiveX interface

    Hello

    I asked a similar question before, but now I'm having problems trying to get a table in the user interface via the mail user interface. I am my code TestStand, I have an expression to send a picture that is as a container of table of FileGlobal to the UI as such:

    RunState.Thread.PostUIMessageEx (UIMsg_UserMessageBase + 2, 0, "", FileGlobals.DataRead, False)

    and in the UImessage callback I what I thought, I have to do to send the data to an array of text on the user interface. It does not work.

    Can someone tell me what I am doing wrong?

    Is attached, the UIcallback, a picture of the table on my user interface and control


  • How to USE the information the user entered via BasicEditField or AutoTextEditField

    What BlackBerry watch document - step by step - how to extract the data that the user has typed on the screen using BasicEditField or AutoTextEditField. and use it in a Java program? If BB doesn't have a good document, here are all the samples you have found useful?

    I'm sorry, I didn't know that you had already gone through everything that is available.  And Yes, I was aware that the tutorials do not directly provide your requirement. I find that frequently samples and/or the provided code do not directly correspond to my needs and I therefore extend, it goes with the territory of being a programmer and is actually the part that I love - copy the code isn't fun and does not help his understanding.  Maybe you don't find so much fun.  Instead, please enjoy the following example.

    import net.rim.device.api.ui.UiApplication;
    import net.rim.device.api.ui.Field;
    import net.rim.device.api.ui.FieldChangeListener;
    import net.rim.device.api.ui.component.BasicEditField;
    import net.rim.device.api.ui.container.MainScreen;
    
    public final class AddDemo extends UiApplication {
    
        public static void main(String[] args) {
                AddDemo theApp = new AddDemo();
                theApp.enterEventDispatcher();
        }
    
        public AddDemo() {   
    
            MainScreen mainScreen = new AddScreen();
            pushScreen(mainScreen);
        }
    }
    
    class AddScreen extends MainScreen
                    implements FieldChangeListener {
    
        BasicEditField _firstField = new BasicEditField("First Operand: ", "0", 10, BasicEditField.FILTER_INTEGER);
        BasicEditField _secField = new BasicEditField("Second Operand: ", "0", 10, BasicEditField.FILTER_INTEGER);
        BasicEditField _resultField = new BasicEditField("Result: ", "0", 11, BasicEditField.NON_FOCUSABLE);
    
        public AddScreen() {
            super();
            this.add(_firstField);
            _firstField.setChangeListener(this);
            this.add(_secField);
            _secField.setChangeListener(this);
            this.add(_resultField);
        }
    
        public void fieldChanged(Field field, int context) {
            String firstFieldData = _firstField.getText();
            int firstValue = 0;
            if ( firstFieldData != null && firstFieldData.length() > 0 ) {
                firstValue = Integer.parseInt(firstFieldData);
            }
            String secFieldData = _secField.getText();
            int secondValue = 0;
            if ( secFieldData != null && secFieldData.length() > 0 ) {
                secondValue = Integer.parseInt(secFieldData);
            }
            _resultField.setText(Integer.toString(firstValue + secondValue));
        }
    
    }
    
  • How to share an internet connection Wi - Fi, which requires the user name and password on a laptop computer of Windows 8 on a PC with Windows XP?

    I have Windows 8 on my laptop... and this laptop is connected to the internet via an USB-powered Wifi device, it takes an user name and password to connect to the internet otherwise it says limited connectivity and will not connect to internet... now, I have an old PC with Windows XP on it... the PC and laptop have built in LAN cards... I also have a cable that fits in the LAN cards... when I connect the two computers, LAN cards and Windows flashlights, they also show that they are connected to a local network... However, I can't use this Wifi connection on my laptop to share an internet connection with PC WIndows XP... I tried to fill, manually configure IP addresses, sharing connections, all with no luck... of many websites is a lot of confusion...: /... Please someone guide me step by step how can I make my XP PC to connect to the internet using the connection of the laptop...

    Hello Ashan,

    Thanks for the reply.

    You can try to follow the following suggestions to solve the problem.

    First, try to reset Internet Explorer and see if that helps.

    Reset Internet Explorer

    http://support.Microsoft.com/kb/923737

    Note: The Reset Internet Explorer Settings feature might reset security settings or privacy settings that you have added to the list of Trusted Sites. Reset the Internet Explorer settings can also reset parental control settings. We recommend that you note these sites before you use the reset Internet Explorer settings. Reset Internet Explorer is not reversible, and all the previous settings are lost after reset.

    Additional information:

    We can also refer to the computer or the device manufacturer's Web site and try to update the latest version of the network adapter drivers.

    (Also works for Windows 8)

    Updated a hardware driver that is not working properly

    To connect to the Internet

    http://Windows.Microsoft.com/en-us/Windows/Connect-Internet#1TC=Windows-8

    I hope this helps. Otherwise, feel free to write us again and we will be happy to help you.

    Thank you

  • How to make a web page which changes each time the user refreshes? Is it possible to Muse?

    Hi, I would like to make a simple site where the main text in the center of the page changes whenever the user refreshes the page in their browser. I guess I'll have to do a master and several pages that are all the same except for changes in the text, but I don't know how to make sure each update goes to another page and not just the home page? Is it still possible in the Muse?

    This is an example of what I'm going: : procatinator:

    Thank you!

    You can't do it with only Muse. Would be probably pretty simple to do with a bit of Javascript. Check the widget directory such that it is possible that someone has made a widget for random content. If not, maybe I'll do one this weekend. ;-)

Maybe you are looking for

  • FTP has the syndrome of 'follow the pot '.

    I know it sounds strange, but on my mac FTP transfer unless I look at it, so to speak. I start a ftp download, it starts to go. As long as my ftp client is the focus of the window, it passes very well. Then I slide on to a new space and start browsin

  • bookmarks toolbar appear not

    In firefox 15.0.1, my bookmarks toolbar has suddenly disappeared. I still have the folder marked 'Personal bar' in my favorites, and it has elements. I have the blank at the top of firefox, because in view-> toolbars, bookmarks online of the toolbar

  • Drivers for Windows 8.1 on a g6-2200 Pavilion

    Are there drivers that must be installed on a Pavilion laptop CTO g6-2200 before installing Windows 8.1? If Yes, where can I find them?

  • After you have reinstalled XP SP3, recent documents displays empty

    Reinstalled windows xpro service pack3 and now my recent documents always showed empty any ideas how to fix? __________________________________________________ UGG boots uggs

  • Full HP recovery disk, disk D

    How can I get space on this disk drive D?   Vista, HP Pavilion Entertainment PC.   I saved the info on the DVD.  Gus (nwsawbones)