How 2 change the IP address of the PC with Lavbview

2004-04-24 Thread masterryo
Hi every body,
I am developping a Labview 6.1 program on windows 2000. This programm
writes bytes on a distant machine with a certain ip configuration
(address, mask). The Pc running the programm does not alwys have the
same config.
My question: Is there a way to changfe the ip address of the computer
through labview (can labview force windows to change the ip address of
the pc )?
thanks in advance



Re: How 2 change the IP address of the PC with Lavbview

2004-04-24 Thread masterryo
Thanks, it works perfectly.
Now, for the end of my program, I have to re-configure automatically
the ip config of the computer (ip address, mask, DHCP or Static...). I
would like this function to be non dependant of the windows langage so
I am thinking of looking at the
GetInterfaceInfo
IP_INTERFACE_INFO
GetAdaptersInfo
MIB_IPADDRROW
functions of windows, with building a dll in C, but I will have to do
that with one of my colleague because I don't know these functions so
well.

Maybe there is a solution in labview to know the DHCP / Static mode
easily, non dependant of the language ?



Re: Reading Text Files and storing in Array

2004-04-08 Thread masterryo
Hi guys,
These examples seem interesting for me but I only have Labview 6.1,
could you translate it in 6.1 please ?
thaks in advance.



Re: extract excel value and write it in another spreadshhet

2004-03-11 Thread masterryo
the vi seems interesting, but I hace only Labview 6.1
Could you save it in a labview 6.1 format ?
Thanks in advance.



Re: I have a labview 7 vi and i have labview 6.1

2004-03-11 Thread masterryo
Now the vi is working, thanks
but i can't choose only one cell to appear on my front pannel: there
has to be at least 2. i have to look at it
thanks everybody



Re: Extract value in last cell of spreadsheet Excell

2004-03-10 Thread masterryo
Thanks very much,
but i've never used it before : where can i find this UsedRange
property of excel ?



extract excel value and write it in another spreadshhet

2004-03-10 Thread masterryo
I am trying to extract a value from a specific cell in a excel
spreadsheet. Then, i need to write it in another specific cell in
another excel spreadsheet.
I use labview but not for this application and i don't see how to do
that ?
Thanks in advance.



Re: Extract value in last cell of spreadsheet Excell

2004-03-09 Thread masterryo
The last row of the spreadsheet can vary from 01 to x hundreds or x
thousands and it is not possible to know it in advance, but when I
intend to work on the spreadsheet, the spreadsheet is created for some
days and is present on the computer.



Re: Ethernet and Labview V5.01

2004-03-03 Thread masterryo
I have the same kind of problem (scott's)
i have to communicate with a machine thru an ethernet network. My
problem is : what function in labview do i have to use : visa, tcp,
..
any help would be appreciated...
Ryo



Communication Labview / Ethernet

2004-03-03 Thread masterryo
Hi
I am trying to communicate with labview and a machine through an
ethernet network (rj45).
I don't know how to start my vi .
Someone can help me ?