Re: Japanese font on Front Panel not working
Hi, It says "15pt System Font" but no Font Face checked, only the "System Font" and "Current Font" in the Text settings.Thanks !
View ArticleRe: exaprom pdf in deployed application
Hi Jean-Marc, Thanks for asking. Yes I originally was giving the print vi the address from the control, and I thought a delay between saving and printing might help. I tried a delay - no joy. Then I...
View ArticleRe: A general thank you from a newbie.
indeed , google rubber duck debugging. it has helped me a lot.
View ArticleRe: template vis from right click menu
The new method of doing about the same thing is called snippets: http://labviewwiki.org/Snippet Worth looking at if you found yourself here in a search on vi templates.
View ArticleRe: Modbus - Issues with Reading Holding Registers
Have you tried using the modbus functions that are available for download?
View ArticleRe: lmaqdx attributes
Sorry, I misunderstood your question. It sounds like the Manufacturer is providing these registers through a "non-standard" (not that anything is standard) protocol. Does the manufacturer have a Web...
View ArticleHow do I make a new-project's folders, which are created from a custom...
I'm using LabVIEW 2013 and developing a custom template witch will create a new project that contains auto-populating folders. When the new project is created the directories are replicated to the new...
View ArticleRe: FPGA with unsynchronized data transfer to host.
Hi Basbee, I see a main fundamental flaw in your current setup. When using Analog inputs or outputs with FlexRIO, it is a must that the SCTL (Single Cycle Timed Loop) and ADCs on the FAM are driven by...
View Articleassociating references to controls in cluster
HelloI am new to Labview OOP coding.I am trying to hide/unhide a control within a cluster. I realize the controls are available as a 1D array of reference. And I am able to specify an element of the...
View ArticleRe: Modbus - Issues with Reading Holding Registers
As Dennis said, use the NI Modbus library. The problem with your command structure is you forgot to append the checksum to the end. There is another possible problem. What are you using as the RS-485...
View ArticleRe: Questions about LabVIEW, LabWindows/CVI and RTOS
Hi schddc, My apologize; I mixed up operating systems. Currently, VxWorks runs on PowerPC processors, so unfortunately it would not be a supported operating system for your RT PC. Please let me know if...
View ArticleRe: associating references to controls in cluster
You could iterate through the array of references looking at properties of the reference such as label name and stop when you find the reference whose name matches the control you want. Beyond that,...
View ArticleRe: Tetrix DC motor control with Lego Mindstorm
Hi Lals25, I found a couple of articles that can come useful for you when trying to synchronize the motors. Synchronizing Two Motors How to Calibrate NXT Motors to Travel the Same Distance Controlling...
View ArticleRe: associating references to controls in cluster
If you want a reference to a specific cluster element, simplify go to the front panel, right-click the desired element inside the cluster, and select "create reference". (Sorry, posting by phone....
View ArticleRe: lmaqdx attributes
Yes, that is the perfect way to enumerate the issue. This is likely the best couse of action, I will try that. Thanks!
View ArticleRe: logic analyzer using usb 6009
First, the USB-6009 is not very suitable for a logic analyzer because it only has software timed digital inputs. So you are limited to how fast you can acquire the data and the timing between...
View ArticleRe: FPGA with unsynchronized data transfer to host.
Dear Chris, Thanks for the reply. I am actually using the IO module clock i just forgot to change it. And for the 10 times 1024 samples. Even if i take out only 1024 samples at a time the jumps happen.
View ArticleRe: xy graph Zoom
Hi guys, Thanks for the help. One additional question,if i execute a circular motion, is it possible to ensure all the points i have calculated to be on the x-y graph instead of only one point moving...
View ArticleRe: associating references to controls in cluster
Hi, krishk24, I usually right click the control in the cluster to create the property node and choose the visible property.But I'm not sure it is a good way to apply to all situations.
View ArticleRe: Control Simulation Self-Balancing --> for expert
Hi My name is Andres I´m a student and I´m trying to understand how the Balancing works to make one.Can you send me your code please? Thank you
View Article