Pre-Programmed Sequence of Outputs

I have built some basic gearbox controllers in LabView and the all work independantly as expected, motor speed, torque demand etc...
What I am looking to do now is develop an automated swquance to act as a sign-off on these gearboxes. Once the technician has perfromed the basic functionality tests I want to run an automated script which is time based.
I have configured the controls using the DAQ assistant function blocks so it is all very simple at the moment and I'd like to keep it that way if possible.
Thanks in advance.
Richard

Hi Richard,
I suggest using a basic state machine approach here: each step calls a gearbox controller setting and waits for a certain time...
Best regards,
GerdW
CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
Kudos are welcome

Similar Messages

  • Pre-programmed sequence for data bits on parallel port.

    I've found and made a bunch of vis that allow for interactive high/low control of the 8 data bits on the parallel port. I want to control each pin with a pre-programmed pattern of bits. Any ideas?

    A U8 is an unsigned 8 bit number. To create one place a number control down on the front panel. Right-click on it and select Representation>>U8. To create an array of U8s you place an array control down, and then drag the above numeric into the array shell. You now have an array of U8s, which you can expand and place things in it.

  • What is happening when I change the size of the image in the program sequence window?

    I noticed that I can change the image size of my exported file. I imported a 720 x 480 DV file into CS5.5. I went to my program sequence window and changed the settings to show the smallest image in that window. I then clicked on the image and used the handles that appear to make that small image large enough to nearly fill the screen. When I exported my final file and played the resulting WMV, the image on my screen was nearly twice as large as it would have been if I had not previously altered the image size in the program sequence window. I had to do this alteration for each clip in my timeline, or the unaltered ones would stay at the smaller size. The quality did not seem to be significantly impaired. I learned about this on a youtube video. The person who did the video claimed that this was a simple and quick way to upgrade standard video to HD. Of course this is not true. He was only changing the size of the resulting video. Does anyone know what is really happing when you do this procedure and why it changes the size of the exported  video?

    The size (resolution) of the exported video is not affected by anything you do while editing.  It is dependant solely on the resolution set in the export settings.
    Ideally you want to edit in an sequence that matches your media\, which will be the same size or larger than the required export.  In other words, the same or smaller is OK.  Making things bigger in post is not the best option.  If you need things bigger, shoot them bigger.

  • Unable to use the Copy function while submitting the program for XML output

    Hi
    when i submit the concurrent program with XML output type, getting the output..
    when i submit he concurrent program using the copy button not able to get the output,
    my observation
    while submitting the program the xml template is not called....
    Diagnostics--> view xml -- able to view the ouput.
    do let me know if any of the steps is missing while registration in the xml responsibility..
    this is only with the custom conc program.. the standard program is working fine...
    do help me out..
    Regards
    Yram

    It's really a little difficult to answer your question without a bit more information. What version of JDeveloper are you using? What's your technology stack?
    If this is JDeveloper 11+g+, with the Fusion technology stack, you can use a technique like the one described here:
    http://groundside.com/blog/GrantRonald.php?title=jdeveloper_11_business_services_cascadin&more=1&c=1&tb=1&pb=1
    If it's JDeveloper 10.1.3, with the default Web technology stack, look here:
    http://radio.weblogs.com/0118231/stories/2004/09/23/notYetDocumentedAdfSampleApplications.html#62
    If, as it looks like, this is really a question about generic JSPs (no JSF), you might actually have a bit more success on a generic JSP forum--using scriptlets hasn't really been best practices within JDev since...well, since JSTL became available, really. That was a number of years ago.
    Like I said, there's really no direct way to use Javascript output in a scriptlet--unless you mean something like storing Javascript output in a hidden field, and using the value in a scriptlet on the next request. But by the time Javascript runs, any scriptlet from the current request will already have executed.

  • Pre-Program DME

    Hi All,
    I am basically from SAP HR background. But we are facing an issue, where when we run the pre-program DME, the corresponding SAPScript form is not being generated. We have asked the client team to give us more information but we do not have any at the moment. They have just told us that we need to maintain SAPScript forms in transaction FBZP and then we run the pre-program DME.
    Can you please guide me regarding what could be the reasons the form is not being generated? How should I start my analysis, given that I have absolutely no knowledge of FI?
    Thanks and Regards,
    Vidya.

    Thanks Jason,  after applying the corrections will get back to you about result.

  • Pre-programmed text

    Does anyone know how I can set up pre-programmed text messages?

    Your form data hierarchy is different than mine. You need the brackets also, otherwisethe first assignment statements executes only.
    // form1.#subform[0].DropDownList1::exit - (JavaScript, client)
    if (!(this.isNull)) {
      var char = this.rawValue;
      TextField41.rawValue = "Data " + char + "1";
      TextField42.rawValue = "Data " + char + "2";
      TextField43.rawValue = "Data " + char + "3";
    Steve

  • Pre-programmed voice mail key

    I am trying to modify the pre-programmed voice mail number in my bionic (*86) to include pauses and waits separating various prompt numbers, etc.  I found under voicemail settings where you can perform this mod and it accepts and displays the changes made, but when the green "voicemail" touched on the home page, only *86 is prompted and none of the modified prompts appear......I have managed it to make it work by creating a new 'contact", naming it "voice mail", then creating a separate quick dial on the home page, but utilizing this method and not the pre-installed green prompt will not allow user to see the number of voice mails waiting like the green dedicated prompt displays.
    Surely there is a way to go in and modify the default number of the pre-installed voice mail prompt as there surely could be other required numbers besides *86 customarily used by Verizon??? 

    Usually you can go to Settings>Call Settings>Voicemail Settings and change it there..

  • Pre-programmed labs

    Why does HV not have pre-programmed fields for extremely common blood tests such as the CBC, the Comprehensive Metabolic Profile, and Urinalysis  like it does for Blood Glucose and Cholesterol measurements? It's extremely cumbersome to enter these
    values one by one in the Lab Test Results section.

    Note if you're lucky enough to be using Windows 8, our HealthVault app does support many common panels in the Lab Results section. Just start typing the panel name and we'll show matching ones and auto-populate for you.
    This functionality is something we'll move onto the web and such as well ... there's just always too much to do and we get to it as quickly as we can. Thanks for the feedback!
    ---S

  • How to modify program sequence

    Function of program
    A current is first injected into the resistive sample, voltage is measured across it. If the measured voltage is not within the range (0.5-5V), the program will have to automatically adjust the current such that the measured voltage is within the range specified. However, existing program will only inject the current after voltage is measured, which does not fulfil our requirement. How do I modify my program so that the program sequence will execute in this way? Pls help,Thanks!!
    Attachments:
    kei2000c.zip ‏534 KB
    kei220v4.zip ‏110 KB
    6053_Final_Current1.zip ‏43 KB

    Are you looking tfor a continous adjustment unitl the level is acceptable?
    You might want to try passing the data through some case statemenst and
    adjusting it there, then continuing on with the program after it has
    adjusted from that point.
    I amnot quite sure what you mean, but I hope it helps.
    "Clara" wrote in message
    news:[email protected]..
    > Function of program
    > A current is first injected into the resistive sample, voltage is
    > measured across it. If the measured voltage is not within the range
    > (0.5-5V), the program will have to automatically adjust the current
    > such that the measured voltage is within the range specified.
    > However, existing program will only inject the current after voltage
    > is measured,
    which does not fulfil our requirement. How do I modify my
    > program so that the program sequence will execute in this way? Pls
    > help,Thanks!!

  • I've accidentally closed my program sequence at the top. And now I can't get it back. Please help

    I've accidentally closed my program sequence at the top. And now I can't get it back. Please help. All my source, timeline, sequences are blank...

    Go to the Media Panel and double click on the sequence.

  • Help required with Access Sequence for output of Delivery

    Hi
    I have created new conditon table for shipping point and storage location
    Created new access sequence , with this new condition table as the 1st sequence - the others being Sales org/ Customer and then Shipping point.
    Applied this Access sequence to Output type
    I created condition record against 1st access sequence, Shipping point and storage location
    Yet when I created Stock Transport Order and subsequent delivery for this STO.
    The first access sequence against Shipping point and Storage location was not found
    The fields used against shipping point and storage location in my access sequence are as follows:-
    VSTEL     KOMKBV2    VSTEL
    LGORT    KOMPBV2    LGORT
    I also tried with a condition for shipping point and material , but this was not found either
    Any ideas ?
    Please advise
    Many thanks
    Tony

    HI
    checked the config and the delivery type is assigned to output determination procedure for shipping output.
    we have two outputs for deliveries, one for delivery schedule note and the other for despatch note, once PGI has been done.
    Delivery schedule note is first in the determination procedure so delivery type NL replenishment delivery is assigned to the first output in this procedure
    is something amiss here ??
    Thanks
    Tony

  • Why does my video get cut off from all angles in the Program: Sequence?

    I just made a video, and after exporting it I noticed my whole video was basically trimmed down.
    It was trimmed from the top, bottom, left, and right.
    Anyone know how to fix this??
    It is also trimmed in the Program: Sequence

    What do you mean source material?
    I took some footage of me playing a video game, and I captured it using a screen-capture software (Fraps).
    The imported material was .avi clips
    I still can't get it to work guys, ill try and explain everything I did.
    1) Open Adobe Premiere Pro CS3.
    2)Click new project DV-NTSC Standard 48kHz
    3)Import a .avi Movie I captured using Fraps screen recorder
    4) Use the Set In point and Set Out point to get what material I want from my movie
    5)Drag it onto the timeline
    6) Look at my program: sequence 1, and my movie seems to be trimmed from all angles, meaning if you've ever played a first person shooter game, you cannot see the gun I am holding, but in the movie clip that I recorded earlier, you can a see the gun I am holding.
    Does this make any sense?

  • Outputing Pre-programmed Serial Commands

    Good Afternoon,
    I'm connecting a stepper motor to LabVIEW and was able to make it work with the basic serial write and read example vi very nicely.  I was just curious if there was a way to store  a couple separate sets of code (essentially programs) that could be fed to the serial port on command with LabVIEW depending on the users need.
    If I was too vague, let me know.

    In short yes.
    You can store text in strings and arrays just like other software languages and also pull data from text files or other file formats. These could concievably be stored command sequences for your stepper motor which could then be sent down the serial port under software control.
    Check out the help files on strings and then follow it up with arrays, after that look at reading in files. The help files are really excellent, one of the softwares strong points.
    Looks like your project is growing all the time, hope all the stuff in the previous question hit the mark.
    Message Edité par Conseils le 01-06-2006 11:16 PM

  • Rendering white flicker on the program monitor and output video file. How to get rid of this flicker in adobe premiere pro cc 2014?

    Hello,
    I have been working with long sequences in adobe premiere pro cc 2014. All of sudden, I see white flicker in the program monitor and rendered output too. The flicker does not follow any pattern. It is very random.
    How to work around on this?
    Regards
    Naveen Alle

    Concurrently working on the same project it requires a specific implementation in all editing programs like Avid's Unity/ ISIS shared storage. That's what you are simply not considering. none of your issues would be any problem if your projects resided on a commonly accessed server or something like that. Check respective hardware solutions.
    Mylenium

  • ABAP QUERY: Selection text name change : seq. of column sequence in output

    hi friends,
    1)I need to change the text of the selection field in ABAP QUERY REPORT
    please help me. t code: SQ03 : User Group(zabc) and report name (zabc).
    Environment -> infosets.
    in the field group, double click field name to be changed. I tried to change it. The changed name is only reflecting in the list output, but not in the selection screen.
    I want the text to be changed even in selection screen.
    2)I want to change the position of the column ie end(last colum) to 8th column in the report output. Please help me.
    Environment -> Queries -. I tried with 'Output sequence' and given no as '8'. But is not reflected and the column is still displayed at last column.
    Please help me

    Go to Query and go to selection field and change the selection text.
    Hope this help.

