Jump to content

yasmeen85

Members
  • Posts

    11
  • Joined

  • Last visited

    Never

Posts posted by yasmeen85

  1. QUOTE (TobyD @ Mar 28 2008, 08:00 PM)

    I would reccomend that you both read the http://wiki.lavag.org/Forum_Guidelines' rel='nofollow' target="_blank">guidelines of this forum. Especially the section on homework hustling. We are all excited to help people with their LabVIEW problems and see the LabVIEW community grow as more people learn the software. I don't even have a problem helping students with their projects if that help is in the form of hints or tips to get them through a tricky part of the project that they have shown an effort to resolve on their own before posting here, but no one want to do your homework for you.

    I don't know why you thought that we are of kind "homework hustlers", as I told before this happened by chance not more...

    We didn't try to "get an easy solution to a school assignment or do not try to put any effort on our own to solve the school assignment and want other forum members to give us the answer or solution to tour problem"...

    We search before posting any question and when we ask we didn't expect to give us the whole or exact solution, we just need to guide us not more...

    and thanks for all for the help and guiding....

  2. QUOTE (Norm Kirchner @ Mar 28 2008, 01:16 AM)

    quick note, only make 1 post in the forums and not duplicates

    Also if an input to a VI is an array and you only want to change 1 value, you can always use the build array primitive in the array pallette and it will turn your 1 element into a 1 element array.

    There are many other points w/ regards to this about how to only change 1 bit, but that will focus around making a task or channel in MAX.

    Try the build array primitive and then try to work w/ making the DAQ task only change a line rather than a whole port.

    Actully me and sara are in the same team project and we decided to post this question in forum and both of us (by chance) post this question... however I don't know where is the problem if the question was asked in more than forum....

    Conversely I think that benefit will be more...

    but thanks for ur reply

  3. QUOTE(TobyD @ Jan 25 2008, 01:25 AM)

    I just reformatted my system and only have 8.5 installed. The picture I already posted is the example. It just shows you how to convert the data from a string (pulled from your table) into a timestamp.

    Thanks again for your replying...

    But I don't have a problem in changing the timestamp to a string or vice versa...

    My question was is how to make the program to read the array, it will read the first cell in the array which is (date=10/1/2008) then compare this date with the date of system. If they are the same, the program will go to next cell which is (quantity=5) and run an order.

    then the next day the program will read the next cell in the date (22/1/2008) and repeat the procedure above...

    But if the date was not the same of the system, then program will exit...

    So can I do this by Labview??

    I hope the idea is clear now and I'm waiting for your replying or any question...

    Thanks

  4. Hi everybody...

    I have a table like that in the picture below...

    496918138.jpg

    The program has to read a certain value in the table for example the first cell (10/1/2008 in the picture above)..

    then compare this date with the date of computer so if they are the same, the program will run an order...

    and if not, the program will exit...

    so my question is how to make the program make this reading of table?

    Thanks

×
×
  • Create New...

Important Information

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