Fix Array Front Panel Dimension but Allow User to Change Array Size

Hi
I know there's a few other posts on array and scroll bars but mine is a bit different. I want to have the physical dimension of the array control fixed and allow the user to vary the size of the array as needed and a scroll bar if the number of elements exceeds the physical dimension specified. I would not mind if at the end of the scroll bar the user sees an un-initialized element.
Thanks very much
Solved!
Go to Solution.

Hi
Sorry but I didn't mean that there was a problem with the property node, just that it wasn't doing what I wanted. I think by changing the Number of Rows property node, the number of visible rows changes such that the scroll bar is never needed. Based on what I did it seems that when the Number of Rows changed, the scroll bar never appears and the array just gets bigger on the front panel even though I enabled the scroll bar both in the control and block diagrams but I could have likely made an error if this wasn't suppose to happen. The way I did it works for what I need so I didn't look into this further.
But I am interested in learning what I did wrong if you could point it out for future references.
Thanks very much
Attachments:
Untitled 5.vi ‏11 KB

Similar Messages

  • I have a VI and an attched .txt data file. Now I want to read the data from the .txt file and display it as an array in the front panel. But the result is not right. Any help?

    I have a VI and an attched .txt data file. Now I want to read the data from the .txt file and display it as an array in the front panel. But the result is not right. Any help?
    Attachments:
    try2.txt ‏2 KB
    read_array.vi ‏21 KB

    The problem is in the delimiters in your text file. By default, Read From Spreadsheet File.vi expects a tab delimited file. You can specify a delimiter (like a space), but Read From Spreadsheet File.vi has a problem with repeated delimiters: if you specify a single space as a delimiter and Read From Spreadsheet File.vi finds two spaces back-to-back, it stops reading that line. Your file (as I got it from your earlier post) is delimited by 4 spaces.
    Here are some of your choices to fix your problem.
    1. Change the source file to a tab delimited file. Your VI will then run as is.
    2. Change the source file to be delimited by a single space (rather than 4), then wire a string constant containing one space to the delimiter input of Read From Spreadsheet File.vi.
    3. Wire a string constant containing 4 spaces to the delimiter input of Read From Spreadsheet File.vi. Then your text file will run as is.
    Depending on where your text file comes from (see more comments below), I'd vote for choice 1: a tab delimited text file. It's the most common text output of spreadsheet programs.
    Comments for choices 1 and 2: Where does the text file come from? Is it automatically generated or manually generated? Will it be generated multiple times or just once? If it's manually generated or generated just once, you can use any text editor to change 4 spaces to a tab or to a single space. Note: if you want to change it to a tab delimited file, you can't enter a tab directly into a box in the search & replace dialog of many programs like notepad, but you can do a cut and paste. Before you start your search and replace (just in the text window of the editor), press tab. A tab character will be entered. Press Shift-LeftArrow (not Backspace) to highlight the tab character. Press Ctrl-X to cut the tab character. Start your search and replace (Ctrl-H in notepad in Windows 2000). Click into the Find What box. Enter four spaces. Click into the Replace With box. Press Ctrl-V to paste the tab character. And another thing: older versions of notepad don't have search and replace. Use any editor or word processor that does.

  • How to allow user to change SAP Portal password by themselves

    We would like to allow user to change SAP Portal password by themselves. However, I added role Manage_My_Password and Manage_My_Profile to a user account. After logoned with this user account and opened the option 'Personalize'. I only find the page allow me to customize the page layout. But I haven't find tab for changing profile and password.
    Pls advise.
    Thanks.
    Edward

    Hi Edwar,
    You can hide the pages from portal personalization workset. copy the workset and select the page and click on property -> select Invisible in Navigation Areas ->yes
    You can find the workset under
    Portal content->End user content->Standard Portal Users>Workset->Portal Personalization
    If you want a custom developed application fro change password see the below blog
    A Change Password Application
    Hope it helps
    Regards
    Santosh

  • 902: Allowing user to change profile like phone-nr. in self-service

    Hi all
    An existing Portal user can see his profile using "Account info/My_profile", but he cannot change it (a least by default).
    Is there a way to allow users to change their personal profile in self-service?
    Thanks
    Tino

    It may be that the transaction is being routed by default for approval. Check with workflow administrator to see where the transaction has gone. I think you will find it is waiting for an approver!
    Many SSHR transactions use a default AME (Dynamic approval) rule which will route the transaction up the supervisor hierarchy for approval. Your transaction data will be stroed in staging tables (HR_API_TRANSACTIONS, STEPS and VALUES) until the approval is made. Only then will it be applied to the underlying tables.
    Let me know if this solves the problem.
    Regards
    Tim

  • I want to download digital stamps but would need to change the size to fit my project. Does keynote have the ability to change picture size?

    I'm trying to find a app that will allow me to change the size of a digital stamp. I have heard that Adobe Photoshop will allow me to do this but that is outside of my price range right now. Would Keynote allow me to do this?

    sorry the website went down for maintenance during my last reply.
    Yes Keynote will work OK as a print application for standard image formats;  TIFF, JPEG, PNG, PICT
    Drag and drop as many graphics as you want on to a page.
    Disply the ruler;   view menu > ruler
    Go into  Keynote menu > Preferences   and set the Ruler to inches or centimeters
    you can then drag a guide line out from the ruler to help size the graphic to the measurement you want
    ruler set to inches to measure a 5" x 3" box

  • Hi, I've got me a 4k pc screen and when I open up photoshop CC the tools and panels very small. Can I change the size of these?

    Hi, I've got me a 4k pc screen and when I open up photoshop CC the tools and panels very small. Can I change the size of these?

    If you have CC you can go to preferences>Experimental features and select scale UI 200%. Otherwise you're out of luck.

  • Enable firewall with GP but allow users to disable....

    I'm wondering how I can enable the firewall in group policy but allow a user to disable it if they have to.  I see that it says "settings are controlled by group policy" when I go to try to turn it off on a vista machine.  Thanks.

    Hi,
     GPOs do not provide this functionality unless you are using the special group policy preferences settings which do not include control over the firewall. You best bet is probably to simply deploy the OS with the default setting of the firewall being
    active and this would allow any local administrator to change the configuration.
     Alternatively, you could dig down and determine the registry keys to control the firewall and change those with group policy preferences.
    Thanks,
    Guy

  • Set Fixed Array Size

    Hello. I am trying to develop a VI for an FPGA target and I'm trying to make it so whoever is using the VI can specify the size of an input array when they instantiate it (such as by having an input to the VI that says "max array size" or something). So far it seems like the only way to do something like this is to go into the VI itself and manually set the array size for each input array for the VI (i.e. open the VI, right click on each input array, select "Set Dimension SIze", choose "fixed", set number of elements). I'd like to have one point where I can set the size of all the arrays at once (since in my case they are all the same size), and let the person using the VI set it to the proper size for whatever application they are using it for (to be clear, let's say I have two uses for this VI, and in one case I have an input array of size 100 and in anohter use of size 1000, I'd like to be able to set these somehow instead of doing it through the dialog). Thanks.
    Solved!
    Go to Solution.

    Unfortunately, per-call configuration of array size is not something that is supported today. This is a great idea, I would suggest that you post it on the FPGA Idea Exchange so we can get a feel for how many other people need this same feature.

  • ISE and AD Password Expiration Notification and allow user to change

    We are almost ready to go live with ISE for our VPN users.
    One last thing that has been asked is, how can we make ISE prompt a user when their AD password is about to expire, and allow them the opportunity to change it at that time?
    I know the ASA has the ability if it is authenticating directly against AD, but that functionality goes away with IPN. So what settings are there to prompt users connecting via Anyconnect to the ASA VPN through ISE?
    We do not have ISE setup for internal users/systems yet, this is strictly a VPN only setup for now.
    Thanks,
    Dirk

    Since we are using radius protocol so password expiration notification will not occur. The user will be prompted when password would expire. With ldap over ssl, user will be notified that "your password will be expired in x number of days" but we can't pick that method as it shoud be ASA integrated directly with AD/LDAP.
    Since we have ISE in between acting as a radius server so we have to live with the option where user will not be notified but password can be changed by end-user.
    Procedure for Configuring RADIUS Password Management
    Requires tha tthe Radius server/ISE  be integrated with an Active Directory MS-AD server.
    1. Enable "password-management" in tunnel-group/Connection Profile.
    Note: "password-management password-expire-in-days X" will not work, use just "password-management"
    2. Ensure that MSCHAPv1/MSCHAPv2 is enabled on the RADIUS/ISE server.
    Jatin Katyal
    - Do rate helpful posts -

  • Not allow user to change Vendor in MB1B(541 mov) in subcontracting process

    Hi all
    Im doing 541 mov type in mb1b wrt PO number, the vendor number is automatically fetching from PO but user can change the vendor there,
    I have to set display field as vendor,not allow to change vendor in MB1B..how can i set??? plz help me
    thanks
    ramesh reddy

    Hi,
    I would like to remeber you there is no direct connection between the purchase order and the
    subcontractor stock. When you enter the purchase order in the MB1B
    transaction, the data defaults from the purchase order only as an aid to
    entry.
    Please review the following notes for further explanations:
    70739 - No order-related stock of material provided in R/3
    50540 - Quantity proposal for movement type 541 for the
    The transaction is designed to be a way to simplify the input of the
    data. It allows you to change the data and overship or undership if you
    would like. As there is no vendor stock specifically related to a
    purchase order, there is no quantity check, and if you want, you can
    post it several times or change the quantity.
    In standard procedure we normally use ME2O instead of MB1B
    BR
    Nadia Orlandi

  • How to update front panel immediatel​y with any control change in LabVIEW7.0​?

    I have a lot of controls on the front panel. I want my 3D plot to be updated with any of them changed. Currently only one control's change can result in the update even if I do have done changes on other controls .. that's to say, only one specific control's change can activate the front panel updating ... That's not what I want. So how to make the front panel updated immediately like VC?
    Many thanks!

    I solve this problem by combining the event structure with a classical state machine. The classical state machine is a case inside a loop with either an enum or string shift register defining the actual state. In the idle case of that structure is the actual event structure which handles the UI.
    Whenever I need to trigger a specific action which could happen from multiple locations I actually place the handling code in a specific case in the outside state machine and just wire from the actual event case the according state out to the shift register.
    This architecture allows for a very flexible and extende state machine programming with the event structure doing all the UI event handling and the state machine doing the more involved actions or series of actions
    Rolf K
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • How do i allow users to change their oracle password?

    Please help.
    I need a procedure/module in my forms6 to allow users change their oracle database passwords. I am using Oracle 8.0.6.
    thanks for a reply

    SEND YOUR EMAIL SO I CAN SEND YOU A COMPLETE
    FORM HOW TO CHANGE THE USER PASSWORD
    MARK

  • How to allow users to change password

    I have enabled users to change their passwords in the Server.app for the Default Site with SSL, and who can access is a group of individuals.
    When I load up the Server site, I am presented with
    a Login to which I then add my username and password and I am then presented with
    Welcome to OS X Server
    OS X Server makes it easier than ever for the people in your organization to collaborate, communicate, and share information.
    I Choose My Settings and the site is redirected to /changepassword of which a page comes
    Forbidden
    You don't have permission to access /auth/ on this server.
    The Directory /Library/Server/Web/Data/Sites/Default/auth/ exists with the corret permissions.  This is an empty directoy tho
    Apache Logs:
    Directory index forbidden by Options directive: /Library/Server/Web/Data/Sites/Default/auth/
    I cannot get this to work.  WIki's are turned on but that doesnt work either. 
    If I Launch /wiki, I am prompted to login, to with I do, and i just get a blank web page
    Apache logs:
    File does not exist: /Library/Server/Web/Data/Sites/Default/__collabd
    This is on a new install of OSX server
    Any Suggestions?

    Hi,
    On the landing page at the bottom it should say "change password".
    That brings you to a forbidden page?
    On my server I do not have the /auth/ folder in my default site, but my changepassword page does work.
    Can you check if going to https://127.0.0.1/changepassword does work? It will give an SSL error.
    Then it might be DNS related conflicting with another router/server in your network
    Or... charge $ 5 per user to change his or her password personally
    Goodluck!
    Jeffrey
    StarPine Support

  • Allow user to change image of a document set

    Hello all,
    is it possible to allow user to upload and set an image in the welcome page of a document set ?
    For example, I want to create a document set for each customer, to store document related to this customer. In the document set welcome page, I would like to display the customer logo.
    Is it possible in a easy way ? :)
    Thank you !

    Hi David- automatically? No, unless you're ready for some major coding. Also, what permissions do you plan on giving the customer?
    The only way I can see this happening is if you provide the title for the image to your customer, then give them access to the library where it's stored and hope they use the exact title to replace the file that's there.
    cameron rautmann

  • Allow users to change the Active Target Category in the POV bar

    Can't figure out where in Object Maintenace to allow user to be able to select the Active Target Category in the POV bar.

    It's not in object maintenance. You need to disable the POV Mode (Admin / POV Mode) by removing the checkbox, iwhich then means all users will have the ability to change the category (and period). I suspect in the POV it currently has GLOBAL defined ( which means it is controlled by admin users, and you need to switch it (by default) to LOCAL via the POV Mode option.

Maybe you are looking for