Re: SD6 Teleop issues
I physically removed the NI 9870 from the cRio, and once again ran the visa find vi, and the NI Max software, and got the exact same set of ports/information as when it was connected. This tells me it...
View ArticleRe: Controlling Large Numbers of Solenoids
http://www.mccdaq.com/solutions/USB-Digital-IO-High-Voltage-Solutions.aspx
View ArticleRe: Reset timer after user selection + Progress bar
It is a bad idea to stall loops for long time periods. The stop button works just fine (unless you use an unusual mechanical action setting) but the loop cannot complete until everyhting in it...
View ArticleRe: Controlling Large Numbers of Solenoids
Hello Mesa5, You may also want to take a look at the Industrial DI/O 65xx family, which is available in a few form factors and also uses NI-DAQmx. Deciding on a form factor is going to depend on a...
View ArticleHow to create an array of ring with a different items/values for each
Hi All, i want an array of text ring with different items and values for each text ring. Do you have other solution if it does not work?thanks by advance
View ArticleRe: Unable to use MAX to connect to remote PXIe-8840 running RT
By any chance do you have multiple IP addresses assigned to the NIC on your Windows PC? This is currently a know issue in the current shipping version of MAX (note this should be fixed in our 14.0...
View ArticleRe: Unable to use MAX to connect to remote PXIe-8840 running RT
Hi, I've tried Windows PC with single and multiple NICs, and the issue doesn't go away. I don't think it's a firewall issue because I can talk to many other RT controllers without issues using the same...
View ArticleRe: How to create an array of ring with a different items/values for each
Any typical ring has different items/values for each selection. Uncheck "sequential values" when editing items if you want full flexibility. Of cours array elements must all be the same ring, but each...
View ArticleRe: How to create an array of ring with a different items/values for each
Hello Mnemo15, The properties of elements in an array are shared across all controls or indicators in an array, so there is no way to specify unique selectable values for different text rings in an...
View ArticleEditing ASCII Files
Hello. I am trying to write a VI that will allow the user to transform accelerometer data (ASCII) to a six-axis control file (ASCII) by specifying the position and orientation of each accelerometer...
View ArticleRe: Using a For Loop Index for Array Element Number?
The reason you get not enough plots is that you've used shift register, where you've should use auto indexing as well... Here's other way to do it (using auto indexing at input terminal as well)
View ArticleRif.: NI-DAQmx Deployement Problem
Hi all I came across this thread while having what seems to be a similar problem. Thought I would start here to get some help. I recently updated from Labview 8.3 to Labview 2013 SP1. I use a PXI-8196,...
View ArticleRe: the new lib MPSSE
Bumping an old thread.. i'm also wondering if this issue was resolved or not.
View ArticleRe: Perform 1d linear convolution without any subVI's
Here is the convolution code of one my very old example that gives the same result as the stock covolution.vi (within ~1e-15). Try to understand it. ;) There are many ways to do this, of course.
View ArticleRe: How to create an array of ring with a different items/values for each
0utlaw wrote:Hello Mnemo15, The properties of elements in an array are shared across all controls or indicators in an array, so there is no way to specify unique selectable values for different text...
View ArticleRe: Problem with running multiple functions
Llisas wrote:I solved the problem, I just had to wire the blocks in a sequential way (I still don't know why, but it works). Feel free to delete this topic.I would strongly suggest at least reading...
View ArticleRe: Editing ASCII Files
The hardest thing you will be faced with is developing a user interface that is meaningful to someone else besides you. ;) I suggest that you write down all your requirements, just like any other...
View ArticleRe: front panel frozen
Kudo to outlaw for the link. I will try this out as users often forget to disable aero when they get a new machine. I hope thos helps the OP too.Michael.
View ArticleIntegrating waveform data
Hi I have graph that is displaying both analog and digital data and I am trying to integrate the analog input only when the digital input is high. I'm not really sure how to go about it. I was thinking...
View ArticleRe: Using the "Acquire Input Data" is stopping Value Change Events in an...
Could the tip strip be implemented as a hidden string indicator in the control or VI?Unhide and move the string indicator with the mouse etc.I realise this means that it could not display outside the...
View Article