Jump to content

syiling

Members
  • Posts

    11
  • Joined

  • Last visited

    Never

Posts posted by syiling

  1. hi,

    is it possible to add color to a text that is sent thru email in rich text form?

    i know that one can add color to a text if sent that text as a HTML, but I can't get it right if I send the text in rich text form. the text is still black in font color.

    your help will be appreciated. thanks.

  2. hi,

    I came across with problem when saving a file to a specify file path.

    when my data is saved in a file path, when a new set of data is being entered, a window pop up asking: "replace existing c:\file_name?". and I have to press 'ok' button to replace it. what I want is that I want the new data to automatically replace into the same file path without that window poping out.

    so what should I do to eliminate that window pop-up?

    example on this kind of problem is much appreciated.

    thanks.. :(

  3. hi,

    I am studying about array part in the labview.

    I would like to know how to take the data out of the table and display it in a spreadsheet, for example to be put into an email html.

    I had tried out some method, but what I get is all my data in the table is arranged in one line in the spreadsheet.

    I would like to know how to solve that problem. I plan to copy all the data in the table including the column header's name to it.

    I want the output of the spreadsheet to look exactly like a table with column header included.

    I would be very grateful if some one could help me with it. an example included would be great.

    thanks for the help!

  4. Do you get any errors from the Email VI?

    -Khalid

    hi..

    I am a beginner in labview.

    I recently came across with the SMTP_email.vi example posted by eerc.

    I had tried it out, but I encountered a problem.

    Does the mail server meansthat the server used in microsoft office outlook ?

    let's say I am using the microsoft outlook to send or receive email, so may I know how to get the mail server name if my network is static?

    is it something like this, server_name.company_name.com?

    or could u explain more to me? or could u show me an example out of it?

    thanks for the help..

    Thank you Rolf,

    I already send email :D

    How do I do to send sms?

    And possible to send sms with labview?

    Thank

    Hugo Fernandes

    hi,

    I came across with your SMTP email.vi, and i know that you already can send teh email. I would like to know whether u could help me with it?

    when i typed in the mail server's name, i get this kind of error:

    error code: 66

    the network connection is closed by peer.

    do you know what it is mean by that statement?

    I would very appreciate it if you could show me an example of writing a correct mail server 's name. by the way, I am using microsoft outlook to send and receive email in a network.

    thanks for the hep!

  5. This is the canonical name or IP address of the mail server. In order for "SMTP Email Send Message Charset" to actually send the message, it most connect to a server. The most important thing to keep in mind is that LabVIEW is not a mail server, just a client.

    If this computer has a working email application installed, or there is another computer connected to the same network running an email program, you could open the program and look for the outgoing server properties. You should see the name of the server, or an IP address. These are typically named something like "smtp.companyname.com" or "smtp.universityname.edu".

    Example image of SMTP settings for Google Mail using Thunderbird.

    If your server uses passwords, SSL or unique port numbers, the LabVIEW SMTP Email Send Message Charset" may not work for you.

    You can search the LAVA forums using the Search button at the top and the keyword "SMTP", or try Googling "LabVIEW SMTP email message"

    i still not quite understand with your statement. let me explain further of my problem,

    if I need user name and password to log into a network, does it mean that the SMTP Send Email is not work for this type of system? if it cannot be done, do u have any idea of modifying the example I attached to this message? my plan is to log in to that user name in a network with password encoded, then send the email message to the recipient's email address, so I would like to know how to get that server address from that particular network before I can send that email? your help would be appreciated. and thanks a lot for the help.

    Download File:post-5026-1148517859.vi

  6. thanks for the tips.

    but my data is already in 2 dimensional array.

    I just want to get the row number with matched data. I still couldn't get it.could you help me with it? I would really appreciate it.

    the example is like this:

    row 1: Sara

    row2: John

    row3: Alex

    row4: Danny

    lets say I type in Alex, then the result should be able to show me the row number, which is 3.

    I had tried out the "index array", but still cannot get the result. I really hope that you could help me with it. I would be very grateful.

    really thanks a lot for the help..it really help a lot.

  7. This is seriously in the wrong forum - you've posted it to "Remote Control, Monitoring and the Internet", and it looks more like homework to me...

    Anyway - here's a suggestion: try converting your input string to an array ("Spreadsheet string to array") and then searching the resulting 2 dimensional array...

    thanks for the tips.

    but my data is already in 2 dimensional array.

    I just want to get the row number with matched data. I still couldn't get it.could you help me with it? I would really appreciate it.

    the example is like this:

    row 1: Sara

    row2: John

    row3: Alex

    row4: Danny

    lets say I type in Alex, then the result should be able to show me the row number, which is 3.

    I had tried out the "index array", but still cannot get the result. I really hope that you could help me with it. I would be very grateful.

  8. hi,

    I am a beginner in labview. asnd currently doing exercises about table.

    I would like to know how to get the number of row to be display at the output after a data is matched from a table.

    for example, the table is as below:

    Column1 Column 2 Column 3 Column 4 Column 5

    Name: Gender: Age: ID number: Hobbies:

    Row 1 Sara Female 18 12-23-45 swimming

    Row 2 John Male 20 23-45-78 reading

    Row 3 Katy Female 55 10-25-99 Rock climbing

    Row 4 Alex Male 7 99-27-32 cycling

    from the table above, if I want to find a match for the name I key- in, the output should show me the row number that is match with the name I typed. I would like to know how to make this happen?

    from the labview, i tried out "match first string" icon to match the name i typed with this table, but I cannot get the number of row of that name I typed. lets say, when i type in the name John, the output would be able to show the number = 2, which is the row number. besides that the info of John would be display also. I would like to know how to make this happen? I had tried, but still cannot get it correct

    I had attached a vi file that I had done but imcomplete, because i cannot get the row number correctly.

    i hope that there is some one would help me with it by providing or modifying the vi file that is had attech.

    thanks a lot for the help.

    Download File:post-5026-1148278496.vi

  9. hi,

    I am a beginner in Labview, and came across with this example in the zip file recently. I hope that you all can help me solve this problem. there is a control box: "mail server". what I should type into the box? the description is: mail server is the name or IP address of an SMTP server. could you give me an example on how to type that info into it? Your help would be greatly appreciated. Thank you. or if you have any other example related to this topic, you could send it to me also.Download File:post-5026-1147757959.vi

×
×
  • Create New...

Important Information

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