Jump to content

MikaelH

Members
  • Posts

    835
  • Joined

  • Last visited

  • Days Won

    49

Posts posted by MikaelH

  1. Out of curiosity how do you do the automated install of the runtime engine? I understand there is silent switches that can be used, but do you have it automatically download the runtime engine? Or do you include it with the AutoIt EXE?

    The Auto IT script supports attachment of files, it auto zips it and can extract them for your very quickly.

    The RT engine is at about 200M, and I think it got down to 150M for everything in the AutoIT-exe file.

    //Mike

  2. Ulf,

    The GDS is tested with AutoIT, it takes about 24 hours to test through 6 versions of LabVIEW, and I'm glad I don't have to do it manually.

    I've even cerated a AutoIT application called StartUp.exe, which I configured as the windows shell.

    This small application made sure my LabVIEW application always was running and if not, it started it.

    I also have this application to silenly install LV2012 RT eninge if needed.

    You can almost do anything with AutoIT, It's a great tool.

    Cheers,

    Mike

  3. FYI we are working on documenation that soon will be ready.

    Here are just some images of what's new, (an image says more than 1000 words, and I don't have time to write to much right now)

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

    To activate the ACTOR framework menus in GDS, you have to add the Framework library to the project.

    One easy way is to right click on My Computer

    post-941-0-45611500-1351628744.png

    post-941-0-31365200-1351628748.png

    When creating a class select to inherit from an Actor, and select a class Template

    post-941-0-12362800-1351628752.png

    post-941-0-58824900-1351628755.png

    When creating a class method in an actor class, the “Create AF class for this actor method” will be pre-ticked.

    post-941-0-41583400-1351628759_thumb.png

    post-941-0-95388700-1351628763.png

    If you change the connector pane of a method, you need to update the message class.

    post-941-0-03304400-1351628768.png To post-941-0-21463400-1351628773.png

    Then do:

    post-941-0-70494000-1351628777.png

    ..or..

    post-941-0-43003800-1351628781.png

    ..or..

    post-941-0-23428300-1351628785.png

    We’ve added some extra Actor analysis in the UML modeller.

    Other functions that is added are:

    For Icon editor:

    TEXT OCR

    Icons/glyphs support

    Smaller icons

    post-941-0-72188800-1351628788.png

    post-941-0-98029300-1351628795_thumb.png

    Cheers,

    Mike

    • Like 1
  4. Can anybody explain about "Active Object: Queues to and from process" design pattern? :lightbulb:

    As I am new to these GOOP and learning design patters to apply for my project, I would like to have some description about "Active Object: Queues to and from process" design pattern.

    Maybe this video will help you out:

    http://goop.endevo.net/GDS/videos/DesignPatterns (you can fast forward to 4:40 to get to the Active Object implementation)

    If you still have any questions, let me know and I'll help you.

    //Mike

  5. that''s right, but anyone could help me solving the problem? Thank you all

    Sorry, we got into another discussion there :-)

    So back to your original question.

    "how to visualize the frequency as X and amplitude as Y? "

    When using a FFT power spectrum, the X axis is in frequency.

    It starts at Frequency 0 Hz and every x value has a delta f increment.

  6. So be careful offering to recreate copyrighted code.

    Sure, I wouldn't do it, but it's very hard to know where the line goes sometimes.

    Especially for the PID VIs, there aren't many ways implement it. And if you haven't looked at the source code your code might end up looking very similar anyway.

  7. I need to graph the spectrum of the temperature wave..

    I did the amplitude and phase spectrum but anything changed: no graph visualized..

    How to do that?

    I don't understand what you mean.

    Do you just need to plot the temperature?

    In my PID graphs, I normally plot the Control signal (maybe voltage 0-10v) and also the temperature.

    I use different Y scales for the two plots.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.