Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/06/2009 in all areas

  1. The key is that you need to change the font color, not the text color. The text color property changes the color for the entire text.
    1 point
  2. QUOTE (jackmax @ Jun 5 2009, 08:02 PM) You could buy the self-paced course manual here (I think it's cheaper than taking the actual instructor-lead course). QUOTE (JustinReina @ Jun 6 2009, 05:19 AM) Is this something we are allowed to give out? I think that, if you bought it previously, then you'd be fine selling or giving it away (as long as you got rid of it completely - and didn't retain a copy).
    1 point
  3. > However in general sequence frames are not very desirable for many reasons. One of the reasons they are desirable is when there is a need for an order dependency and there isn't a dataflow dependency. As a matter of fact, this is exactly the *right* time to be using a sequence structure. > So in order to time a task we generally have to place a flat sequence frame down > with the Get Time in the first and third frames and our task in the second one. And we like this because it makes for very legible timing diagrams. But, if you want to use less diagram space, put a sequence structure around the first timeing node, another around the second timing node, and thread the inputs to your code through the first structure and the outputs through the second structure. It's just a bit harder to identify exactly what nodes are being timed.
    1 point
  4. QUOTE (leivatron @ Sep 9 2008, 11:09 AM) I am seeing the same thing. The reason seems to be a missing ActiveX class or control. Was there a dll file that came with the LabVIEW code? If so, try to register it with windows, restart LabVIEW, and see if it works.
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.