03-12-2025 06:07 AM
I have this files not available to me for the IV_2015 software made by
If anyone have an idea for the installation of the software and all the external libraries please let me know
Thank you
Solved! Go to Solution.
03-11-2025 09:30 AM
I am using IV_2015 software to test solar cells and I am getting this errors when starting the software.
It claims that the errors are due to the NI files and I am not sure.
if someone is aware of this IV software and knows how to resolve or download this files please let me know.
Thank you in advance.
03-12-2025 06:12 AM - edited 03-12-2025 06:13 AM
I misread the post.
03-12-2025 06:19 AM
Hi,
would be great if you can post the project or vi/ screen shot in the block diagram.
Could you able to find the subvi
-sometime you have to relink the subvi.
-or it could be in the different path, close the project and open then select correct path.
03-12-2025 06:45 AM - edited 03-12-2025 06:50 AM
Hi HARSH,
@HARSH252525 wrote:
I have this files not available to me for the IV_2015 software made by
Michael D. Kelzenberg
Why don't you ask Michael D. Kelzenberg about his software?
Do you have those functions:
available in your LabVIEW installation?
03-20-2025 12:01 AM
Developer has closed all the contacts and software site. Also no I don't have thos functions in my library.
Although I need this files the software seems to work fine.
03-20-2025 12:05 AM
The file doesn't exist in the device or in any locations not even in temporary filles.
The file path is correct as the software demands them to be there when installing it. That means the file doesn't exist from where I took the setup file. Also it is not a file available online making it more complicated as the developer has shut down the sites and mail address.
03-20-2025 04:47 AM
Hi Harsh,
@HARSH252525 wrote:
Also no I don't have thos functions in my library.
Although I need this files the software seems to work fine.
That's the problem: you miss functions in your LabVIEW installation.
You need to correct your installation!
03-20-2025 05:39 AM
@GerdW wrote:
Hi Harsh,
@HARSH252525 wrote:
Also no I don't have thos functions in my library.
Although I need this files the software seems to work fine.
That's the problem: you miss functions in your LabVIEW installation.
You need to correct your installation!
Are those missing VIs really the default LabVIEW VIs? I doubt it.
According to the screenshot "Initialize Keyboard.vi", "keyboardAcquire.vi" and "closeKeyboard.vi" are missing.
The default VIs in LabVIEW are "Initialize Keyboard.vi", "Acquire Input Data.vi" and "Close Input Device.vi", at least in my LV 2022 and I can't check in older versions.
To OP, I think you have to try to replace the missing VIs with the default Input Device Control VIs shown by GerdW.
03-20-2025 05:47 AM
Hi Uli,
@UliB wrote:
According to the screenshot "Initialize Keyboard.vi", "keyboardAcquire.vi" and "closeKeyboard.vi" are missing.The default VIs in LabVIEW are "Initialize Keyboard.vi", "Acquire Input Data.vi" and "Close Input Device.vi", at least in my LV 2022 and I can't check in older versions.
The Acquire** and Close** functions in the palette are only place holders. They adapt according to the used Initialize** instance… (Had to check this, too.)