Re: HTML report graph is cut, how I set margins?.
billko wrote: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...
View ArticleRe: What is error -20007 from "Interpolate 2D Scattered (1D).vi"?
Explain Error works fine for me. You need to type in the number. The explanation points out that 3 or more samples are required. You only have two. Lynn
View ArticleRe: android shared variable
do not appears the variable on device android because after i tried to connect, show a popup that it said to check network.I readed that i have to install Network Variable Engine, but i don't find it.
View ArticleRe: TDMS Write and Read
It sounds like one of the things you need is grater control over how the data is being written and read. To accomplish that you should drop the express VI and use the TDMS API directly. There are...
View ArticleRe: large binary data readout from scope
One more thing: If the scope is sending you an array of integer values that you need to scale, remember that the math operations in LV are polymorphic so if, for example, you want to multiple an array...
View ArticleHow to convert number to date and time
Hi I use the following code to convert timestamp to number and then convert it back to string but it doesn't work.For example if teh current time is 12:52:30 the number will be 125230 but the the...
View ArticleRe: What is error -20007 from "Interpolate 2D Scattered (1D).vi"?
Well that was easy. I must have typed in the wrong number somehow.
View Articleusing time-stamps from a spreadsheet file to be shown in the x-axis of xy graph
I am trying to generate a spreadsheet file from a random number generator inside a while loop with time stamps and then read the file simultaneously. I want to know how can I use the time stamps in the...
View ArticleRe: How to convert number to date and time
Well, the format of your number has no numerical relationship to the time. This is the format that it appears that you want: hour*10000 + minute*100 + second To get that format you must implement that...
View ArticleRe: What is error -20007 from "Interpolate 2D Scattered (1D).vi"?
You should use the "type what I was thinking, not what my fingers punched algorithm." Lynn
View ArticleRe: First and second derivative of a signal by using splines
Thank you all of you. I have solved my problem by fitting myself with a polynomial in the spirit of Savitzky-Golay method, that is by taking a running window of data,
View Articlesimulate arduino serial monitor
object : Simulate Arduino's serial monitor on Lab view problem : I'm working on a graduation project of Interfacing load cell and arduino I'm using an amplifier to the load cell signal, so I've to load...
View Articlearray of 3D scatter plots
A long time ago I posted the following topic, and the solution by altenbach worked properly. http://forums.ni.com/t5/LabVIEW/array-of-XY-graphs/td-p/1321385Now I have a similar problem, unfortunately...
View ArticleRe: Post processing the received serial data
Hi crossrulz,I dont understand how it will skip the last 2bytes as well from 22 bytes of Received Data.why it is showing 030D0102(which is rearranged as in spreadsheet2) and also we are nt mentioning...
View ArticleRe: simulate arduino serial monitor
I don't know what you mean by simulate but you can certainly read the arduino. Do a search for the LIFA toolkit or just use the VISA serial functions. There have been numerous posts on this subject and...
View ArticleIs there any hotkey or quickdrop keystrokes to quickly get to a VI...
Hello all: Is there a way to quickly get to Documentation property of a VI (maybe using a hotkey) so that it saves time from using usual way of clicking through a few menus? This would save me a lot...
View ArticleRe: How to convert number to date and time
Seems like you're doing something funny, probably because you are using inappropriate functions for conversion. I have attached a couple of options of what I think you might be trying to do.
View ArticleRe: using time-stamps from a spreadsheet file to be shown in the x-axis of xy...
Please do not post VIs with infinite loops (at least without informing us that they work that way)! The loop should have a stop button on the front panel wired to the stop terminal in the loop. If you...
View ArticleRomberg integration method
Hi , i am new on this and i want do make a VI for Romberg Integration Method can somebody help me please?
View Article