04-25-2022 10:36 AM
hello all,
What is LVBITX file in Labview? How to open it?
04-25-2022 10:53 AM
@面包怪兽 wrote:
hello all,
What is LVBITX file in Labview?
It is a compiled LabVIEW FPGA file. It is used to load an FPGA with the programmed personality.
04-26-2022 01:09 AM
thanks!
and then,what drivers do I need to instalI if I want to run these files?
04-26-2022 04:28 AM
Hi,
@面包怪兽 wrote:
thanks!
and then,what drivers do I need to instalI if I want to run these files?
You need LabVIEW-FPGA module to handle the FPGAs in your (NI) hardware targets!
04-26-2022 10:08 AM
@面包怪兽 wrote:
thanks!
and then,what drivers do I need to instalI if I want to run these files?
Do you understand that this code is meant to run on an FPGA?
04-27-2022 01:25 AM
I understand that this file is related to FPGA.
When my program is running, an error message appears. I found that the file cannot be opened. I guess it may be related to this file.
04-27-2022 01:51 AM
Hi,
@面包怪兽 wrote:
When my program is running, an error message appears.
Which error message do you get?
The error only appears when the program/VI is already running - or upon starting the VI?
@面包怪兽 wrote:
I found that the file cannot be opened. I guess it may be related to this file.
You cannot access that file, not even with a simple ReadBinaryFile function in LabVIEW?
Or you don't know the file format and so don't understand its content?
You really need to learn to describe your problems better/more detailed…
04-27-2022 04:46 AM
I really don't understand his content,I am looking for the cause of the error in my entire program.Hopefully I can describe it clearly this time.
I am trying to control a myBOT,and I am using myRIO-1900
When I am trying to run the program. I encountered this mistake.
Then I open myBOT code,it throws an error that NI compactRIO Driver support of Labview 2018 is missing
I have installed the following drivers
I do not know how can I solve these problems,Could you give me some advice?
In the annex is my program,I look forward to your reply.