Re: Incorrect data type when writing to FPGA Read/Write Control
One of your problems is that you are passing around a strict type def cluster when the terminal just wants a cluster. That is likely what is causing your coersion.
View ArticleRe: Cant Edit Column Headers In exe.
matt198717 wrote:Unless im mistaken, it is not possible to write to a control this way. Ive tried and it has been unsuccesful.Which way? Show us your attempt.
View ArticleRe: Database memory leak
I'm having similar problems with the database connectivity toolkit under LV 2013SP1 f2. I'm looking, at the following link: http://www.ni.com/white-paper/14541/ (LabVIEW Bug Fixes) posted by Jeff-P,...
View ArticleHTML report graph is cut, how I set margins?.
Hello, I trying to get a report with diferent graphs. But I got the graph cut. It seems I could set lower margin th get the whole graph printed. Is it possible to fit?. Another thing, Could I remove...
View ArticleRe: HTML report graph is cut, how I set margins?.
Use the "Set Report Orientation.vi" and change the layout to "Landscape" and try.
View ArticleRe: LCD Display Labview
I think i will get the pico lcd usb should be the easiest solution, i just open every time i change the state in the statemachine a script with the system exe,vi and sent the text to the lcd. The lcd...
View ArticleRe: HTML report graph is cut, how I set margins?.
Hello, Thanks, i already did it. I dont want the pages in landscape. I would like to adjust the margins.
View ArticleRe: HTML report graph is cut, how I set margins?.
Ok. Also I see you are already trying to change the marigins as well. Then why don't you try to squeze the graph a little so that it somes inside the border. I guess this will be the easy solution.
View ArticleError with data sent with VISA communication
Hello,I am trying communicate with a microcontroller that needs this data 0x01 0x2A 0xFF 0xFF 0xFF 0xFF 0xFF 0x0D to start transmitting data back.So, I thought to check the data to be transmitted to...
View ArticleRe: Question regarding FPGA Digital IO
A little information update: There seems to be bug with the FPGA compiler. When I have configured a digital Port with both input and output channels, I read the Digital input channel just fine. But...
View ArticleRe: Error with data sent with VISA communication
You are running a Greedy loop. Give some delay between the transfer and recieve and try to clear the buffer before you start reading. It looks like you are reading some part of old data from buffer.
View ArticleRe: Error with data sent with VISA communication
You don't think that prepending a 0x means that you are actually sending hex, do you?
View ArticleRe: Error with data sent with VISA communication
@Dennis:I think you are right because receiver(Microcontroller) is not responding(VISA is showing some error as attached) which should actually if it receives this data 0x01 0x2A 0xFF 0xFF 0xFF 0xFF...
View ArticleRe: Error with data sent with VISA communication
There are several simple methods. You should have seen the right click menu for a string control/constant where you can select hex display. You can create a U8 array and use the Byte Array to String...
View ArticleRe: HTML report graph is cut, how I set margins?.
Printing a web page has always been difficult, and not just in LabVIEW. I'm no expert, but I think you have to actually reformat (or create a new page) for printing. That's why most web sites have a...
View ArticleRe: Error with data sent with VISA communication
I am unable to make the things you suggested,I ended up here.Can I get further assistance with this.Thanks.
View ArticleRe: Error with data sent with VISA communication
Can you attach an image? I'm posting from my phone.
View ArticleRe: Error with data sent with VISA communication
Now you are just showing the hex values for the ascii characters of 0 x F and F you were showing before. Make your constant display hex like you have now. Delete everything in it. Then type in the...
View Article