Re: Watlow F4 Controller with LabView
Nevermind- figured out the problem. Ass clowns at Espec have wired their unit assuming the RS-232 cable the user is using is a STRAIGHT THRU cable, not NULL. This is very unususual when it comes to...
View ArticleRe: Real-Time data to array
take this as example , it is between two systems communicating on serial port. one sys send data and other rx it , parse it and then send appropriate ack 1 read a serial port buffer (wait for some...
View ArticleRe: How does the Labview based program apply to computer which without Labview
SInce you list your "student number", you are probably using the student edition. You cannot build standalone executables with the student edition. You need LabVIEW professional. If you only have...
View ArticleRe: Real-Time data to array
Tirmizi wrote:take this as example , it is between two systems communicating on serial port. This has nothing to do with the topic of this thread. Please start a new thread if you want to discuss...
View ArticlePass 48 bit data from FPGA to Real Time
I need some help. I am writing some code for the FPGA. I want to read 48 Digital I/O channels and detect when there has been a change. When the change occurs I want to pass the 48 bit data to an FPGA...
View ArticleRe: Real-Time data to array
It seems you are a new LabVIEW user. Please take the time for some of the LabVIEW tutorials to get a better understanding of data flow and correct design patterns. Contributions from new users are...
View ArticleReal time audio and queues
Hi all,I have a problem with my project. I need to acquire sound from my soundcard (16 bit, 22050Hz) for later processing. I´m using a queue with consumer-producer structure. The thing is that I need...
View ArticleRe: Real time audio and queues
Hi. I dont have any experience with these vi's but I am guessing the 1ms waits may be the problem. Take them out of both loops. The top loop will then be timed by the sound acquisition and the bottom...
View ArticleRe: Real time audio and queues
What! I must have made a typo and the forum thinks I was being rude ;) never seen that before! I tried to write chunk, im sure that is not an expletive in english...
View Articlefile synchronization
Hi, I came to notice that my file IO is the bottleneck in my program... My datafiles are directly recorded at my network disc... And accessing and searching in files over a network takes alot of time....
View ArticleRe: Help with outputting sound to speakers from array
is your problem has been resolved by changing the value of dt ? what are setting you made in the play waveform vi parameters settings ?
View ArticleRe: file synchronization
You could write to a local folder that is shared using google drive, and all other locations will update eventually. No code needed.
View ArticleRe: DAQmx "wait for next sample clock" never shows "is Late" !
@TC,you missed the 3 second delay- don't sweat it too much! but, there is a HUGE difference between sample clocks and samples acquired:smileywink: I really do recommend reading the help file it is...
View ArticleRe: Real time audio and queues
OK, as the wait is only 1mS and the sample rate is 20mS and there is no dataflow between the aquire vi and the wait(ms) the wait will not have an affect on the timing. Unless the sound input dll is...
View ArticleRe: PID temperature control using a relay
The LabVIEW implementation is quite simple if you have the PID toolkit. I have attached an image below as an example. Search for help on the PID.vi for information about each of the inputs/outputs....
View ArticleRe: Pass 48 bit data from FPGA to Real Time
for some reason, you have configured your array to number function for U32 output instead of U64 output
View ArticleRe: generating synchro/resolver signals using NI 9269
There were several problems with your code.the maxium of your sine generator was set to 16. the output is integer.change to max range.you converted to fxp from integeryou need to use integer to fixed...
View ArticleRe: Real time audio and queues
Thank you for your quick answers. I have changed the timer values and now the flow is constant but the retardation in the consumer loop is too long for this real time project.
View Article