Hi Team,
How to change Dynamically 3 Y scale Value and also Auto & Manual Scale Features for 3 Y Scale.
Thank You In Advanced
Rupesh.v
Vol-Curr-Pow Auto & Manual Scale Features?
Hi Team,
How to change Dynamically 3 Y scale Value and also Auto & Manual Scale Features for 3 Y Scale.
Thank You In Advanced
Rupesh.v
Vol-Curr-Pow Auto & Manual Scale Features?
Hi All,
I'm using LabVIEW 2018 with FPGA Module and Real-Time Module.
I'm trying to execute a very simple task of creating a .csv file in a folder on the Desktop.
When using the Real-Time Module, this doesn't work. No errors show in the Error Out.
I'm assuming with it using the Real-Time Module that the Path name must be written differently to normal.
If this is the case, then is there any simple way to change the Path generated from "Path->Browse Options->Selection Mode->Files or Folders" (e.g. ) to the new Path for Real-Time Modules?
Hello,
I work with molblocs connected by GPIB cable.
I would like to be able to connect several of them in parallel, i.e. all on top of each other to my GPIB port on my acquisition module.
When I connect only one I can read its identity on NI MAX but when I connect several the identity takes very strange forms that I can't read.
I would like to know how to differentiate them and especially how to select with which of my two devices I want to communicate at the moment.
Has anyone ever been in this situation?
I have already read this article https://www.ni.com/getting-started/set-up-hardware/instrument-control/f/gpib-usb , but it did not help me much, I do not understand what is meant by "If you have several instruments on the bus, you can determine the address of a particular instrument by disconnecting all the others."
Thanks for your help.
Margot.
Hi,
I am getting an error 34 in a vi that erases the internal memory on an MCU before flashing the firmware. This code has been working for me for a couple of years, and can not find the cause.
I have attached the vi, and a screenshot with inputs & outputs.
Any thoughts would be greatly appreciated!
Thanks,
George
Hi,
I am using a optical rotary encoder to measure the angle and the RPM of the shaft. I have a USB 6341 DAQ system which I am using for acquiring the encoder signals. I am using the counters to count the edge of channel A. When I acquire the data and look at the data, it looked like counts were being skipped in between. It happens more drastically for the case of higher speeds whereas for low speeds, it happens sometimes. I looked at some online resources but could not find any suitable resource to help with this problem.
I have attached the code as well for reference. Can someone please help me with this issue?
Regards,
Abbishek
Hi,
I have been looking on different forums for this answer and I downloaded many different libraries. I downloaded the Modbus library, but LabVIEW cannot find the sub VI MB Ethernet Master Query (poly).
What can I do or download?
Here is an example:
Thank you.
Hello community!
I hope you can help me with the following:
1.) I want to generate different current signals like rectengular, trapezoid, saw-tooth, sinus etc. with my programmable power supply. Since i am relatively new at using Labview i am having a hard time figuring out how i can programm a VI that can communicate with the power supply and execute what i described. I saw there exists an express-vi called "simulate signal", is using this a good start?
2.) Also i want to connect two Solid State Relays with the power supply to turn the current on and off.
Do you have any recommendations on how to learn to program my project in labview or any ideas in general? Your ideas or recommendations would be much appreciated!
The power supply i am using is the TOE 8491, which also comes with a labview driver and some pre-installed VIs.
I am attempting to establish a TCP connection from a Windows 10 client (LabVIEW 2020) to an sbRIO-9603 (LabVIEW RT 2020). It always takes ten seconds. If I move the server from the sbRIO to Windows, the same action takes a couple of milliseconds. The network connection is through static IP addresses on both sides over a dedicated ethernet connection. I have attached the project below. Any ideas on how to speed this connection up?
Note that I have found a couple of instances of similar behavior on the internet, but no answers that made any difference.
My host computer is a Lenovo P53 laptop with an i9-9880H CPU, 16GB of RAM, and 1.5TB of SSD, 3/4 of which is empty. CPU usage is low while this is occurring. I am guessing a timeout somewhere is to blame.
And please do not tell me to use any proprietary NI networking protocols. This is a test for code which will connect to a C# application running on Windows, so must use TCP.
Hi,
I am using disabled and grayed in property nodes of controls in a case structure.
However, I have noticed variables can only be disabled or enabled when starting the application and not at run-time. I would like to disable controls after a variable change from False to True.at runtime. The behaviour of my VI is that it does not wait the variable change to disable my controls but that is not what I want to do.
Can you help me ? (I have Labview 64 bits 2020)
Regards,
Yohann
Instrument available but error persists
Even though all my instruments are found by NI-MAX and their names populate the Select instrument dropdown list the WRITE action tells me the instrument addressed can not be found. What am I doing wrong ?
Connection is via Ethernet to a wireless access point on my network.
Other ways to send the command *IDN? like directly from NI-MAX work fine.
Dear Sir/ Madam,
I am using the DAQExpress and i have two kind of input one is analog (Input ,0.5V to 5V ) other is event counter ( PFI0). May i plot the X Y Graph together in DAQExpress software ?
I am using the USB6008 data Data Acquisition Card, how may i reset the counter after 360 count . I am new for LabVIEW software . I have to plot the Pressure and Volume diagram for combustion engine in real time.
May i ask to please share if you have similar example Thanks and looking forward for your reply .
When restarting an old computer that had been sitting off for years, I discovered that LV 7 and LV 2010 both will not run until the computer clock has been set....! After the CMOS battery dies some computers default to an absurd date year 9999. That alone can keep Labview from launching properly, resulting in an error dialog with the subject message.
Hi everyone,
Hello,
In my error handling subVI, how can I extract the enum String in the error case?
I found that in the current configuration, during an error state, I get nothing being put into the error string from my enum. Can you tell me how I can go about getting the enum string out even in the error state?
Thank you!
mohon bantuannya untuk memberikan contoh mengenai pengontrol kecepatan kipas DC dan redup terang lampu menggunakan sensor suhu lm35 dengan labview-myRIO , seperti pengontrolan pada suhu ruangan.
mohon bantuannya.
Hi
I would like to plot complex impedance spectra (directly by using complex values), and I may not understand well or make a mistake I do not see.
For instance, for a RC, the impedance should be Z=(RCw-j)/(RCw)
I do not obtain de half of the circle I expect...
thanks for help (I added the vi as well)
Regards
Hi,
I'd like to control an internal webpage with labview. After found THIS topic I was able to create a code with can fill HTML fields with a content, but I'm somewhat stuck as I can't press a button.
Input fields on that page can be found using the HtmlElementCollection/get_Item method, which returns a reference by which I can set a given attribute (eg: value), but as the button I'd like to press has no ID, I cant use this. There is another method called HtmlElementCollection/GetElementsByName, but I can't process the reference it returns in the same way.
Sorry for not submitting a code, for some reasons LabVIEW just keeps crashing this morning. (but relevant code can be found in under the topic I linked above)
Thanks!
I am new to labview. I am doing a project on detection and classification of disturbances. Can anyone please help to generate different disturbances such as sag, swell, interruptions, hormonics etc.....? I have searched it in many websites, books and unable to do anything. Please help me out to sort it. I will be very much thankful for it.
Hello everyone
I am writing the goal/problems in our code and in addition, I am attaching the VI file with 3 issues highlighted on the front panel as comments. (Issue# , #= 1,2,3)
Note: if you want to run the code please don't forget to change the path of the text file in the code according to where are you saving it on your PC. The text file contains the variables we are using.
Goal: Two variables (data type is String – “Plant 1” & “Plant 2”) are inputs from the user. If “Plant 1” selected the LED should blink at “X” frequency and if “Plant 2” then at “Y” frequency. Note: The user can select One Plant or Both Plants (at a time). Code and Questions: 1. A code for blinking the LED using while and the shift register is working. 2. Next, we have tried to use Case Structure (selector, using with string data type – not sure, it is feasible: Question: How to use it?) to select “Plant 1” and “Plant 2”. Adding the code (blinking LED) inside the case structure, we are struggling to stop the while of that selected plant. Then we thought of using Event Structure. Still not helping it. Are we thinking of the right way to go ahead with Case Structure / Event Structure to achieve our goal or else there are some different functions in LabView which might help us to achieve it?
Thanks for helping
Ali
I've been running a Windows 10 VM of arm64 and recently have just tried to install the Game Tools. Upon reboot, the VM has bricked due to the error "INACCESSIBLE_BOOT_DEVICE". I have done nothing else on the VM (no updates or anything).