d_nikolaos
Members-
Posts
21 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by d_nikolaos
-
I have made a vi and i want to upload it to a server on the internet. I want to see the front panel of the vi in a web page i have. Is that possible? What I have to do? I have tried from the web publising tool but i can't make it work.
- 1 reply
-
- 1
-
QUOTE (Cat @ Apr 3 2009, 02:20 PM) Both of them are Windows Xp. The one that make the program has 2.4ghz processor and the other that i make the test is i think 3.2ghz.
-
Thanks for your help. The think is that i have two diagrams exactly the same. At the second diagram i measure the right think but at the first not.
-
I have made a program using the serial port and in my computer is working very good but in an other computer doesn't work. Is there any possible explanation?
-
QUOTE (d_nikolaos @ Mar 7 2009, 07:34 PM) None?
-
QUOTE (neBulus @ Mar 6 2009, 07:40 PM) How can i do that? Moreover I have a case for example case A,B,C. I want to make some calculations between them.Is that possible?
-
Hi everyone, I take some values from rs232 and I want to transform that values to waveform. Is that possible? These values are long integers(I32).
-
My problem is similar to v_pan's so i am not going to make a new topic. I have a usb to serial converter and m baud rate is at 115200. When I change it to 230400 it's not working with labview but only with hyperterminal. Can I do something to solve that problem?
-
QUOTE (Minh Pham @ Oct 28 2008, 12:04 AM) I take a look to the example from ni but I get confused so I desided not to spend many time to it. I managed to do my, without to read the specific cell I asked for, but straight from labview. Thank you very much for your time.
-
Yes, I only have integers. I thought that it was the same. Is it better to use "Fractional String to Number"? I just check it and it has the same result.
-
Thank you very much for your help This is my final VI
-
The Array size works fine for me but the Add arrays elements doesn't work. I want to add all the numbers of table 2 ( Squer of table 1) and then divide this number with the number of array size. I read some numbers from a xls file. Here is the Vi.
-
Hi, I am trying to add the numbers of a table. Is that possible? Moreover I want to ask if there is any function that counts how many are the numbers of the table.
-
Thank you very much for your solution. Moreover I want to ask if I can read a specific cell from the excel file.
-
Hello, I have made two Vi's. The fisrt one saves some random numbers to .xls file and represent them at the same time. The second one reads them. My problem is that I read them but I can't represent them to a plot. These are the two VI's
-
Thank all of you for your help. I will give it a tray.....
-
Can you tell me what is the function before the join numbers?
-
The "Join numbers" function is a good solution but my question know is how I can make this function to understand that the first 8 bits is hi and the other 8 bits is lo. Second how I can convert this 16bit to number.
-
My input will be 12 bits. But with the RS232 protocol I have to split these 12 bits to 8 and 4 bits. So finaly my input will be 8bits the first time and 4 bits the second. Then I want to join them with some way and then I will convert this number to a decemical form. So my input is somethink like this 00001101 and 0010 and my output 525.
-
Hi, I want to join 2 bytes that I take them from the serial port. Is that possible? Except for that, I want to have somethink like start and stop. I want to sent from a PIC through the RS232 some numbers in dec form like ('#19*') # = start byte * = stop byte Is that possible?
-
labview and ethernet
d_nikolaos replied to v_pan's topic in Remote Control, Monitoring and the Internet
Hello Pantelis and all of you guys I have the same question with Pantelis. I want to make a microcontroller of PIC family to communicate with labview through ethernet. I think that i have to do something with IP and Mac address but I don't know exactly what to do. Does anyone have any idea who to do this? (Sorry about my English....) Thank you for your time.....