Jump to content

star

Members
  • Posts

    17
  • Joined

  • Last visited

    Never

Posts posted by star

  1. QUOTE (JustinReina @ Mar 16 2009, 10:21 PM)

    Try this. Let me know what questions you have. If the 'queue' idea is a little fuzzy, try looking into 'QSM'.

    -Justin

    Hi Justin,

    Sorry for the late reply and thank for your input. However i couldn't understand your code and how it would be useful for replacing the multi-line list to array of string.vi. Also when i ran the program i received the following error message:

    Error-1073807253 occurred at VISA Read in StepperOption.vi

    Possible reason:

    VISA: (HEX 0xBFFF006B) A framing error occurred during transfer.

  2. Hi Justin,

    I would be happy to go through it with you because I took the multi-line list to array of string.vi from another code and if you could make it easy to understand it would be helpful.

  3. QUOTE (TobyD @ Feb 27 2009, 03:13 PM)

    We don't know what your output string looks like, but essentially you need to convert your data to an array of numbers and pass that into your graph. Because your x-axis is just a count of data points you'll be better off using a waveform graph instead of an XY Graph. Look at the help for graphs for more info.

    Now you can see what my output string looks like and i look at some waveform graph instead of an XY Graph and i still couldn't do it.

    Thanks for your reply

  4. QUOTE (star @ Feb 24 2009, 03:09 PM)

    It works, however this code was smaller part of a bigger code and when I executed the big code it work until it reached the writing file.vi. The reason why is the writing file.vi doesn't stop or the bigger code needs to be in an event structure. I attached the whole code so you could look it.

    Thank you for version 8.5

    Can someone start me off to make this code in a sequence structure and using event structure as well.

    Please

  5. The reason why I want to make a graph is because I am reading some values for a text file and then place the values on the graph. The x-axis is the number of items in the file and y-axis are the values. I made a code that reads from a text file and I have attached it below.

  6. It works, however this code was smaller part of a bigger code and when I executed the big code it work until it reached the writing file.vi. The reason why is the writing file.vi doesn't stop or the bigger code needs to be in an event structure. I attached the whole code so you could look it.

    Thank you for version 8.5

  7. QUOTE (nicolasB @ Feb 23 2009, 07:19 AM)

    The code will be faster if you open the file once and work with the reference.

    Look at the event structure to realize the user interaction.

    regards,

    nicolas

    Hi nicolasB

    I have done some tutorials on events srtructures, however i don't know how to use it in this example.

  8. Yeah i am using version 8.5(thats ok), but the new number which i saved is on the same line as the previous one and i want it to be save on the next line. And if i want to save more numbers, it would be on the next line. I was thinking of using the tab function but i don't have alot of knowledge about it.

    Thank you anyways

×
×
  • Create New...

Important Information

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