LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How I can delete the interruption in my VI to control My Signal Generator

Dennis Knutson can u respond to other question in my first post?

 

IMPORTANT: Now I can assign to my instrument a frequency and amplitude. But after assignment the program go off. and I can put other value and run the program again. But If I desire that my program is run always so I can change in real time the values... how can do it?

Thanks,
Vanny

)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(

Sweet, Beautiful and Young Female Physicist (SBYFP)
(I speak a not very good english, so If U are Italian LabVIEW expert speak in Italian, if U speak in Eglish... please speak easy;) )
My e-mail for personal contact: vanessaricciardi@live.it_NO_SPAM_PLEASE
0 Kudos
Message 11 of 26
(1,344 Views)
please have a look at the attached example.
0 Kudos
Message 12 of 26
(1,340 Views)
Jeff Bohrer THANKS VERY MUCH. IT'S VERY GOOD YOUR HELP. Can u respond to my previous post?
Thanks,
Vanny

)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(

Sweet, Beautiful and Young Female Physicist (SBYFP)
(I speak a not very good english, so If U are Italian LabVIEW expert speak in Italian, if U speak in Eglish... please speak easy;) )
My e-mail for personal contact: vanessaricciardi@live.it_NO_SPAM_PLEASE
0 Kudos
Message 13 of 26
(1,340 Views)

vanny wrote:

Dennis Knutson can u respond to other question in my first post?

 

IMPORTANT: Now I can assign to my instrument a frequency and amplitude. But after assignment the program go off. and I can put other value and run the program again. But If I desire that my program is run always so I can change in real time the values... how can do it?


 

You've got too many questions in too many other threads and I have no idea what 'other question' you are refering to.

 

To have something run continuously, you need a while loop. I would recomend that you use an event structure inside one and use a value change event to send a command whenever the front panel control changes.

 

Message Edited by Dennis Knutson on 01-18-2010 09:35 AM
Message 14 of 26
(1,337 Views)

juergenstraub thanks very much!!!! What is the difference between ASRL and GPIB??

 

What is the selection frame? Where I can choose between NBO, NB All, user, Edge 0, Edge All, GSM Edge?

 

 

Thanks,
Vanny

)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(

Sweet, Beautiful and Young Female Physicist (SBYFP)
(I speak a not very good english, so If U are Italian LabVIEW expert speak in Italian, if U speak in Eglish... please speak easy;) )
My e-mail for personal contact: vanessaricciardi@live.it_NO_SPAM_PLEASE
0 Kudos
Message 15 of 26
(1,326 Views)

You should edit the initialize function and get rid of 'Old VISA Open'. That will mean deleting the string with the visa name in it and connecting the VISA session control to the connector pane where the string was.

 

I have no idea what version of LabVIEW you are now using. If you would provide that, I could perhaps send you the modified VI.

0 Kudos
Message 16 of 26
(1,319 Views)

Vanny

 

Time to hit <ctrl>-H

 

This gives you access to the VI descriptions and the LabVIEW help file.  Also, many examples exist in the Example folder (browse the examples) these are a good resource to help answer this type of question.

 

ASRL is a Serial port resource

GPIB is a resource on the General Purpose Instrumentation Bus.

 

They have different settable properties so the default VISA alias displays a mnemonic to aid the developer


"Should be" isn't "Is" -Jay
0 Kudos
Message 17 of 26
(1,317 Views)
this is just a simple example... you have to programm your own functionality using the RSSMIQ VIs. see jpeg
0 Kudos
Message 18 of 26
(1,306 Views)

I have another problems!

See the Figure:

 

14.JPG

 

1) In the upper figure I have used the Control to Instrument Descriptor. In the second figure (down) I have only Used a String costant with the same words that the control had. Why in the second case compare a error Message? I have post also the type of error.

 

2) In the figure down:

 

15.JPG

 

 

I don't understand the logic od LabVIEW. There are 3 yellow icon: first from left for Forward mode, Second reverse mode and the last pass the results to the indicator. But... what is the logic? How can the first yellow icon pass the result to the third icon? And if there is a consequently action... if a set in forward mode, after in revers and after misureament... i can't read the forward measurment.

Can u explain the logical steps to write the measurements???

 

Associate respons to number of my question please... so I understand.

Thanks,
Vanny

)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(-_-)(

Sweet, Beautiful and Young Female Physicist (SBYFP)
(I speak a not very good english, so If U are Italian LabVIEW expert speak in Italian, if U speak in Eglish... please speak easy;) )
My e-mail for personal contact: vanessaricciardi@live.it_NO_SPAM_PLEASE
0 Kudos
Message 19 of 26
(1,283 Views)

Hi vanny,

 

have you tried Ctrl-H on those icons?

These icons represent different functions of your device driver library.

The first two are used for setting operation modes of your device (used for configuration). The 3rd one does the actual measurement...

 

Please (try to) use the standard debugging features of LabView:

- switch on the context help

- use highlighted execution

- use probes

- look into those device driver functions

- use execution in stepping mode

- RTFM

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 20 of 26
(1,267 Views)