Jump to content

miab2234

Members
  • Posts

    18
  • Joined

  • Last visited

    Never

Posts posted by miab2234

  1. QUOTE (Clio75 @ Dec 14 2008, 08:17 PM)

    Something like this maybe.

    post-10422-1229282126.jpg?width=400

    post-10422-1229281705.jpg?width=400

    I hope someone can find a way to make it more modular. I feel the case(counter) part is not very good.

    hallo Guys,

    First Thanks Cilo for ur programm but i cant manage to make to write the codes of in Case Structure programm.I worked out on it too.I attached ur programm too.Can someone edit it further (or Cilo)!

    And

    I was trying to do in another way.Downside is the example of mine too .I am getting the number of words but i think its not so exact.Please checkout my programm and correct it please or is there any other possiblity of doing to more easier?

    I think the Cilo programm is much easier but i an not managing to write the code for Number of words,Symbols,vowels and consonants.

    Hi Guys it will be very nice from u all,if i can get the Answer as soon as possible

    Waiting for reply

    Miab

  2. QUOTE (miab2234 @ Dec 7 2008, 11:44 PM)

    Hi Guys,

    I have a idea of making the Linearfit of my Graph but i cant get my values (X and Y ) from my programm out.The attached photo is that what i want to do, and my programm is also there.

    waiting for reply

    Thanks i managed it to do :).I am happy getting my problems done with labview own . getting better

    Anyhow thanks guys helping me :)

    See u again

    Miab

  3. Hallo Guys,

    I am not finding that symbol. can u tell me where can in find the following symbol

    Waiting for reply

    QUOTE (miab2234 @ Dec 7 2008, 09:27 PM)

    Hallo Guys,

    I am not finding that symbol. can u tell me where can in find the following symbol

    Waiting for reply

  4. QUOTE (David Boyd @ Dec 5 2008, 05:50 AM)

    I got how to make the number of measured points but the thing,if i dont use semicolum and the end of my every measured point but the labview has to defrencitate everypoint of its own.for that i have to use the match pattern right ?

    Now see my measured points.I tooked out the semicolum now .I doest want to make everytime semicolum at the end of every measured point. I need that labview automatically take every X,Y.

    How can i deferenciate everypoint ?

    waiting for reply

    QUOTE (miab2234 @ Dec 7 2008, 05:09 PM)

    I got how to make the number of measured points but the thing,if i dont use semicolum and the end of my every measured point but the labview has to defrencitate everypoint of its own.for that i have to use the match pattern right ?

    Now see my measured points.I tooked out the semicolum now .I doest want to make everytime semicolum at the end of every measured point. I need that labview automatically take every X,Y.

    How can i deferenciate everypoint ?

    waiting for reply

    I got it :).Hope its right what i did.If there is something wrong please tell me

    Best regards,

    Miab

  5. Hallo Guys,

    I made an experiment and i cant come further with my programm. i want to know with my programm,how many points it measured and then i want to make the Graph (X,Y) of that points:

    Check out my programm.I have given the measuredpoints in block diagramm.

    I thought that everypoint is seperated with semicoloum.The other thing is how can i change the measuredpoints in realnumbers so i can make a (X,Y)graph of that measurednumbers

    I my programm it has to show the number of measured points 10 and the Graph.

    Check out my programm

    Waiting for reply

    Miab

  6. Hi Guys,

    am trying to make a spiral with. I came till to an end im my programm but the problem is i cant combined the two Aexis (XY) to make a spiral.Check out my progamm and i have a photo of the spiral too,what i want to achieve

    waiting for reply

    miab

  7. QUOTE (normandinf @ Nov 24 2008, 10:01 PM)

    It sure is Miab. And you'll find LabVIEW is a powerful tool to enable programming all sorts of things, from instrumentation, user interfaces, data analysis or management and much more. But the best way to learn, IMHO, is to tackle problems that are progressive and reflect best what is your current knowledge of the software. I suggest you try running the tutorials or have a look at NI examples that ship with LabVIEW.

    On these forums, you'll find great help with surprising rapidity and "volunteering" (is that a word?), however you should note a few things: a) your questions must be clear and to the point; b) you have to demonstrate a will to resolve yourself the problems before asking for help, such as showing us what youMve already tried; and c) it's an open-source community, meaning you'll find many pieces of code in the existing forums, code repository or wiki. Search those before you ask a question. You'll be surprised how we've probably asked the same type of questions you're asking right now. We all started as newbies in LabVIEW at some point. If you don't find it, then please go ahead and create a new topic.

    see you around, ;)

    Hi,

    I got the exact word in english.Actually i want to make the LED-Ticker with any three Alphaphets.

    miab

  8. QUOTE (normandinf @ Nov 24 2008, 06:53 PM)

    To say abut me. Actually am a student in Austria and i am trying my best for learning Labview.I am new in labview and i am searching the questions in the books and i am trying to solve it but i cant come further.

    Thats why i thought its the best way to ask someone,how the people solve the problems.We dont have any homeworks concerning to labview and i have no subject about Labview :). I am trying of my own nothing more then that.

    I thought its good to learn it.

    best regards,

    Miab

    QUOTE (jcarmody @ Nov 24 2008, 04:59 PM)

    I don't know what you mean by "make an LED showing EX:ABC". I looked at the VI you attached and found it strangely familiar
    :unsure:
    ... All you did was replace the boolean indicator and translate the comments.

    Jim

    I thought the way i was going right to make (Alphabets in boolean).Its look its not the right way.I thought i will first learn how to make one by one blink LEDS after that i can make alphabets through it,but i couldnt come further.That why i requested that,can we go further with the programm and make Alphabets(any 2 or 3 alphabets).

    That was my achievment :)

    Miab

  9. QUOTE (jcarmody @ Nov 23 2008, 11:29 PM)

    Miab,

    It stops at 2 because you're comparing the value in the shift register (initialized at 1) with a constant 1 inside the loop. This loop will only execute one time and, even if you changed this comparison, it will never become a 2-D array of LEDs that go on and off one by one. I'm not sure where you were going with your VI so I wrote my own! :D The code is commented so you might be able to see what I had in mind (I have good days, and I have bad days :wacko: ). This approach is limited, but I don't know what your requirements are so I didn't spend too much time on it. Let me know if you need more than 64 elements in your 2-D array and I'll try to help you figure it out.

    Jim

    Hi Guys,

    I want to go further with the programm and i want to make an LED showing EX:ABC and continous still i press Stop

  10. QUOTE (mross @ Nov 23 2008, 07:34 PM)

    QUOTE (mross @ Nov 23 2008, 07:34 PM)

    If you Write an array of ones and zeroes to the Array of Boolean Indicators, the values will reflect the 1 & 0 of the source array.

    The source can be the result of some process, a constant placed on the Block Diagram, or a Control placed on the Front Panel user interface. The Write function is accomplished by the use of a wire attached from the the source icon to the sinking icon of the indicator array.

    On the Block Diagram you will see a Constant, Control or other process Source wired to the icon of an Indicator that is an array of like dimension and type to the source.

    Perhaps you should shows us and example of your own work so we can properly address the specific problem you are having rather than forcing us to be general and unspecific in answering your request.

    Mike

    QUOTE (mross @ Nov 23 2008, 07:34 PM)

    QUOTE (miab2234 @ Nov 23 2008, 08:41 PM)

    Hi i uploaded a data (Mike).

    The problems are

    1.In my programm it shows only 1D array.(Actually i need 2D array.It can be squre)

    2.It is going to the 2. LED and it stops.( I want that it should continue to go further and comeback in 2D) so long i stop the programm

    waiting for reply

    miab

  11. QUOTE (Dan DeFriese @ Nov 10 2008, 01:25 AM)

    I'm not sure what your trying to do. Does this help?

    Hallo Dan,

    Thanks a lot . It was verynice from you and so fast.It was 90% Similar what i wanted :).

    I completed it.

    I uploaded the changed one again in my thread and now the programm has to show how many numbers are between

    1. 0and 0.1

    2. 0.1 and 0.9

    3. 0.9 and 1

    I think its not so difficult for u :). The file is downside. Check it out

    Waiting for reply

    best regrads,

    Ashfu

×
×
  • Create New...

Important Information

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