Jump to content

Ale914

Members
  • Posts

    52
  • Joined

  • Last visited

Posts posted by Ale914

  1. yes true i know very well this behaviour but from my point of view is a mess i mean if i say Create if not found = False is pretty clear that i want the reference of the queue having a certain name i was supposing that Obtain queue have an access to a sort of reference repository and search and return the ref. by name or create a new one if Create if not found = True.

    I really don't understand the value of this behaviour.

  2. Hi all,

    i'm looking for a LabVIEW job in August '09 in US as freelance, only 1 month of availability.

    I am a expert LabVIEW architect\developer (8 years).

    Huge experience as application developer, team leader in a wide variety of business applications.

    Particularly interested in Automated Test, Imaging, Embedded and Automation.

    Specialties:

    LabVIEW, Automatic Test Systems, Hardware in the Loop, Control Systems, Software Engineering, Rapid Application Development & Prototyping, Embedded Systems, Networked Devices, Machine Vision, Data Acquisition, Digital\Analog Electronic.

    Personal Specialties:

    • Leadership, team working, commitment and success oriented

    • Multi-disciplinary technical know-how. Fast learning

    • High capability in problem analysis and solving

    • Highly motivated by changes and challenging circumstances.

    More professional details on me here http://www.linkedin.com/in/alessandroricco

    If interested contact me at alessandro [dot] ricco [at] gmail [dot] com

  3. QUOTE (crelf @ Feb 24 2009, 11:59 AM)

    Yeah - replicating functioning code on FPGA is pretty straight-forward. Are you running out of gates? Can you post your code?

    Yes i know that we have to use carefully the FPGA but 8 serial is my goal so...

    i don't know if i go out of gate because i stop the compilation after 1 hour because seems that compiler was enter in an infinite loop on a range of actions.

    This night i'll try again after a minor modification on the code, NI suggest me to make a complete copy of the single 232 code including all the sub-VI called in order to avoid resource sharing between parallel executions, i have a share VI maybe this can resolve the issue.

  4. Hi i have a 7813R here and i need to use it a se 8 different RS232 (of course at TTL levels)

    I wrote the code to manage one serial and works so i decide to multiply this code for 8 obviously modifying the physical pin associated to each but at compilation time this "monster" don't compile, take an enormous amount of time only to inizialize all vi needed (1033 VI!!!! )

    Have you any suggestions? never try to make somethings similar?

    Thanks

  5. Hi all,

    i wrote this little tool , a widget, that is a RSS reader for the ILVG.it RSS feed.

    It's 100% written in labview and i decide to release under BSD Open Source License.

    The tool is in alpha version and for sure has a huge margin of improvement, but works.

    The code is simple to understand and very simple to adapt to use RSS from different site, for example LAVA RSS...

    Should be great if some of you labview guru take care to implement the LAVA customization and also better if we decide to create a "labview community RSS reader" able to show all the RSS coming from all the labview related sites.

    You can download IRWI here http://www.agilesystems.it/wp-content/uplo.../irwi-alpha.zip

    Ciao,

  6. QUOTE (Eugen Graf @ Jul 9 2008, 03:37 AM)

    If it's only this use-case, than you not really need the overhead, you done in our example. It can be much easyer, like in my first suggestion, where you open all needed queues at the begin of the programm, and close all at the end of the programm. So each parallel loop can send to each other, bacause each loop get all queue references as input.

    my intent is to hidden the multiple queue registration\duplication in Vis very similar to standard labview queue one's

    whit my implementation you can also dinamically add or remove listener on a queue also during sw execution

    of corse there are margin of improvement

    Ciao

  7. QUOTE (Eugen Graf @ Jul 8 2008, 11:01 AM)

    I use it when i need to dispatch message around the code from one point to different parallel loop for example suppose a quit message or acquired data to send to datalogger and to data viewer simultaneously

    Ciao

  8. Hi all,

    i have relaized an implementation of "multiple points queue".

    in other words "one enqueuer - multiple dequeuer" .

    This is an alpha version so please keep in mind this when you'll find the bugs.

    I would like to improove the code mainly the mechanism of registration as "listener" of a queue, so please give me all your feedbacks

    Ciao,

    Alessandro

  9. QUOTE (Eugen Graf @ Mar 20 2008, 02:23 PM)

    Alessandro, would you tell me please if you got synchronized your PhpBB3 Forum with your Mambo CMS? Or you don`t have users in your CMS, but only in Forum?

    Thanks

    the second one, CMS don't have user except me and staff people.

    Eugene, good luck for your initiative.

    Ciao

  10. Very Nice Eugene, you can do whatever you want, this is a free world.

    my point was different, take it like a suggestion, not waste your time duplicating something already exist, but again you are free to do it.

    Anyway, please, can you explain me the differentiation factor between what we have now and what you want setup?

    When i setup ilvg.it i had clear in my mind this factor, built up a local italian community, that was different to simply translate Lava in italian but was to create user gruops in various italian cities, this was an innovation not a replication.

    QUOTE (Eugen Graf @ Mar 20 2008, 09:31 AM)

    Nice, Alessandro. Is it forbidden to support italian language, because an Italian foum exists? Sorry, I don't understand you.

    If anybody will want to open an italian subforum in LVTutorial Forum, I will setup one. No problem.

  11. QUOTE(TobyD @ Feb 6 2008, 06:46 PM)

    Hi Mikael,

    Sorry to ressurect this thread, but I am working on a project that is very similar to the idea of TestStand Lite and I'm just wondering if you ever got a chance to recreate all or part of what you had done. I would love to take a look at it and pull some of your ideas.

    I am using the "sequence file translator" funtionality of TestStand to come up with a custom text based sequence file that gets translated to a TestStand sequence file.

    Sorry Guys but write from scrath a custom text based sequence languages is like reinvent the wheel!

    We have a lot of scripting languages we just need to use it.

    I had a great experiance building a scheduler using LUA, and i working on a TE also based on this.

    I don't have the ambition nor the time to make a general purpose TE but with some collaboration could be possible.

    Ciao

  12. QUOTE(PJM_labview @ Aug 24 2007, 11:24 AM)

    Here, in the US, NI has been know to organize user group meeting at company site (if there is a large enough number of participant). If this is what you are asking about and you have local NI sales people, you might want to contact NI.

    PJM

    more owherr less.

    NI just come in my company presentig latest product or new cool technology, this is a very good us, but what i want is create an internal u.g. created by company people for company people.

    this kind o user group should be most focused or real company issue and should be a good way for knowledge circulation, of couse NI may be an important actor in this scene but i would like to concentrate more on internal culture diffusion then knowledge of new products

    Ciao

  13. QUOTE(PJM_labview @ Aug 23 2007, 07:43 PM)

    PJM is this package also "relink" all the project VI, after change the name?

    Actually i used tool from Martin Vernhout, martin.vernhout@philips.com, lvdevtools.sourceforge.net and its work very well

    Ciao

×
×
  • Create New...

Important Information

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