Jump to content

xseadog

Members
  • Posts

    24
  • Joined

  • Last visited

    Never

Posts posted by xseadog

  1. [hello again,

    Thanx for replying..well I went thru the manual and have the right settings(baud rate,parity,flow control) for this device..I am right now using the basic serial read and write vi to get the data into labview...but the graph I am trying to plot is not working..I wonder why...I am attaching the file along...anyhelp would be appreicated..thanx

    -innovator81

    Hi

    if you have read your NMEA formats then you should realise that the data is in a string format. You can determine which data is output and also how often it is updated.

    You will need to do 'extensive' manipulation after you have obtained the data file. if you want to plot in a 3 dimensional graph.

    Check your manual to see if it is possible to change baud rates. Also which strings ($GMRCC,$GGPLL etc) you want outputed.

    xseadog

  2. I, too, don't see any limitations with Labview. I was just recently looking at USB and now I see that they support it in the newer release. NI has been excellent and Labview has provided half a career for me now. I guess it's funny that when you can find something that really works, its easy to just dig in and stay productive, and not even look up. :rolleyes:   Labview=Productive. I see from your click link that NI has become very "signal oriented". This seems like the best approach for most test engineering.

    5961[/snapback]

    Just to add my 50

  3. Dear all

    I am using a current source device, this device understands the SCPI programming. when i write to the device using IO assistant to set output current to 2A, it does this. but my problem is, every time i have to write a command to set current 1A, 2 A or etc..

    i need to do this by using a numeric control ,that i just enter 1 and it sets my device to 1 A .

    please tell me how can i do multiple writes in a device using  IO assistant. I have tried to do to by using a 2 commannds in a same IO assiatnt , but it goes on between 1 and 2. My current source range is 1 mA to 100 mA . i cant write each command to set every current

  4. Thanks for the information. I have the application builder in my version of labview  :D When we use the tool to build the application, do we need to open the file to be built or we can just specify the source file from any VI that we open the tool from?

    3409[/snapback]

    Hi Dniz

    after you have debugged your development application, save all.

    Close down Labview then open Labview again, chose a new vi.

    Select build application and chose the VI you wish to build, rember to include any necessary external libraries.

    Check that all parameters are set

    Save the script file.

    Build the application.

    If it is necessary to build again ( bugs errors etc) then follow above procedure execept recall build script and modify ie point to new version of main vi.

    Rember to save script file before building . change its version

    chow

    xseadog

    :thumbup:

  5. hey man im not right if i undertood what you ask....if was just what nightdweller said.....

    you really need some help

    3131[/snapback]

    Your Command of the english language lacks finise :question:

    For someone who is approaching their 99 birthday. you must be the oldest living Labviewer

    in the world -- well at least Brazil :thumbup: congrates by the way

    but back to the point YOU LACK MANNERS. :thumbdown:

  6. Labview is a POS.  It's hung my computer twice.  You'd think NI would get it right after 7 tries.

    2728[/snapback]

    Please clarify ?

    If you are refering to number of versions then it is more than 9 !!

    What OS are you running - if XP with SP2 (ha ha) try removing upgrade.

    chow

    xseadog

  7. Hi all,

    i am relativly new to LabView. I am working on an editor for digital data. To display my data i use a Digital Waveform Graph. To do the editing i am using the cursorpos i read out of the property node. But when I try to set the cursorpos either by typing in a numerical value in the cursorpalette or programatically by writing to the property node, I end up with wrong values!?!

    For example, the graph diplays data from 0 to 10000, I type 487 for X-cursorpos and LabView alters my input to 480 and places the cursor at 480.

    I tried some values

    [typed-input -> altered to]

    487 -> 480

    488 -> 495

    500 -> 495

    502 -> 495

    503 -> 510

    518 -> 525

    Is this the normal behaviour?

    Greetings

    Goetz Becker

    2707[/snapback]

    With regard to yor data: Have you actual 10k samples? If you connect an array indicator, what values do you actual see if you at register(location)ie 487

    Why not do your editoring via data handling , then present result via Graph ?

    What is your plot resolutio :rolleyes: n?

    chow

    xseadog

  8. thanks Jimmy

    using a shift register i've managed to extract the read string from the start and stop bits

    does this look like the best way to do this?

    one of my lecturers suggested the use of a local variable, but i'm not grasping how to do this and achieve the same results.

    Many thanks

    2538[/snapback]

    Hi boyracer

    why read one bit at a time ??

    Use read bye count vi !

    With regard to you block diagram- you are assuming that the serial port init occurs before you read loop :nono:

    Use sequence to ensure that occurs :worship:

    Also recommand that you add a short delay so that initialisation

    of port complete before event.

    At present you loop structure is hogging CPU process time, put a wait in the loop with say 20ms (experiment)

    chow

    xseadog

    post-577-1099495673.gif?width=400

  9. Hi All

    using cut and paste (what else)  :lightbulb:

    have strung a probe example together using Danny and Helen's previous coding.

    It provides a sound when probe recieves data and also recordes actual time to text log.

    It is necessary to generate you own text log before hand for it to function.

    Have funny & modify to suit your own appls.

    :thumbup:

    chow

    xseadog

    2264[/snapback]

    Soory all it appears had time out on upload.

    Will try again

    Download File:post-577-1097584426.zip

  10. :worship: Sorry for being not up-to-date, I'm still using Lv6.1

    2261[/snapback]

    Hi All

    using cut and paste (what else) :lightbulb:

    have strung a probe example together using Danny and Helen's previous coding.

    It provides a sound when probe recieves data and also recordes actual time to text log.

    It is necessary to generate you own text log before hand for it to function.

    Have funny & modify to suit your own appls.

    :thumbup:

    chow

    xseadog

  11. Can any one help with regard to generated error codes for RS232

    communications :question:

    Whilst building application have occasion port error code 37 .

    Error occurs after using xmodem protocol.

    Tried to remove error via closing serial port (Labview 6). Generates error code

    38.

    At present necessary to restart PC, which is operating in 2000 environment.

    Unable to find out what actually error code 37 & 38 mean.

    Chow

    Xseadog

  12. Yes, but the reset is only working if the int is finished, after the reset case is activated and set some values blank.

    The INIT case is wired, if not, the programm couldn't step into this case, I think. You can't see the connection on this cutting.

    I replaced the while loops to case structures. But now I have the problem with the stop buttons  :wacko:

    Or is there a proberty where I can stop the case structure?

    1917[/snapback]

    Sarah

    what I meant was to enclose the while loops in case statements !!

    also try putting a wait pause with in loops so that CPU is not overloaded

    ie set wait time to 20 mSec

    chow xseadog

  13. Yes, the INIT is execute

    1 it is

    2 stop when true is active

    3 the mechanical action is everytime like your example image

    :headbang:

    1914[/snapback]

    Hi Sarah

    Noticed that in your image that you have a 'reset' ( top RHS)condition that will execute at some moment in time .

    Could that be causing a problem :rolleyes:

    Also on your 'NIT'case, that case it is not wired. Is this just due to cropping of image or actual in your VI???

    Try enclosing reset condtion in a case statement for debug purposes.

    chow

    xseadog

  14. Hi,

    I have a while loop in an other while loop. The inside have a button start over a loop tunnel. Now if I press this button the programm inside this loop should work and if I press the stop button I have linked to the loop inside this loop should stop.

    Now, I only press the run button from LV. It steps into my big while loop. Then, without pressing the start button of the other loop the programm steps in the small while loop  :wacko:

    Why? The value of the button should be false without pressing.

    And if I am in highlight modus I see a small f.

    If I press the start button in this modus I see a t.

    Here an image:

    1907[/snapback]

    Hi Sarah

    put your sub loops in case statements, control via front panel button/switch.

    chow

    xseadog

    post-577-1095935671.gif?width=400

  15. Hi Michael,

    here a screenshot.

    Yes, I think the problem isn't in the "replace.vi", too.

    1792[/snapback]

    Hi Sarah

    is it possible to do another screen shot with a probe set before and after your un named vi :headbang:

    ie just before your last concatenate string

    chow xseadog

  16. Hi,

    I have two graphs with different amplitudes.

    How is it possible to compare this two signals? I thought I can write the signals, frequency, hz, time(?) in a field and compare this values then I can connect a LED for the status.

    But there is the problem with the amplitudes  :wacko:

    1743[/snapback]

    HI Sarah

    what exactly is it that you are trying to compare :wacko:

    You could perform FFT on values to discover harmonic values then transpose these into a new graph :shifty:

    check out FFT in labview Help :worship:

    chow

    xseadog

  17. Download File:post-577-1094468903.pdf

    Hi,

    if I write some error messages into a file, can I attach a date and a time? This attachments must be the actually time/date from the error. The error must be comprehensible.

    1653[/snapback]

    Hi Sarah

    if you are actually generating an error message than just date/time stamp at that instant before writing to file.

    Attached is functional diagram showing basic string to add to your error string message.

    chow

    xseadog

×
×
  • Create New...

Important Information

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