Dynamic control questions?!!

Dear all, I got one problem when I used the PID control toolkit to obtain the dynamic control response. When, I input the sinusoidal signal to the system under PID control, the frequency for the output signal is 5 times larger than the input. For example, when I input frequency 0.1 Hz, the frequency of the  output signal is 0.5 Hz. I do not know why, and the frequency shouldn't be changed. Amplitude and phase may change. the attachment photo is the block diagram and the program files can be running when they are put in the same directory.
Thx!!
Message Edited by SarahM on 05-21-2007 07:50 AM
Attachments:
aaa.JPG ‏121 KB

abc-123,
    I just wanted to let you know that we removed the code in your previous post (PID dynamic.zip).  This contained your VIs but it also contained some of the VIs from our licensed and purchasable PID toolkit.  In our Terms of Use under Intellectual Property and Your Condict it references posting protected software.  These VIs from our toolkit cannot be posted on the forums, but feel free to repost your own code.  Thank you!
-Allison S.
Calibration Services
Product Support Engineer

Similar Messages

  • MVC - adding dynamic controls to each row in list

    I'm using VS.Net 2013/C#/Razor
    I have a dynamically created table with employee data (name/emp number/start date/title). We're trying to keep track of the percent of an employee's job doing certain duties.
    What I need (for each employee) is to add a dropdown list with a list of duties, and then add a a textbox for percentage of time (don't worry about percentage), but I need 4 of each per employee, named with some relevance to each employee
    Like:
    Emp Name-Emp Number - DropDownList - TextBox
                                           DropDownList - TextBox
                                           DropDownList - TextBox
                                           DropDownList - TextBox
    Each Dropdownlist will have the same items in it, and the end user will select from the DDL, and enter the number in the textbox.
    I've tried this:
    for (int lines = 1; lines < 5; lines++)
    <tr>
    <td colspan="5">&nbsp;</td>
    <td class="altText">radio buttons</td>
    <td class="altText">ddlActivity + @item.empNumber + @lines.ToString()</td>
    <td class="altText">DropDown</td>
    <td class="altText">FTE Textbox</td>
    <td class="altText">Total FTETTextbox</td>
    </tr>
    But the output is more like the formula and not what I need: ddlActivity + (empNumber is correct) + 1 with the plus shines showing.
    How can I create name these dynamic controls so that they're tied to that particular employee?

    Hello Elmo,
    Welcome to MSDN forum.
    Your issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because your issue is about ASP.NET MVC programming, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Scripting configuration for Dynamic Controls

    I would like to put the configuration of Dynamic Controls (Process/Service Controls' selector values, URI, etc.) in a script to invoke from a command line. Any suggestions?

    Are you want to run this script at development time before deploying or what do you want to achieve? Upcoming SP4 will offer a solution to retrieve config parameters for certain controls dynamically at runtime (and change it on the fly).
    -Kai

  • Controle questions forgot

    I need to know how i can find the answer on my control questions ? Anyone ?

    I assume you mean your apple ID security questions, correct?
    First, did you have a recover/rescue email set up? If so, go to appleid.apple.com on a computer or mac and sign in and go to security and passwords... from there you can have your security questions reset... if you didn't have a rescue/recovery email set up then you'll need to contact apple support to have them reset. They will transfer you to account security where they will verify some info and help you... good luck!

  • Control Array or Dynamic Controls in adf

    Hi All,
    Is that possible to create control arrays or we can create dynamic controls in adf like .net. Please advice or share some sample code.
    Thanks,

    Thanks for your reply. Actually i want to create some buttons in runtime. means if i have 10 records in table i need 10 buttons on my page but they should share the same code by passing the index of control.
    Thanks

  • I forgot answers from a control question, what do I do?

    I forgot answers from a control question, what do I do?

    Reset Your Security Questions: http://support.apple.com/kb/ht5312
    Navigate to My Apple ID using your web browser.
    Click "Manage your account"
    When prompted, sign in using your Apple ID and password.
    Click Password & Security
    You'll be asked to answer 2 of your 3 security questions before you can make any modifications. If you are unable to remember your answers, you can choose to send an email to your rescue email to reset your security questions.
    Note: The option to send an email to reset your security questions and answers will not be available if a rescue email address is not provided. You will need to contact iTunes Store support in order to do so.

  • I forgot answer for control questions!!!

    Help me please!!! I forgot answers for control questions for my Apple ID
    <E-mail Edited by Host>

    Hello, Albert. 
    If you need to reset your security questions and have a rescue email attached to your Apple ID, this article will help you with this issue.
    Rescue email address and how to reset Apple ID security questions
    http://support.apple.com/kb/HT5312
    If you are still unable to reset your security questions or do not have a rescue email associated with your account, you will need to contact iTunes Store support.
    Cheers,
    Jason H.

  • Dynamic Control

    Hi !! I'm doing a development of 3D crane(Axis XYZ), using PI Controler to control the system's errors. I made a VI to control the motors for move a piece from initial position to another position.
    But I can't setup the VI to move more pieces to other position in sequences, I want to apply a dynamic control on the block diagram to use a sequences of set points in the front panel.
    How do I use the dynamic control or other type of it? Where I can found other tutorials?
    Pls send me some informations in case.
    Tks in advanced
    Eduardo
    Message Edited by Ecastagnaro on 09-29-2006 10:54 AM

    Hello Eduard,
    I think i see your problem and understand your program.
    First you have to document better! Terminals named numeric 1-5 don't make much sense.
    You already got the positions to go to (in Set Point inticial
    This VI is OK, but could be better:
    In that way it is easier to add new position
    Now if you want to move between several positions you're code should be like this:
    Where I replaced the while loop with a for loop.
    Moved the position control out of the loop and replaced it with an array with all the points to pass.
    However if this is homework you should put some effort in optimizing (and cleaning) your code.
    There are several optimizations possible in your code...
    Read this:
    The link to the LabVIEW Learning Center is here
    Ton
    Message Edited by TonP on 09-30-2006 01:55 PM
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!
    Attachments:
    Set Point (SubVI).png ‏20 KB
    Controlador PI Rev4.png ‏39 KB

  • Windows 2008 R2, converting to dynamic disk questions

    Hello,
       I have a Windows 2008 R2 server and I want to convert the drive into a dynamic disk for mirroring.  The disk currently is divided into two partitions.  The C: partition which is System,Boot, Page File, etc. and the D: partition which
    is data.  The questions I have are:
        Can a disk with multiple partitions be created without data loss or anything?
        I know you have to reboot, but how long does it usually take to do the reboot/conversion before the server is back up? 
        I want to mirror the drive to a 2nd identical disk in the server, and am planning to use Computer Management.  Do I have to partition the second drive first, or will the process do it automatically?
        The server is a dedicated server that is provided by a hosting company, so I would be doing it through Remote Desktop.  Can it be done that way?
    Thanks.

    Hi,
    You can convert the drive into a dynamic disk within both local logon session and remote desktop session. The system requires reboot twice to make the conversion take into effect. You do not have to partition the second drive.
    For more detailed information, please refer to the articles below:
    Dynamic disks and volumes
    http://technet.microsoft.com/en-us/library/cc757696(v=ws.10).aspx
    Create and test a mirrored system or boot volume
    http://technet.microsoft.com/en-us/library/cc738132(v=ws.10).aspx
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • File Path Control question

    Simple question: How do I invoke the Open command in the File Path control? My reason is of my user hasn't supplied a file, then I want to force the user to select one.
    Solved!
    Go to Solution.

    Most file related vi should prompt if there is no file path. If for some reason you are not getting that you could check to see if the file path is empty and add a prompt see below:
    Tim
    Johnson Controls
    Holland Michigan

  • Using dynamic text question

    I have a client's psd file that has text using Gil Sans
    regular and lite, I need to create a flash document where the text
    has to be dynamic. Is there a way to take an example " hello there"
    and use Gil Sans lite for "hello" and gil sans regular for "there"
    as well as change colors from word to word in one text
    field?

    You would need to tinker with the htmlText property of a
    textfield. Instead of assigning tfield.text = .... you would be
    assigning tfield.htmlText = ... and would be using html tags to
    control the appearance. There may be problems with the fonts if the
    viewer doesn't possess them. I don't think you can embed mutliple
    fonts in a textfield, but you may be able to fake it using a bold
    tag. Flash only supports a small number of html elements.

  • Can I dynamically control the position of objects on a printed page?

    Forum:
    Oracle Developer Reports Builder (10g)
    I have a need to control the position of printing on a peel off label in my report. I currently am forced to represent a complex object three times , i.e. LEFT, RIGHT and CENTER, printing whichever is configured in the PRINTER_INFO table of my schema. I am printing to over 200 printers and they all print the location differently.
    Also, since printing through the DESTYPE=PRINTER ,vs printing from a displayed PDF have different results, I would have to refresent these three objects yet again, sligh lower and to the right to support label printing from a PDF.
    I have seen where Word Macro can dynamically position this same object by using xy coordinates.
    Does anyone know how to do something like this in Oracle Reports.
    Thx in advance,
    Gary
    [email protected]

    Dora,
    Yes, that is exactly what I am doing. As I mentioned, the label object has many elements and they all sit on top of each other when doing the layout. This by itself is messy to work with.
    This has been workable so far with regard to generating output to the several hundred printers of different models and firmware.
    The output is rarely if ever centered in both x & y axis. We have only been able to use in production by relaxing the rules so that the text only need be within the boundaries of the label.
    I also found that to support printing from the PDF view that the text positioning is well out of the label boundaries. I would be forced to create an additional three complex objects in the 'Y' axis. Needless to say this is quite messy.
    I do appreciate your input, but your recommendation does not meet the requirements of my project.
    I don't believe that Oracle Reports can do this task. I am thinking that BI Publisher can, and am doing "due diligence" before recommending a new reporting platform.
    Thx again.
    Gary

  • Dynamically controling the size (in pixels) of array elements?

    Hey Everyone,
    I am writing a large vi where front panel space is becoming a limitation.   One of the elements that I want to display is a 2-D array of boolean indicators (rectangular LEDs).  Is there any way to dynamically resize the elements in the array so that regardless of the number of elements, the entire array is always visible and has a constant footprint.  For example, say the array is 8 x 8 elements, and takes up 160x160 pixels on the front panel so each element is roughly 20x20 pixels.  Then the number of elements shifts to 4x4.  I want the display to stay 160x160 pixels, but the size of each element to double to 40x40 pixels.  Is this possible?
    Thanks all,
    Matt
    Solved!
    Go to Solution.

    So thank you for two great ideas/examples.  Definitely think I have a couple of very workable approaches.  I have a follow on question about using the intensity graph approach.
    First some background.  This indicator is going to show the progress of a sorting operation, 1-4 copies of 1-8 unique items are being sorted into 1-32 containers.  The items arrive at the sorter in random order, are identified, and then placed into the container where they are still needed.  The point of this indicator is to show the user, at a glance, how full each container is andwhich componenets are missing.  I want the elements (columns) to appear different for the unique items, which I know you can't do in an array of booleans.  So I had already dumped the boolean approach for an array of colorboxes, and it was the color boxes that I was trying to dynamically size. There is still a boolean array to keep track of if an item has arrived, but that array drives the array of colorboxes where each type of item is color coded by assigning a gray value to colorbox for false, and a particular color if true.  See attached, which works pretty well (detailed adjusts will make it just right).
    I think the intensity graph will look much nicer though, so here is the question:
    How do I map the different colors onto the intensity graph so it looks like the colorbox array without the lines?  The attached get vi puts out a different value for each yes/no, which is to say I already know how to take the boolean and convert the 1 state to a unique number, what I don't know how to do is map that number into a particular color on the intensity graph.
    Thanks guys.
    Super helpful as always!
    Matt
    Attachments:
    Puzzle_MM.vi ‏42 KB

  • Fan control questions

    Hi
    I have a mid 2008 2.8Ghz iMac with the stock 320 Gb HD and 4 Gb ram. It runs fine but I am worried about how hot the case gets at times, in particular the top left corner. I have iStat widget installed too which shows what I think are reasonable temps most of the time, but sometimes even after just everyday use (browsing etc...) some of the temps seem high (power supply is presently at 75c). The fan speeds don't seem to increase much at all from the factory minimums. I know about smc fan control and iMac fan control, but I have a couple of questions before I decide to use them.
    1. Do you think I need to be worried about this?
    2. What damage could I cause by running the fans harder?
    3. If I use these utilities to push the fans harder than Apple recommends, will I void my Apple Care?
    Looking forward to your answers
    Paul

    An utility like smcFanControl only changes the minimum fan speed setting. You are still running the fans well below its maximum capability. So the change is to the low end of the speed range, not the high end. You CAN set it high enough so that the minimum fan speed sounds like a small vacuum cleaner, but I would not set it that way for any length of time. I just tried it once to see what it sounded like with the fans running at a high speed (never heard them before). There is a max possible setting, so you can't set it to a crazy high number.
    I use smcFanControl and have the fans set about 25% higher than the default speed. I still can't even hear them at that setting, so I figured I wasn't doing any harm and it may help my iMac run cooler (not that noticed any issues with heat).
    I can't see how it would void AppleCare. Unless you set it to sound like a vacuum cleaner all the time (which would be really annoying), you are running the fans well within their normal operating range.
    Note: The adjusted minimum fan speed is only in effect while smcFanControl is running in the background. It does not change any system or hardware settings. To go back to the default settings, just quit smcFanControl.

  • Adding Controls dynamically in the Infopath/Web form with dynamic controls

    Hello,
    The client requirement is to create SharePoint solution for the below image. A web form/Info-path form will be created where user can enter the details and data will be submitted. I am looking for a solution to implement the requirements in SharePoint .
    if not possible then using customizations and SQL server.
    User can enter the Title , Overview in the form , which we can make Single line and multiple line of Text. The problem is with third , fourth and fifth fields.
    1) In third field , i.e. Qualification Summary , User can add/delete , dynamic text boxes..This can be achieved I think using repeating tables/sections in Infopath...How data will be saved in SharePoint columns as it is not fixed that how many
    columns user can enter , how columns(static) will be created in the list ??
    2) For fourth field , user will select one or many Project description title n descriptions which are there in the system..User will not write anything just select..But how many project descriptions they can select , again its not fixed..How
    we can manage it in SharePoint List OR any custom solution  ?  
    3) For fifth field , user will select one or many Awards which are there in the system.User will not write anything just select..But how many awards they can select , again its not fixed..How we can manage it in SharePoint List OR any custom
    solution  ?  
    Vipul Jain

    >Lets say , the data for user selection is stored in two separate lists
    secondary data connection is only for one list so you can get data from only single list by creating list connection. Later you can drag & drop that connection as repeating table or bind with any control so display in form. If you have mulitiple list
    then you may use lookup column or would need to create two seperate data connection.
    >Do you think its a right approach ?
    multi selection listbox is helpful if requirement is select multiple records or filter records. You can almost achieve most of the requirement but still depends on business need. Ofcource some limitation is also there.
    >I'm planning to propose a custom .net form
    Of course custom form is always better than OOTB in some cases but i always prefer OOTB solution if my requirement is being achieved by it.
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

Maybe you are looking for

  • I need to use iMovie, but it says that my Quick Time needs to be updated.. but there are no new updates available

    i need to use imovie for a project and i tried to open it but it says i need version 7.6.0 or later, so i went to software updates and there are no updates for my computer. Any suggestions on what to do?! thanks, lauren

  • Hey dear my i phone locked and stak at the same time i can`t open it how can i solve this problem

    hey dear my i phone locked and stak at the same time i can`t open it how can i solve this problem

  • Dynamic XML Array Push ?

    I'm having an issue with pushing the node contents of my XML to an array. I'm real close and have tried a ton of things, but I'm hoping to get a push here.. The below code works fine, but is limited to 22 chars... I'd like it to parse the node regard

  • Set up cost

    Hi experts, In a manufacturing organization where there is some activity for set up cost. If we create an activity type "Set up" how we can practically segregate costs only related to setup?/  ( there may be both labour and consumables/spares cost fo

  • Error 13019 Sync issue

    I realise Apple has huge issues with their sync software. Anyhow, I have multiple dupes of the same movie files on my video playlist and cant delete them. They are not showing on iTunes but the dupes are there on my iPod touch and I can edit them out