How to find the Nth lowest local maximum?
I have a sine wave that is being inputted. The amplitude values are being saved in a 1D array. What I want to do is find the lowest maximum peak of the wave. What I'm thinking is starting at element...
View ArticleVoltage Ramp Up and Down
I am very new to labview and trying to generate a ramp signal (ramp up from -3v to +3v for 520 steps and +3v to -3 voltage for another 20 steps). I want this ramp to be in a loop. I have already...
View ArticleRe: Unable to configure Xilinx IP block
I have 14.7 and 2013.4 installed, which match up with LabView 2014 SP1. From that table, it looks like I can't just install an upgraded version of the Xilinx tools to fix this.
View ArticleRe: Unable to configure Xilinx IP block
You're right. I would post to the Xilinx forums since I did another search and this error comes up in multiple versions of Xilinx. And in almost every case, corrective action was filed on Xilinx's...
View ArticleRe: Waveform chart memory grows while using "clear chart"
I was not around here when this thread was active but I would like to offer another explanation... "Un-do". The und-do operation requires storing what was displayed in order to perform and "un-do". Ben
View ArticleRe: cummulative sum elements in array(one by one)
logatto wrote:Hi, it was indeed easier than expected, I was taking it in the wrong direction. I am sorry for having annoyed you with my vague question. Even if did not get the point of my single "m"....
View ArticleRe: Question about run 2 state machine dependently. Attached VI and picture....
oh, it works. I do think I tried this....... but how comes it was not working. Thank you again for your help.
View ArticleRe: Data Recording Freezes When Value Reaches Zero
Thank for your reply. I missed the while loop around the whole thing in the snippet I will attach the file itself. That pb is barometric in inches mercury and it's usually a value around 29. All other...
View ArticleProgrammatically Configuring I/O C Series Modules
Hello all I am using a cRIO controller (cRIO 9063) with two c Series modules for voltage I/O (NI-9263 and NI-9205). I am trying to implement a way to configure different aspects of the setup (like...
View ArticleRe: "Enable SSE2 optimination" checkbox is missing
HRSmith wrote:Bill, you are correct, Sir. All check boxes are now visible after changing the display settings to a smaller size. I guess the size of the window does not increase accordingly when the...
View ArticleRe: Data Recording Freezes When Value Reaches Zero
I'd put either probes or indicators on all inputs and outputs of the "Q" node on the top right of the diagram. See if "NaN" is an input or output. One thing that's not obvious about NaN is that...
View ArticleRe: Data formatting in Ms Word
And how to remove the empty lines in between table and picture?? Regards,S Nagaraju
View ArticleRe: Subrsion SCC and reusable code
With externals, you can mark files\dirs in you're repo as early. To this means you can choose to update\commit\revert\etc. this repo independently form he 'main' repo. I don't think it's more then...
View ArticleTime record
Hi! I have a problem. I wanna record the time. When i run the my special program, i want to record time and when i close and again open my program it will contuine. For example i run the program and it...
View ArticleRe: DLL access violation - unless caller's FP is open.
550nm wrote: When I originally posted this question, it was not clear (to me) whether LabVIEW might have a roll in the cause of the error. Now, having built a simple test-case that only calls the...
View ArticleLabview with fuji PLC by modbus
Dear alli am very new in modbus communication of labview. i want to connect Fuji plc with labview but did find any example. can any one help me or give any example related to siemens plc communication...
View ArticleRe: About calling dll
It's not a TCHAR. TCHAR is the Win32 API name for a character code point that could be either Unicode or ASCII depending on preprocessor magic. Because your API specifically specifies that it is...
View ArticleRe: Data formatting in Ms Word
for word to pdfhttps://forums.ni.com/t5/Example-Programs/Save-Word-or-Excel-report-as-a-PDF-using-Report-Generation/ta-p/3534118
View Article