Re: Application Builder stuck on "Building Application..."
Another data point is that after staring at "Building Application..." for several minutes, I can click Cancel to cancel the build and the status will say "Canceling..." but that never completes either....
View ArticleRe: Number array to boolean array
wrote:It looks like you are using the Number to Boolean Array primitive. This converts a *single* number to an array of Booleans. One way of converting an array of integers to an array of Booleans...
View ArticleImplementing a REST API, Issues with Web Services
I'm looking to add a simple REST API to a couple RT targets. Right now I'm using a webservice, which is included as part of the rtexe build. This allows HTTP GET,POST, etc. requests to http://[target...
View ArticleRe: boolean inside cluster
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 dig into all...
View ArticleRe: boolean inside cluster
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 dig into...
View ArticleCom port and device setup menu
Is there a good way to have a setup menu for comport and other instruments? I am trying to avoid having them on the front panel of the main application. It could be a pull down or popup. I have 5 or...
View ArticleRe: Number array to boolean array
I still (partially) recall some language or environment I used way back in the 90's (maybe even the 80's ?) where booleans were typically signed ints with a -1 value (all bits set high). As I recall,...
View ArticleRe: Communicating with specific pins of a serial port?
I had a talk with Jacob at Techron and he said it's okay to just send a continuous 125khz sine wave just normal through the unbalanced bnc in the front of the box. I don't know a whole lot about the...
View ArticleRe: Communicating with specific pins of a serial port?
I'm not familiar with the Analog Discovery, but the LabJack U3 will not be able to create a 125 kHz sine wave. It can easily create a 125 kHz square wave where the low is 0V and the high is 3.3V....
View ArticleRe: Communicating with specific pins of a serial port?
Thank you very much. I'll give the LabJack a go as well. I will probably need it for another part of this project as well a bit later on.
View ArticleUndefined Symbol = NiFPGA_ReadSgl
I have a LabVIEW FPGA program that has a SGL indicator on. I am trying to use LabWindows to read that indicator using the function NiFPGA_ReadSgl. LabWindows gives a link error of "Undefined symbol"...
View ArticleRe: Undefined Symbol = NiFPGA_ReadSgl
C API supports SGL types (see http://www.ni.com/tutorial/53283/en/) so not sure what the issue is.
View ArticleRe: How to use PXI6624 to measure speed and draw a waterfall diagram?
Unfortunately, most of the "interesting" stuff will be down inside those various special-purpose toolkit vi's. You mentioned Sound & Vibration, but I see a bunch of "O.A.T." icons that I suspect...
View ArticleChange input controls during execution of a loop?
I have this program that works alright however, I would like to be able to let the user change the controls during the main loop and have it alter the parameters to the "Configure Standard Waveform"...
View ArticleRe: Install LabView 2019 on hard drive other than C:
I reported the link as broken and they must have fixed. It was broken yesterday. 😉
View ArticleRe: Undefined Symbol = NiFPGA_ReadSgl
Terry, I get this Build Status (95002 Innovate Test Diagnostic.prj - Debug) 95003 FPGA Support.c Link 95002 InnovATE Test Diagnostic.exe error: Undefined symbol '_NiFpga_ReadSgl' referenced in...
View ArticleRe: LabVIEW 2020 TLS Question
We didn't update the FTP nodes, if that's what you're asking. To be honest, the thought came to mind, but I thought the customer applicability was entirely theoretical. Do you actually possess an...
View ArticleRe: Number array to boolean array
wrote:I still (partially) recall some language or environment I used way back in the 90's (maybe even the 80's ?) where booleans were typically signed ints with a -1 value (all bits set high). As I...
View Article