Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/29/2010 in all areas

  1. Hi Techie Attached is a template example I use for teaching, it is taken from NI course example. It may not be the best, but is an implementation that may get you started? Cheers -JG Error Module Top Level VI Example Code Producer Consumer Events Error Display.zip
    1 point
  2. You create a toe class with all required properties and access methods and a proper icon, then a foot class with all properties and access methods, ..., then a man class out of all previous ones with all access methods, then a gun class with all properties, accessors and icon, a bullet class... Then you realize that if you want to shoot yourself in the foot, the man class, the gun class and the bullet class has to has a common ancestor, because otherwise you'll have class conflict on the wire. So you create it trying not to get crazy modifying all connector panes to allow dynamic dispatching (which means that you have change almost all controls to variants), you think hard how to name this class... Finally you start creating icon for it... after five minutes you give up, take a real gun and shoot yourself in the head. In the short time the bullet flies you realize that the only advantage of using classes in this case was to have fancy color wires instead of pink ones.
    1 point
  3. Well. I cannot use the server because it uses the old USB vi's But I think this is what you are after.
    1 point
  4. Post my VIs you've modified that are showing the errors and I'll see whats up.
    1 point
  5. 1 point
  6. Take a look at Data Client.vi and Data Server.vi in the NI examples.
    1 point
  7. 1 point
×
×
  • Create New...

Important Information

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