Re: fpga (PXI-7852R) complex periodic waveform generation
All of these cool downloads and toolkis I have and yet I still manage to not use them. Thanks RavensFan, can always look to the knights for answers. And there are a couple of bugs in the host code...
View ArticleRe: Build an application installer and include files referenced in the code
Your installer should be putting everything in the data folder you need. So it should be fine.
View ArticleRe: USB 6009 DAQmx Deployment
You've selected the DAQmx Core and MAX. The only other thing you should need is to export your hardware configuration so that it can be imported on the new pc. You can go into your local version of MAX...
View ArticleRe: check if real-time controller is connected to a PC
Thanks for the response, but that was actually the first thing I tried and couldn't find anything useful. Which of the system node properties could I use? The only option I found was...
View ArticleRe: Need help understanding TDMS usage
wf_samples–This property represents the number of samples in the waveform. It may be the Diadem cannot measure the length of the data array; maybe write this property at the end of the data run. What...
View ArticleRe: Strange behavior with Report Generation Toolkit. Table does not match array.
Ray, I'm seeing the same strange behavior with LV2013, Win7 and Word2010 using your snippet.
View ArticleVisa read, unwanted additional characters
Goodmorning labview experts, I'm trying to connect labview to a RS 232 port belonging to a lathe. I'm trying to receive and read in labview a string that the lathe should send me. Basically I'm using...
View ArticleRe: Need help understanding TDMS usage
I set "wf_samples" to 50 and got the same results. It screws up the FILE VIEWER and Diadem shows a blank plot. Thanks for your efforts. I'm trying the WRITE TO MEASUREMENT FILE idea now. though I've...
View ArticleRe: Build an application installer and include files referenced in the code
The thing that's confusing me is that the path I currently have is not a relative path, and I don't know if the vi in the installer is going to find the files in the data folder if I install the...
View ArticleFGV in a packed library doesn't seem to share data
Hi, I've got a main interface VI displaying in a subpanel the front panel of VIs stored in packed libraries. When initializing the main interface VI, I create a user event and store its reference in an...
View ArticleRe: how to remove a number from a list controlling a table
Wouldn't it be more useful to instead keep a list of rows that have been used?
View ArticleRe: notification to alert that the student didnt return the equipment
yes sirwhen i am trying to combine the coding, i am getting errori will share the VIbecause like it is sais above to get the date of the borrowal then minus the days ( after adding 7 days)it is error sir
View ArticleRe: Need help understanding TDMS usage
I've never used the express stuff so it's weird to me.Just use it as a diagnostic. You can right-click it to see the VI behind the scenes, "Open Front Panel", just do not save it. (It will ask you to...
View ArticleRe: Help reading raw image file. Close to being able to read mp4 and more...
Not sure how to edit last post, looks like i am getting the color right now, but image is still shifted... (See attached VI)
View ArticleRe: Need help understanding TDMS usage
Obviously I have overestimated the capabilities of Diadem to provide easy ways to look at data. I used your two-express-VI idea to write a file. the SIMULATE SIGNAL vi, I set to use ABSOLUTE time. 50...
View ArticleRe: notification to alert that the student didnt return the equipment
You are trying to convert a string to a DBL. Nobody suggested that.
View ArticleRe: FGV in a packed library doesn't seem to share data
Your Paked Project Libraries are like a Sperate Executable. It is like trying to communicate between two executable which uses its own differnt data space. PPL will have its own data space. FGV will...
View ArticleRe: Region of Interest- ROI
We need any picture with numbers. We want to use OCR to extract the number. This is a possible picture we were using for testing. Thank you
View ArticleRe: 3d model exprot from labview
Hi 3dphysics, LabVIEW allows you to import 3D file formats such as VRML, STL and ASE. However, we do not have a library that would allow us to export those images into a 3d model format. This would be...
View ArticleRe: Visa read, unwanted additional characters
The first thing I would look at is to make sure ALL of your serial settings are correct: baud rate, number of data bits, number of stop bits, handshaking lines, etc. When is the lathe supposed to send...
View Article