Re: Disable button using Property Node
If In Range? and Bottom are both True in any given iteration of the loop, you will write to the serial port two times with only about a millisecond between the writes. Is this what you want? Can the...
View ArticleRe: Generating and Acquiring at the same time, DAQ USB-6356
Hello TuiTui, So, for the Generator : I use 2 "Simulate Signal" wired to a "DAQ analog output". Frequency, amplitude and phase are set by 3 control. Setting of both "Simulate Signal" : Samples per...
View ArticleRe: Single Cycle Time Loop
I omitted the blank loop. The I32 conversion is becuse of below tutorial of NI (I use I8 constant and convert it to I32 in the input of initialze array)Maybe is it optimized to use a I32 constant and...
View ArticleRe: Real Time Target
What about the issue of fulling the resources in RT? Is there any kind of such issues regarding to RT?
View ArticleRe: scientific calculator using LabView?
Joel_Mulig, Thank you for sharing your code. Some suggestions:1. Refactor it to use the Event structure which was either not yet available or very new in 2003.2. Refactor it to use a state machine...
View ArticleRe: Single Cycle Time Loop
I don't think these coercions are a problem that you need to solve explicitely. You have an array of 20 elements that you constantly rotate while replacing the first element. For each rotation, all...
View ArticleRe: Calculator help
Hey Joel, Dispite being 11 years old, that is a great looking application! If you want to make it more visible/accessible to follow developers, you could condier posting it as a community example. NI...
View ArticleRe: fpga: cannot update the timer on fpga via host.
Hi all, after consultation with my supervisor, he recommended me to pass on the value to new or intermediate control first. then, update the control value which is connected to the loop timer with the...
View ArticleRe: Single Cycle Time Loop
Keeping the constant as an I32 is using less memory. With the coercion, you are actually adding an extra byte to the memeory (the initial I8). Though, the compiler will turn that all into an I32...
View ArticleRe: control 8 channels, with microsecond precision, outputs only
Hey, Currently, your program is getting to the start VI for your Analog task, and then never leaves that while loop, because the while loop won't stop until the start vi throws an error. You should...
View ArticleRe: FPGA (PXI-7852R) Arb. Wave form resolution
Hello dthrash I'll be testing these examples since we need to determine the limiting factor. RegardsFrank R.
View ArticleRe: Replace quotient and Remainder with Scale by power 2
Thanks for clearing that up. I'm so distant from that field that FPGA and RT were in the same pot for me.Learned someting.
View ArticleRe: Generating and Acquiring at the same time, DAQ USB-6356
OK so you are writing at 3Ms/sec and reading at 1.25Ms/sec and you wonder why there is a bit of discrepancy in the resolved frequency? Ideally you would want the read and write to share a sample clock...
View ArticleRe: SR630 Read Errors
Hi karosten, It looks like this forum post might have the answer you're looking for : http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/Timeout-error-when-using-SR630-over-GPIB-USB/m-p/2424650 I...
View Articlearray manipulation
I would like to manipulate and array like this. 12 4222 3213 4323 33 to 12 42 13 4322 32 23 33 How would I go about doing this?
View ArticleLabVIEW crashing every time I try to run / compile a FPGA VI
I have a RT project using a cRIO-9012 / 9112, and every time I hit run on the FPGA VI, the compile process begins but immediately crashes LabVIEW. The FPGA code is simple - just a development starting...
View ArticleRe: how to calculate the sum of the values of some columns of a table
really thanks a lot P@Anand and crossrulz for your precious help
View ArticleRe: Imaging a Touch Panel Computer (NI TPC-2206) Compact Flash Drive
Hi, I think the following attachments will be helpful. If you have many working TPCs, you can image the CF card and then push that image to the TPCs that are in a bad state. I created a couple of...
View ArticleRe: control 8 channels, with microsecond precision, outputs only
I believe i've worked out the task problems by using one of the examples as a guide. My new problems is that I must put 8 number controls in the top array because it says it needs to match the number...
View Article