Develop a user interface in Lecroy1451 by Labview

Hello everybody:
I currently working with LabVIEW and I develop a user interface to the
hardware.
I have finished with most of the instruments and I now have to dialog
with a LeCroy HV1451 High Voltage multichannel power supply.
It has a simple dedicated language and communicates via RS232.
For instance, if we send ‘'‘ 28 LD RUP 11 500'' to HV-Lecroy 1451, it
will answer " 28 DMP 11 -0.1 -12.1 -20.0 488.6 488.6 -2550.0 1 ". This
is clear and simple but there is a lot of work to extract each piece of
information.
I wonder if Labview could help me with a starting program using this
device ?
Or with general tips or general examples to disentangle all the sub chains.
Thank you very much, any answer will be appreciated.
Yang

Hi Yang,
Alan from LeCroy here..  The company Universal Voltronics purchased this product line from LeCroy ~10 years ago. You might want to contact them for support - http://www.voltronics.com.
Regards,
Alan
Alan Blankman, Technical Product Marketing Manager and LabVIEW Developer
LeCroy Corporation
800-553-2769 x 4412
http://www.lecroy.com
[email protected]

Similar Messages

  • Developing a User Interface with ADF Faces - Tutorial - Questions

    Hello everybody,
    I am a forms developer and I am totally new to ADF.
    I started from the tutorials : Developing Business Services with ADF BC and Developing a User Interface with ADF Faces...
    Everything was easy and very clear, as far as the material covered in the tutorial is concerened.
    But when I tried to modify a little bit the application, to perform a different task... disaster!!! :-)
    One of the "simple" things that I tried to do -for example- is :
    In the login.jspx, where we have created an ADF Parameter form (that accepts as a parameter the customer ID) and
    retrieves in the next page the Orders of the specific customer.... to Display a message, such as "+Customer Does Not Exist+"
    if the user types in the parameter form an not existent customer ID...
    I understand that I should use a validator.... But I cannot find the list validator (from query) in the bind variables not in the ADF Parameter Form Fields....
    Does anyone know?
    Regards,
    Maira Kotsovoulou

    Dear Grant,
    CustomerID is in the UI Project, and appears as a part of an ADF Parameter Form... and I can not find key exists in the UI Validators....
    CustomerID in the .entities is a bind variable in a query. select ... from customers where customer_id = :p_customer_id. Again KEYEXISTS validator is not available in the bind variables sections... Only in the attributes!!!
    I understand that the "normal" behavior in a query with bind variables where there is no match is to display nothing as it does!!!
    But I was just wondering, if I could even trap that before I display the empty form...? Or could I display a text in my ADF form, that says no rows... (as I can do in an ADF Table???)

  • General User Interface Data Flow Problem (LabVIEW 2012)

    I am having problems reading & checking user input to a tabbed panel (see the tab "Test Parameters" in the attached example).
    In essence I need to set and test many parameters.
    In the example I need to create a binary mask from four select switches. On its own the scheme works a treat but in the context of
    the tabbed panel the switches are never "reached". I tried to put a while structure around the switches (which works ex-vivo,
    see attached "channelselect.vi") but the switches are never reached when I step through the code. Basically, I do not want to
    leave the pane until all parameters have been set and verifyied.
    I tried case structures (by group), flat structures (group by frame), Event Structures (event by nutton change)
    I anticipate the same problems with the other sets of parameters. I need to change - set - check, in any order.
    Understand the "setting" mechanism is tied to a sub-vi/class method where the parameter is tested, set and verified.
    This is a long winded approach to ask the basic question "how would you lay it out"? I am sure this is a basic misunderstanding
    on my part of the dataflow paradigm. I am not looking for anyone to do my work for me but I am looking to understand how this
    works so I can get on with my day. 
    Thanks in advance for any help you can proffer.
    Solved!
    Go to Solution.
    Attachments:
    playUI.vi ‏96 KB
    channelSelect.vi ‏12 KB

    You can still have the tab control.  You just don't need to do all of your processing when the user changes the tab.  You can make event cases on the button presses as well.  Treat the VI as an entire VI, not individual tabs that you have to manage.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines
    Attachments:
    playUI.vi ‏82 KB

  • Issue in the user interface of ICSS application

    Hi Experts,
      Please find the below description of the issue.
      Ours is a migration project of ICSS application from one landscape to another landscape. Both the landscapes are in CRM 7.0 with the same patch levels.
      For this migration we have copied the existing track A to the new track B and mapped to the new CRM 7.0 B system.
      The XCM setting has maintained in the new B system exactly the same way like the A system
      All the related backend code like FMs, Data Dictionary objects etc in CRM 7.0 A system has been moved to the CRM 7.0 B System.
       After this when we tried to run the application B, we are not seeing the same user interface like in application A.
       We are seeing only black font with white background. The color combination, fonts, styles etc like in application A are not visible in application B.
      There are no CSS files in the XCM settings in A system. So I have also not maintained in B system.
      We have not done any changes in the track. So we have not deployed the application.
      I have created the projects for both the tracks A and B and compared the code manually. Everything is same.
      Question:
       Please let me know what needs to be done additionally to get the same user interface.
       Is Shopadmin settings has to be maintained. Is this mandatory.
       Thanks in advance.
    Thanks and Regards,
    Raghu

    Hello Waldemar,
    Thank you for contacting National Instruments. I would like to apologize for the delay in responding to your support request. We have been on holiday for the past few days due to Thanksgiving.
    From the information you have provided here, it sounds like you are on the right track with getting your application up and running with a chinese font interface. I would like to point out an extremely helpful KnowledgeBase that you might use for reference now and any other time you need to localize your user interface:
    http://digital.ni.com/public.nsf/websearch/5987FCAFE3FBE8B98625693B0052EBD9?OpenDocument
    (This KB was written for LabVIEW 6.0, but is still relevant for LabVIEW 7.0.) Based on this document, you only need "an MBCS-enabled operating s
    ystem with an IME for the corresponding language." All 32-bit Windows operating systems are MBCS-enabled. Please see these links from the Microsoft website for more information:
    http://search.microsoft.com/search/results.aspx?View=msdn&st=a&qu=mbcs&c=4&s=2
    You may also find this tutorial describing localization procedures useful:
    http://zone.ni.com/devzone/conceptd.nsf/2d17d611efb58b22862567a9006ffe76/6d94f90fc9b93aad862568a7007cd4c0?OpenDocument
    I would recommend that you go ahead and install the Chinese fonts to your OS (if you have not already), and develop your user interface using the new font. This application should have no problem on any other machine with the Chinese font enabled.
    I hope this helps! Let me know if there is anything else I can help with or clarify. Have a great day!
    Liz Fausak
    National Instruments

  • User interface for updating/adding attributes in OID

    Hello,
    I have not done the develop work in OAS10g (web, oid, +) though I have years experiences as DBA in OAS and Oracle database servers.
    I need to develop a user interface for users to add or update the user's attributes such as sn, manager etc.
    The IDM system is working in prod: OAS 10g r2, installed (upgraded to) with infrastructure and oid 10.1.4.3.
    OID: user attributes have been loaded with: CN, UID, mail and etc.
    The requirement
    User interface: an app based Ohttp web 10g
    I'd like the interface works like:
    The user accessing the web interface, is prompted with UID and mail. if the user correctly fills the fields, then will be prompted with the attributes which user can add or update.
    Because I have Not done any development in OAS (web, oid), I need know what skills I need to aquire. ANd how should I proceed?
    I may know the skills would be Ohttp development and OID API (LDAP), but I need these be specific as much as possible.
    Can any point the direction with examples and docs?
    TIA
    GA

    ajaybabu007 wrote:
    For managing the user related activities (create,update,lock,unlock,delete and so on) through an Web UI interface can be administrated with the Oracle Identity Management Self Service Console (http://infra_host_name:7777/oiddas) which is an inbuild component of OID/OSSO. Please provide orcladmin/<password> credentials for accessing this Web UI.
    ---ABP thanks.
    1) the app for user to add/update the attributes. we cannot give orcladmin to them
    2) though the users as their own can access the oiddas, there are only limit of user info could be updated, which cannot serve the attributes we customized and loaded in OID.

  • Admin vs User interface

    We are currently in the process of implement SIM/SAM and we would like to know what is the standard approach to implementing user business rules:
    - developer custom user interface where all business rules applied
    - enhanced the administrator interface to include business rules
    If the first option is taken, does it mean that the admin interface can overwrite all business rules?

    So, am I right here, in the admin account one does a software update and that update also effects the same software in the other account?
    Yes, unless specifically installed for one User only, all accounts can use the APPs installed, but of course managed accounts may need to be given access by an Admin account.
    So - I go to system prefs and create a new account and give it admin privileges. Then when I log in to that account it has all the apps and everything available to it but not the documents on the other account? Am I understanding this correctly?
    Correct.
    When I do SuperDuper smartupdates I assume I only need to do it in the account I use - which would now be the old/original admin account not the new (Clean) one?
    I haven't used the smartupdates, but I suspect it wouldn't matter which Admin account you used, but certainly the old one would work.
    We put no banking or other sensitive info on the laptop we travel with; nor do we have this on the G4 either really.
    Then I see no advantage of running in a non-admin account for you, though having a second one one for emergencies is a good idea.
    Would Secure Virtual memory (I think I have that right) protect that anyway?
    If this is off, then any time you enter a password it’s possible the system will write that password out in a block of memory it’s dumped to a file in /var/vm and, thus, makes the password recoverable. Using secure VM means those files are encrypted and it’s near-impossible to discover a user’s password from the swap files.
    In theory that sounds good, but that's mostly academic if you're not using Filevault and/or a horrendous password without Auto Login set, AND not storing passwords in Keychains or Browsers Autofills.

  • User Interface in NWDS

    Hi all,
    I am developing webservice through NWDS.Can anyone suggest me how to develop the user interfaces in NWDS.
    thanks,
    krish

    Hi,
    See this,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/40/00be09879f114aa1ec46c2afa4445b/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9221b490-0201-0010-0e90-8cc75cde876c
    http://help.sap.com/saphelp_webas630/helpdata/en/cb/f4bc3d42f46c33e10000000a11405a/content.htm
    Regards,
    AKshay.
    Reward points if find useful.

  • Change user-interface priority

    Hello LabVIEWERS ,
    Does anyone of you know how to set/adjust the user-interface priority of a
    LabVIEW program.
    In an certain application I noticed a bad respons from LabVIEW towards the
    user-interface
    (it reacts only very slowly towards pushing a button or for instance
    dragging the LabVIEW frontpanel)
    although the processor utilisation is only a few percent. I don't want to
    put delays in the code unneccesary.
    I tried to lower the execution priority of LabVIEW but I don't see any
    difference.
    I use windows2000 as platform and LabVIEW 7.1 if that matters.
    René Ramekers

    Thanks for you suggestions, but I already found it myself:
    it appeared to be a DLL which was called very often ,
    and this DLL was running in UI - thread. Changing it to "reentrant" did the
    trick .
    René Ramekers
    "chrisger" <[email protected]> wrote in message
    news:[email protected]..
    > hi there
    > in almost all cases the reason for slow gui response is NOT the priority
    of the vi. there are a lot of reasons:
    > - (hidden)&nbsp;delays (e.g. reading from an interface using a timeout)-
    lot of memory/disk access- lot of data to show on the gui- unneccessary
    repitions of function/vi calls - (very) poor graphic hardware
    > do you use&nbsp;event based programming and a high level/low level
    architecture in your application?
    > i think best would be to post some code here, so we can have a look at it.
    like i said, there are a lot of possible reasons...
    > &nbsp;
    > &nbsp;
    > &nbsp;

  • User interface for the CAF project

    hi
                 to make  user interface for the CAF  i  have  written  a simple 
      webservice application for storing the data in the database using JDBC operation
       i have  imported the webservice in the  EXTERNAL SERVICE  and  mapped
      in the required in the entity service  , every thing worked fine  but  when  i have
      imported the model  for developing the USER INTERFACE  for the  webservice
       there is no  EXECUTABLE NODE 
          can  anyone provide a clear idea  how i can proceed further .

    Couple of things - you can open the interface for any instrument or plug-in by double-clicking its insert slot on the channel strip. You can configure Logic to automatically open the interface for a plug-in when you first instantiate it in the preferences. Go to Logic Pro > Preferences > Display > Mixer, and check the box for "Open plug-in window on insertion".

  • Sequence stopped on user interface when a sequence error happens on a step. Is possible to change this?

    I'd like to know if when developing an user interface over TS using MFC, if a sequence error occurs, I get an error on the user interface and the sequence stops without giving any other option. Is possible to continue the sequence, and show as failed the sequence that caused the error?
    Dani

    hello Daniel -
    If you are talking about the behavior of the simple operator interface example for MFC, then the reason why the error immediately causes a 'skip to clean-up' is because it is set explicitly in the code for the error case. To fully handle the error (as the sequence editor would), you would want to modify the case where the error is detected and perhaps tap into the TestStand API for Engine.DisplayRunTimeErrorDialog( ). If you are able to view the C code written for the full version of the CVI operator interface, you may want to use that as an example of how to completely handle every error.
    An alternative is always to handle errors yourself. If you are interested in knowing strategies for such customizations I recommend you look into the shipping examp
    les and downloadable programs for sequences leveraging the PostStepRunTimeError callback.
    Regards,
    Elaine R.
    National Instruments
    http://www.ni.com/ask

  • Why is my user interface monitor resolution dependent?

    The user interface I created with Labview is screen resolution dependent. That means I built a user interface application exe on my computer. But when I run the exe on another computer with lower resolution, the application window was enlarged and some of the controls were cut off. I have had the problem all the time and it bacame a famous issue in our engineering group . By the way, I didn't check any box in the VI Property\Window Size window. Can you help me to fix this problem?

    I use Labview 7.1.1 and had this issue, the fix is under VI Options.. goto Window Size and check "Maintain proportions of window for different monitor resolutions", there is also a check box for "Scale all objects on panel as the window resizes".
    Give these a try they should work for you.
    Andrew Alford
    Production Test Engineering Technologist
    Sustainable Energy Technologies
    www.sustainableenergy.com

  • JSP Listbox  delete  user interface

    I have requirement on a web application where I need to develop an user interface to show the list of itmes on the list box and allow the user to remove the items from the list box on a JSP page. The information shown on the list box is retrieved from the HTTPSession object.
    I am not sure how do I capture user events on listbox on JSP. I think 'Javascript' can be used to capture the user interaction with the list box but I am not sure how do I communicate the from Java script to JSP.
    I would appreciate feedback and suggestions.
    Thanks
    Nathan

    All the user interaction on a JSP page is done with JavaScript.
    You will use JavaScript to capture the events and manipulate
    your list box.
    Communication with a JSP (or servlet) would be done by submitting
    the form which contains the listbox. Example:
    <form action='yourJsp.jsp' method='post'>
    <select name='list' size='1'>
    <option value='1'>one
    <option value='2>two
    </select>
    </form>

  • Reading the output values after each step executes in LabVIEW User Interface

    Hello all,
    Development environment: TestStand 2010 SP1 and LabVIEW 2010 SP1
    Problem: is there a way to execute the subsequent steps programatically and get the output values from each of them?
    I have already extended a little bit a Full OI interface for TestStand to load up any sequence, choose some of the steps and run them step by step (something like option to Run Selected steps). What I am trying to do is to add some actions between each step and do that in User Interface (I can't modify the sequence!), so I am starting the NewExecution with some previously configured InteractiveArgsParam and set an option breakAtFirstStep to True. Afterwards I am just doing something like Step Over when debugging the sequence and this works good, but I didn't fine a way yet to read the output values from the steps...
    Then, if I wait until the execution finishes I can read my Results by processing the ResultObject, but this works only after finalizing of the test sequence. Since I wanted to stop after each step, read the values, do some actions and continue to the next step I tried to register an event callback for Trace of Execution View Manager. I can see that after each executed step this event is triggered, but when I try to read a ResultObject returned in Event Data it is not filled with values (ResultList seems to be empty?). Is it a proper behaviour or maybe I am doing the readout in wrong way? (It is the same VI as for reading ResultObjects after sequence finishes and there it works fine for arrays, containers and other data types).
    Like I mentioned I can't modify the Test sequences, I can't add a UImessages.
    What are my options? Should the trace event returns all output values from each steps or is it just used for status checking? Or maybe there is completely different approach to that matter?
    Thanks in advance for any suggestions,
    Best Regards.
    CLA, CTD, CLED @ Test & Measurements Solutions Poland
    Solved!
    Go to Solution.

    Thanks for your replay, I have tried to build it in my LabView Block Diagramm, es seems like this image.
    But the variable GetNumSubProperties ist always 0. Why?
    PS: I need only the variable "Step.Result.PassFail" from the last step, do you know, how can I get it? I think, it is maybe easier than read all the "Result".
    Attachments:
    ReadStepResultInLabview.JPG ‏39 KB

  • Labview Simple User Interface

    I would like to know how to add a simple LED indicator in the TestStand Labview Simple User Interface that would display the Sequence Status( PASSED or FAILED ) ?
    I'm using TestStand 3.1.
    Thanks a lot
    Olivier

    Hi Olivier,
    There are several ways to implement this.
    The quick and easy method would be to read the ItemText from the Executions ComboBox control. Then scan it to see if it contains "Passed".
    (see attached VI)
    An alternative is to setup a TestStand UI Label Control, Using the ExecutionViewManager you can set a CaptionSource to the UUTStatus. This will then contain the UUTStatus of the currently selected execution. This is similar to above except the string will only contain the UUTStatus string, not all of the details in the execution string.
    However a "more complete" method would be to setup a Callback VI for UIMessages, when the UIMsg_ModelState_TestingComplete is recieved, the UUT status can be retrived. (Refer to the TestStand Help file)
    The callback (assuming it has a reference to the LED) can then set the value of it.
    This method is prefered over the above 2 because you do not need to poll the TestStand controls to get the status information. When the TestingComplete event occurs, TestStand will execute the Callback VI.
    I hope this helps.
    Simon Holman
    Software Engineer
    Certified LabVIEW Developer
    Certified TestStand Developer
    measX GmbH & Co. KG.
    http://www.measx.com
    Attachments:
    Simple OI - Top-Level VI (Quick).vi ‏191 KB

  • How can I tile up the execution window in the Labview Teststand user interface

    I am using the Labview User interface provided with the TestStand development environment.
    Running the BatchUUT.seq Example using the TestStand Sequence Editor, you will see that the Execution Window will be divided in 4 windows showing the execution status of the 4 UUTs.
    Running the same Sequence using the provided Labview User Interfaces (Simple or Full-Featured) will just show one window with the execution status.
    Is there a way to tile up the window to display the execution status in the Labview User Interface?

    Try something like this:
    You wouldn't use random numbers of course, but rely on already opened clones. So you would extend the "Manage Clones" to manage the data for the window position, but set it for each clone in the way the screenshot shows.
    hope this helps,
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

Maybe you are looking for

  • I am having some trouble playing games.

    I have an older gateway. I am not sure of the specific name of the model.                                                                                                                                                   specs                         

  • Down Payment in Purchase Order

    Hi, We can create Down payments with reference to Purchase Order, the same is getting updated in the PO History. Currently we are mentioning the Downpayment requirement to the Vendor as a Text in the Purchase Order. Is there any clear method of speci

  • Flash Builder 4.6 Mobile Application Packaging and Exporting

    Hello Everyone, I'm novice to Flash builder,using Flash Builder 4.6 to develop android application. It runs in desktop no error occur. But when I export it or try to run it on my SAMSUNG GALAXY Y S5360 phone it doesn't run. It's Android version is 2.

  • What to do with an old Time Capsule?

    I just retired a 5 year old Time Capsule after replacing it with a new 2 TB model. What could I do with the old one? Would it be good for extending improving my home network? Existing network seems pretty fast with the new time capsule. Would using t

  • WebDynpro, Table, selected rows, multiselect

    Hi together, I've got a problem with my "table-control" in WebDynpro. I just want to read the selected rows in the tablecontrol. To read one row is no problem: wdContext.currentnode..... But if there are more selected rows I don't know how to handle.