Re: Com port and device setup menu
Sure. You could have a button on the front panel, or a menu item that would call a subVI that pops up like a dialog to enter the information.
View ArticleRe: boolean inside cluster
wrote: wrote: wrote:Rather than posting in a 10 year old thread, you would be better served if you created a new message thread. Without knowing exactly what you are trying to do, and not wanting to...
View ArticleRe: Number array to boolean array
wrote:So my habit would be to check "not equal to 0" ... Exactly. This is the only correct interpretation of the definition: Quote from here: "LabVIEW stores Boolean data as 8-bit values. If the value...
View ArticleRe: Undefined Symbol = NiFPGA_ReadSgl
Seems more of a CVI issue than LabVIEW FPGA. Not sure I can see the error.
View ArticleRe: XControl Labview 8.6 transfer to Labview 2020
Thanks for the reply, I have ben unable to look at the supplied file as yet. Can you explain the process of reassigning the respective files to the xctrls.
View ArticleRe: Implementing a REST API, Issues with Web Services
In a similar situation, I had to ensure that the TCP connection is maintained before received or sending any TCP command by implementing an error handling state machine as a sending/receiving method. I...
View ArticleLabview community edition on pi 4
With the release of community edition I have been very excited to implement my personal projects onto the latest version of the pi, 4b. However I am having difficulty. After searching the web and...
View ArticleRe: Write to txt file with constant tab size
wrote: wrote:Change your file extension from .txt to .tdl.I have never had to do that. Excel opens up txt files for me with no issues. I do it all the time.Same here, but Excel will open...
View ArticleRe: Alicat Error 1073807339 VISA Read
Thank you so much kevin But can those vi's work when connecting Alicat MFC's to an NI USB daq board?
View ArticleRe: Labview community edition on pi 4
The LINX toolkits have not been updated yet to work with LabVIEW 2020. Be patient, it is coming.
View ArticleRe: Alicat Error 1073807339 VISA Read
Happy to help. Those functions and programs are all based on NI-VISA serial communication with an Alicat device, and I believe the NI USB DAQ devices are for reading and sending analog signals, so I do...
View ArticleRe: Error 7 during build application
I had the same issue and found this thread with no solution. It turned out I used disable structure and some of the vis were missing inside the disable structure and those were the root cause of the...
View ArticleRe: Com port and device setup menu
I store all of my instrument settings in a configuration file and read it on startup. If something changes, you just update that configuration file before starting the application.
View ArticleRe: Number array to boolean array
wrote:As I recall, any non-zero integer value would evaluate as True, positive or negative alike. A "greater than 0" comparison would have wrongly missed all the built-in boolean constants.I know...
View ArticleDAQmx-Write Digital Output data
I have an array of booleans the length is 30. I want to write each of these booleans to the same port0/line0 of an Digital I/O module as shown below: Basically I want to write to port0/line0 one bool...
View ArticleRe: Alicat Error 1073807339 VISA Read
Thank you very much kevin.I'll be waiting for your response in that thread
View ArticleRe: Labview community edition on pi 4
wrote:The LINX toolkits have not been updated yet to work with LabVIEW 2020. Be patient, it is coming.LINX is shipped with LabVIEW 2020 Community Edition. So if you are running the Community...
View ArticleRe: Write to txt file with constant tab size
wrote:Same here, but Excel will open automatically with a .tdl file extension.I'm not having that experience. I just changed one of my data files to a tdl extension and now Windows has no clue what...
View ArticleRe: Labview community edition on pi 4
wrote: wrote:The LINX toolkits have not been updated yet to work with LabVIEW 2020. Be patient, it is coming.LINX is shipped with LabVIEW 2020 Community Edition. So if you are running the Community...
View Article