Re: Is neccesary to initialize an array of indicators to be able to show my results?

2004-06-04 Thread Bichillo
Hi!! The example that I have sent is an example that other person sent and I modified to show my problem . Thanks for your help!

Re: Is neccesary to initialize an array of indicators to be able to show my results?

2004-06-04 Thread Bichillo
Thank you!! It works properly!! Thank you, thank you, thank you! Graci

Re: Is neccesary to initialize an array of indicators to be able to show my results?

2004-06-03 Thread Bichillo
Thank you!! So, the problem is the function that I am using!! If I want to write a value in an array, and before doing this I don't want to write a default value. What function can I use? I know that Insert Into array doesn't work properly in my application! Thanks in advance! Graci

Hi!!I have some problems with the synchronization of my...

2004-05-31 Thread Bichillo
Hi!!I have some problems with the synchronization of my system, and I don=B4t know how I can solve this! My system consists of differents vi=B4s.Some of them are used to read analogic inputs and digital inputs, using the serial port. The values that I read, go through differents vi to be proccesed

Labview Linux!!

2004-05-27 Thread Bichillo
Hello everybody, I need to develop an application in LabVIEW 7 and it should be able to launch the LabVIEW programming interface, work with it and finally create another application using the Application Builder. For example, the application could have some buttons: 1) Launch LabVIEW 2) Save VI 3

Re: LabVIEW on embedded PC's

2004-05-25 Thread Bichillo
Hi Yves! I know that the date of your answer is 2001 but I hope you can answer me! I am trying to run a headless vi (exe) on embedded PC that works over Linux. This PC is TS5500 Technology Systems, and my problem is that this PC hasn't graphic card, so I can't use an X server and I can't run my

Is neccesary to initialize an array of indicators to be able to show my results?

2004-05-24 Thread Bichillo
I am working using Labview 7, and I have a problem when I have to show my results in an boolean indicators array. The problem is that I have to initialize the array to see the results. Is it normal or am I doing something wrong?Has it any solution? Thanks in advanced. Graci

Hi!!how can I build a vi with every number of inputs?

2004-05-24 Thread Bichillo
The vi I want to build is a little "strange" , I am going to try to explain the basic idea!! I need a vi with every number of inputs, so, maybe my vi has 2 inputs or 50 inputs. I know that a vi has a limited number of terminals (28), so , I thought that I had to use an array to avoid limit the num

Does anyone know if there is anyway to build an executable...

2004-05-19 Thread Bichillo
Does anyone know if there is anyway to build an executable in Linux and this executable run in every Linux version? Hi!! I am working using Linux. I have built the executable in a PC with a version of Linux. And I tried to run this exe. in other PC that works over other version of Linux, an older

Hi!!Does anyone know how can I programm a vi to launch Labview in Linux?

2004-05-14 Thread Bichillo
I want to build an aplication to launch Labview. But the problem is that I am working with Linux, so I can't use Active X to do that. How can I do it? Is there VI server in Labview for Linux? and if is there Vi server, how can I use this, to launch Labview? Thanks!! Graci

how can I create a executable vi in Linux?

2004-05-12 Thread Bichillo
I have my vi, and I want to create the executable file. But I want to run this program (vi) in a embebeded PC that works over Linux!!so , I dont have screen and I dont want the panel up. How can I do this? Is it an option when I compile my vi and build my aplication? Thank you!!! Graci

Re: hi!!!I need your help!! Does anyone know if there is any...

2004-05-07 Thread Bichillo
Sorry Rolfk!!! I am not shouting!!The reason of using "!" is that I am very happy because the weather is really nice and I am learning a lot about Labview!!! So, don think that I am shouting, I would never shout to people that are helping me ;)!!! Ciao bambino!! Graci

Re: Has anyone written a driver to comunicate with an ADAM 4000...

2004-05-07 Thread Bichillo
Thank you Rolf!! I know that I can comunicate with the modules using an ASCII comands that the ADAM can understand. I have any problem doing this. But I have to use Modbus protocol to comunicate with them, so I need a Modbus driver!!! Thank you again!! Graci

hi!!!I need your help!! Does anyone know if there is any...

2004-05-06 Thread Bichillo
hi!!!I need your help!! Does anyone know if there is any Modbus lib or Modbus driver to use this en Labview BUT in LINUX? I am using Labview to comunicate with ADAM modules, but I want to comunicate with them using Modbus protocol. I don=B4t want to use "ADAM protocol" ASCII comands that the modul

Re: Has anyone written a driver to comunicate with an ADAM 4000...

2004-05-06 Thread Bichillo
Thank you for your answer!! But the problem is that I am working using Linux, so I couldnt use the driver And I cant open vi_adam_4000.html!!! Do you have any idea? ciao! Graci

