Re: Capturing data instantaneously after condition is met using 2 DAQ cards
I do not have DAQmx or any suitable DAQ devices so I have not tested this. This is a start on cleaning and speeding things up. Note that writing to the front panel indicators at 1 kHz will not work...
View ArticleRe: bit flipping of bits at random positions
altenbach wrote:Do these bits arrive constantly, one at a time? Does the ratio need to be exactly 0.5 or just a 50% probability to flip any given bit. What if the given ratio results in a non-integer...
View ArticleRe: bit flipping of bits at random positions
Create a I32 array with x ones and N-x zeroes, then apply riffle.vi to randomize the array. Flip the bits of your data for each position that is one.
View ArticleBecoming a CPI
Hi all, I enjoyed working with LabVIEW and helping others with LabVIEW. I decided a while back that I would go all the way with my LabVIEW certification journey. I will take the CPI exam to be a...
View ArticleRe: save
I need help, again. How to create a file with next free name? But i dont need to user manualy save file, i need after he pres stop to save it in background.
View ArticleRe: bit flipping of bits at random positions
altenbach wrote:Create a I32 array with x ones and N-x zeroes, then apply riffle.vi to randomize the array. Flip the bits of your data for each position that is one.can you show me the vi for this word...
View ArticleRe: bit flipping of bits at random positions
This is the simplest way I could come up with off the top off my head, I'm sure Alten has a better method as he usually does but this should work. For the False case simply replace the 1 with a 0
View ArticleRe: bit flipping of bits at random positions
mangood wrote: can you show me the vi for this word ""I32 array with x ones and N-x zeroes""This is a simple task. here are two possibilities (if the ratio of zeroes and ones is fixed, you only need...
View ArticleRe: Becoming a CPI
It's not really much of an exam. You will stand up there and go through a section from LabVIEW Core I. I had to talk about loops for 15 minutes. After you give your discussion, they will point some...
View ArticleRe: save
Ok, let's think through this problem. What do you need to do? First check to see if the base file exists. You already know the function for that. Since you are performing a decision now, you need a...
View ArticleRe: Producer consumer with analog and digital inputs and outputs
Robert, Thanks for your suggestion. For simplicity I have changed all the data acquisition to be software timed, as per your example. However I am having some issues. If I set the 'DAQmx read.vi'...
View ArticleVertical Graduated Bar
Hi! I have inverted a vertical graduated bar, so whenever i run the VI it fills up from top to bottom, but I have some difficulties doing it to go up from bottom to top again. Can someone guide me how...
View ArticleRe: Client Server Communication
Hi Dennis Firstly thanks for your response. I need communication between two systems just like chat application using labview. Hope you got my query. Thanks R Rakesh Reddy
View ArticleInsert the same element into a 2D array of strings
Hi, I have an array of rows and 1 coulmn and I would like to put one element in all the specific places For example lets say the column is 2 and the array of rows are 1,3,4 and Data is 122 so the...
View ArticleRe: Client Server Communication
Then you can use the examples I mentioned as a starting point if you decide to use an Ethernet connection.
View ArticleRe: Insert the same element into a 2D array of strings
You could autoindex on the array of rows on a FOR loop and replace the correct element at each iteration. Make sure to keep the array in a shift register. There are many easy ways to do that, but since...
View ArticleRe: Insert the same element into a 2D array of strings
Try this (remember that the first row or column is index 0, so modify as needed if you want to start with one.) (The function is "replace array subset")
View Articlelabview
Hi All Can you help me with remote desktop connection using lab view. I need to access client desktop in server. ThanksNaveen
View ArticleRe: labview
You problaby need to be more specific. Are you simply trying to run LabVIEW via remote desktop connection? What have you tried and what kind problems did you encounter? I would also recommend to use a...
View Article回复: How to communication with chip after install driver by Driver Wizard
Hi all,I can write no error now, but I still need to wroking:
View Article