FPGA resources
When I look at my compilation report for my FPGA code on a PXI-7833R. I see teh parameters below. They are all listed individually. However, I thougth a slice consists of register and LUT, isn't it?...
View ArticleRe: Unwired or bad terminal
Grab the bottom of the merge signals function then drag it upwards. Then start looking at the online LabVIEW tutorialsLabVIEW Introduction Course - Three HoursLabVIEW Introduction Course - Six Hours
View ArticleRe: Unwired or bad terminal
Hello, you had some terminals unwired where your signal splits and merges. I removed the unused terminals.
View ArticleRe: Unwired or bad terminal
Hi ramanlvm, No access to LabVIEW to look at your code. Though you're looking for a merge signal function (image below) which either isn't connected or is partially connected. You can expand/reduce...
View ArticleRe: Unwired or bad terminal
Hello ramanlvm, Try double-clicking on the error in the Error List window- it will highlight the merge signals primitive function, which it appears you're using to combine signals into a single file....
View ArticleRe: auto frequency increase of simulate signal vi
@GerdW,Thanks so much for the quick response. the loop works fine.I am only trying to figure out how to include the conditional button to the stop, i mean the red dot that is wired to the stop. in the...
View ArticleRe: Accessing RMC signals on sbRIO (9636)
Tannerite,Well, now don't I feel silly!! I have a 9626 on my desk and saw the RMC conncetor in the back. But I was connected to a 9636 and assumed it also had a RMC on the back!! I was able to...
View ArticleRe: "One header only" for TDMS writes?
For your specific case, I would modify the data collection code you have and write data more frequently to simulate a longer test. This way you can monitor the need for the TDMS defragmentation (file...
View ArticleRe: Time based peak matching VI
Hi brfi7385, Can you explain a little further how Spot 1 and Spot 2 are related? My understanding is that in one time window, there will be one data value for Spot 2 and several for Spot 1 and you are...
View ArticleRe: mouse wheel event coordinates issue in LV2013
I've noticed this problem while trying to code some special XYgraph zooming with the mouse wheel. I only encounter the problem when the XYgraph is part of a VI loaded into a SubPanel. The problem...
View ArticleRe: ayuda con arrays
por el momento no he desarrolllado nada del proyecto, estoy trabajando con labview version 2013
View ArticleRe: UDP Parallel Read/Write
gt8860a- This may have been addressed already, but I see some problems with your code (and I do see the LabVIEW bug). You are using port 0 with UDP which will assign a random port, and then you're...
View ArticleRe: Geovision labview
I am currently trying to use a geovision card with 4 cameras on a dedicated DVR PC. I would like to send TCP/IP commands to it from my labview PC that has my GUI using the SDK provided by geovision....
View ArticleRe: Agilent 8753ES with LabView 2013 Visa error using GPIB.
I finally got the driver from NI.com to work today and it has no errors on any of the data it pulls from the analyzer.The other instrument driver I am using (hp8753x) seems to be very inconsistent. If...
View ArticleRe: Questions about LabVIEW, LabWindows/CVI and RTOS
Hi schddc, Your VxWorks PC could serve as a target for your real-time application (and you would install the necessary drivers, etc. on it to do so) but you would not actually install the module and...
View ArticleRe: Unwired or bad terminal
I'm seeing a bug with the Split Signals function. It seems like something I remember reading about before, but searching the forums, I can't find anything about it. When I take the split signals...
View ArticleRe: Decimate.vi doesn't work for me
Then tell us what it is. That way if anyone has a similar problem and searches the forums, your solution may be able to help them!
View ArticleRe: UDP Parallel Read/Write
Hello J. Harv, I appreciate you looking into this issue. I will try to address some of your comments below. J.Harv wrote: You are using port 0 with UDP which will assign a random port, and then you're...
View ArticleRe: UDP Parallel Read/Write
J.Harv wrote: As for the error 66, I do think there is a bug in LabVIEW (maybe Jeremy P can either explain what's happening or pass along to R&D by re-opening the CAR with new notes). Even if I...
View Article