Jump to content

Sarah83

Members
  • Posts

    179
  • Joined

  • Last visited

    Never

Posts posted by Sarah83

  1. Hi,

    is it possible to send some audio signals e.g. .wav from one port to an other port over LV?

    Now I send only stings (numbers and text).

    I like to test a signal, I will sent it from one port to an other port and after this I will compare both signals with a graph, but I don't know if I can sent .wav, too.

  2. I want to write something in the string fields "write buffer" and "read buffer". On the right site the chosen COM is displayed, if the connection is OK it will sent the string (write buffer) over the port and display it in read buffer. If I choose a second connection above I will switch with "next" and there should be the same field where I can write in a string (write buffer) . :lightbulb:

  3. Okay.  The problem is with your ini file - it can't find it or open it.  Probe the input to the open config data vi (see attached image).  Make sure your ini file has the same path and file name as shown in the probed results.

    OK, now all failure messages disappeared :worship:

    It amuses me that LabView often blames the GPIB controller for misc errors - even if you have no GPIB devices or code.  It is like NI has a great deal of contempt for the GPIB bus! :laugh:

    1435[/snapback]

    hammer_2.gif

  4. I know Bryan is another car lover here. Personally, I really don't get it. How can somebody spend so much money on a car. I guess that's why it's called a hobby.

    It must be great living in Germany since it's easier to have a BMW as a car. Here in North America, they are called imports of course and are really expensive.

    If you had to choose between your boyfriend and your cars, who would you pick?

    1426[/snapback]

    Yes, it costs a lot of money. Especially the color of my summer car, the color changes in the sun :)

    Of course we don't have to pay for import but we pay the make of car. Mercedes, BMW and Audi are expensive, too. Some Asian cars are much cheeper, with every extras like air condition. I live near two car factories, Mercedes and Porsche, Porsche is now nearer.

    Hmmm, I think this decision would not come. He is a car lover, too, but his favorite is Audi. We go to BMW and VW/Audi meetings or shows. But if this question should come in future i would pick my boyfriend :thumbup:

    A car can't give me love :shifty:

  5. Hi!

    I saw Bryan's post about know each other on a more personal level.

    But no one start some topics...

    I'm new here, I'm new in LV and now I like to know something about all the nice people here they helped me so far :)

    So, what are you doing if you don't programming? What are your hobbies? And from where are you from? (Maybe you born somewhere else as you live now)

    About me, I'm 21 years old and live in Sachsenheim. This is near Stuttgart / Germany.

    I was born in Leonberg, near Stuttgart, too.

    After school I do an apprenticeship as IT specialist for 3 years. In this time I worked with Lotus Notes / Domino. In this time I learn HTML by myself. I'm not perfect, but I know many things :D

    Then I made a practical for webdesign. I created a website for a company, where I'm working until today. This company, Euro Avionics, make navigation systems for helicopters.

    In my free time I spend a lot of time with my car (but with my boyfriend and other friends, too ;) )

    My cars are my biggest hobby, I have two BMW E30. Some pictures here My car

    Then, I like animals and spend a lot of time with my two budgies and tree turtles.

    Some other hobbies: photographing, drawing, shopping :rolleyes: , playing on pc, swimming...

    So, now you know a little bit more about me :beer:

  6. I think if you create a few sub-vi's as I suggest, you will see that it will solve your problem.

    1397[/snapback]

    But I thought in a sub vi I can only put things that I needn't see permanent on the frontpanel. And I want to see my chosen connections (string to write, bytes written, VISA resource name, read string, bytes read...) and my "display area (visible display strings depends on the chosen connections from the radio button) " (the RX and TX display strings) permanent. Only the configuration should hide everytime until a user is clicking on the "config button".

    I see, for a "greenhorn" it's not easy :book::D

  7. No, I don't think it is possible to get events from an idle vi such as a "RUN" command button. 

    :2cents: That being said, I think there is a general belief that you should not use the Run button for a deployed VI.  Instead, the top level vi should run when opened (right click icon on top right of vi, select vi properties, then select the Execution category and click the "Run when opened" box.

    1385[/snapback]

    Hmmm, ok, I open my .exe file and then it run. But now my radio button is selected by default. I would be better if you must run the .exe manually. Or is it possible to deselect the default value and no radio button is activated?

  8. Hey,

    I'm working with LV since June.

    According to this I have many questions :rolleyes:

    At first I visited a training from NI. It was the Basic Training. But this training didn't deal with every topic. So i have to learn all by myself.

    How do you start?

    It's new for me, before I programmed with Lotus Notes Domino and HTML.

    But everyone said it's easy to learn.

    Can you recommend some books or websites? (I can't login to the developer zone on the ni site...it switches everytime between "ghost" and my username... so I'm very happy I had find LAVA!)

  9. Hi!

    I have a new problem.

    I have many fields for "string display" and five "combine fields". This five combine fields are for choosing one connection over a radio button. If you choose connection 1 at the combine field you can configure only one COM port. If you choose connection 2 you see two configurations for the COM ports and so on... (for every connection is a LED - green connection OK/red no connection or failure)

    Now, i made a case structure for every choice of connection.

    My problem, i made the configurations for all five choices. So case one is OK. Now i like to put the configurations for the connection 2 in my 2nd case. but if i copy the configuration for connection 1 from case 1 in case 2 i'll get new fields and LED's (numbered with 6 e.g. string to write 6). But i don't want new fields, i like to use only my five strings for the individual connections. I like to use the same LED's in case 2 as in case 3 , only in case 3 should every string display field, LED etc. be added.

    Hmmm, very difficult to explain.... i hope everyone understand :unsure:

  10. of course property "Visible"

    Create Property Node for each control or indicator you want to hide and if you set it FALSE control will be hidden

    regards

    Mikrobi

    1350[/snapback]

    Do you now an example because after a right click on the node i can't find visible in the properties. :headbang:

  11. Use an 'Event Structure' to handle what happens when the buttons are clicked. Use a 'Property Node' to hide controls and indicators or to switch between tabs in a 'Tab Control'.

    1348[/snapback]

    Which "property node" should I choose? There are many different nodes. (This will be my first use of this nodes.) :book:

×
×
  • Create New...

Important Information

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