Maybe you are looking for

  • How can I import Related name fields from contacts?

    I am using the drag and drop function to get contacts into a table in Numbers. However, it does not seem to work for related names (no headers for those appear). Anyone experiencing the same?

  • Database Link Error: From Oracle to SQL Servre

    Hi, I am trying to create a database link from my Oracle database to SQL Server. Oacle is 11gR2 on windows 2012 64-Bit same is the OS for SQL Server. When i execute the query using link, this is the error what i get: *ORA-28545: error diagnosed by Ne

  • New iMac 2010 i3 21.5  getting real warm.

    Is this normal I'm exporting a video in hd using screen-flow and I have the habit to always touch the aluminum casing just feel if it's warm or not and feels real hot is that normal sorry about the noob question I am just concerned if this normal tha

  • Explanation of all the Stored Procedure in SBO

    Dear Experts, Their are numerous stored procedures of SAP B1 I once got a SAP documentation explaining "SBO_SP_TransactionNotification stored procedure". Now can I get the source where to get SAP documentation for all the stored procedures. I will be

  • APPLSYSPUB and GUEST

    Hi everyone, i have a doubt about these 2 users (APPLSYSPUB and GUEST). When an user wants to connect to EBS, the user put his password and login, so the EBS create a connection to database with the user APPLSYSPUB for getting information about the u