Has anyone written a driver to comunicate with an ADAM 4000...

2004-05-05 Thread Bichillo
Has anyone written a driver to comunicate with an ADAM 4000 module using Modbus portocol over RS485? Hi! I am trying to comunicate with an ADAM 4000 (4068) module using Modbus protocol. I send the message through the serial port RS232 because I am using other ADAM module that converts RS232

Re: Hi!!!I need help!!I am desperated!!!The serial port makes me become crazy!!!

2004-04-14 Thread Bichillo
Hi JLV!! Thank you for your solution, but this vi works . The vi that doesn=B4t works is entrada_analogica.vi, the first one that I attached. And the problem is in the the frame 1(0...1), when I write other command and I try to read the answer, the answer is one byte,and I have to receive 10 bytes

Re: Hi!!!I need help!!I am desperated!!!The serial port makes me become crazy!!!

2004-04-14 Thread Bichillo
I have tried this, but it sometimes works and other times not, so , it is not a good solution for me!! Thank you!! Graci

hi!!!How can I change the options in a VI express?

2004-04-13 Thread Bichillo
I want to scale a signal, and I am using the vi express "Scaling and Mapping". ButI want to control the differents "options" that I can choose, linear scale, slope...How can I do it? I don=B4t know if it is possible in a vi Express. I know that I can change the properties of controls and indica

Hello!!!I need to read some data from the serial port and...

2004-04-08 Thread Bichillo
Hello!!!I need to read some data from the serial port and processing these, at the same time I want to see the process that I am doing. I read the data without problems, and I see them using Waveform graph, the problem is that I want to see the real time stamps, but in the graph appears 2:00:00,00

I want to build an array using the data that I get through the serial port

2004-04-08 Thread Bichillo
I am reading data through the serial port, but I want to buffer these data. I have seen a function, but i think that i can use this if I am reading data from I/O intrument, so I don=B4t how can I fill an array, with the data that I am reading!!! Thank you!!!

Re: Hola!!!Yesterday, I asked a question about serial port...

2004-04-08 Thread Bichillo
Dear Mads; I have put the "Bytes at port" inside the while loop, and surprise!!!it works, but in one vi it works properly, and in another vi it doesn=B4t work, and the programm is similar, so I am thinking that it depends on the command that I sent.So, I will see if I can find a solution!! Thank

Does anyone know if VI Analyzer Toolkit is included in the Full Labview 7.0 Package?

2004-04-08 Thread Bichillo
I have read that Analyzer Toolkit is a tool to improve your programm , and I would like to know if it is included in the Labview 7.0 that is composed by the followings CDs:Measurement Studio, Labview 7 Express, Toolset Sofware,, Device Drivers for Data Adquisition, Instrument Control..., Manuals, D

Hi!!I want to scale an analogic signal, and I don“t...

2004-04-08 Thread Bichillo
Hi!!I want to scale an analogic signal, and I don=B4t understand very well how interpolated option works in "Scaling and Mapping". Can anyone explain to me, the option Interpolated, in the function , "Scaling and Mapping? Thank you!

Does Labview have any function similar to "ProcessSystemEvents"in Labwindows CVI?

2004-03-30 Thread Bichillo
I have written a comand through the serial port, and I doesn=B4t receive the answer. If I execute the programm step by step, I don=B4t have any problem but if the program runs i don=B4t get the answer!!!It is not a problem of the bytes that I write and receive, i have used the function "Visa Bytes

I write a comand using the serial port but when I read the...

2004-03-30 Thread Bichillo
I write a comand using the serial port but when I read the answer I have an error of time out!!How can i solve this? When I have had this problem using LabwindowsCVI, i have solved this using a function called "ProcessSystemEvents" that executes all the "hang"events before reading the asnwer. Can

I have two number which representation is binary(8 digits...

2004-03-30 Thread Bichillo
I have two number which representation is binary(8 digits each one)but I want to work with these numbers using these like an array of 0 and 1( 16 elements, 1D), how can i do it? I did it in a way that I think that it is not very "elegant". I have 2 strings that contain an hex number, i have passed

What differences are between VI templates and VI?

2004-02-25 Thread Bichillo
I am reading the User Manual( Labview 7) and I don=B4t umderstando what differences are between save one Vi as *.vit or *.vi?I would like to know the differences beteween vi templates and vi!!! Thank you!!

I used to working with Labwindow CVI and i would like to ...

2004-02-17 Thread Bichillo
I used to working with Labwindow CVI and i would like to know how can i use the commands "loadpanel" and "Displaypanel " in Labview. Using Invoke Nodes? I want to make another panel appears and runs, but i don=B4t want to use a subpanel. So, i would like to use somenthing similar to Loadpanel and