LabVIEW APIs Blog

Community Browser
cancel
Showing results for 
Search instead for 
Did you mean: 
Sibin
6547 Views
1 Comment

I want to use quick CAN for the project using LabVIEW .So I need the device driver for Quick CAN so that ,I can interface with LabVIEW.Is there a Driver for Quick CAN for LabVIEW ?

Some Detail on Quick CAN

http://qprotos.com/quickcan.htm

Thank You

Sibin

NJKirchner
12791 Views
0 Comments

Are you a little bit pedantic about the z-order of your error wires?

Does a funky cluster on top of a reference make you funky inside?

Does an interrobang send you into fit similar to the harlem shake?!

Do you REALLY want to "Send to Back" to read "send thee back to hell you funky error wires"?

well quit your complaining, because here ya go.

(watch closely)

http://screencast.com/t/cEK254qH

Enjoy

~,~

NJKirchner
23851 Views
6 Comments

Ever want to drop a for loop around a chunk of code and Not have auto indexing created on all the terminals and have all terminals that you want to 'pass through' the loop be turned to Shift Registers?

2013-04-01_1915_001.png

2013-04-01_1916.png

2013-04-01_1919.png

Would you like something that acts like this?   http://screencast.com/t/jGDycjpVm

Download the attachment and check it out.

Feel free to make it into a quick drop shortcut and post online.

It's not bulletproof and due to time constraints, not robust error checking.

Presumed operation

*Drop a For Loop around a chunk of code

*Select that for loop only

*Run Scripting command

***************************UPDATE***************************

An updated version which is made for Quick Drop Keyboard Shortcuts is available at

http://lavag.org/topic/16701-for-loop-pass-through-utility-cross-post-link/?p=102354

========================================

Enjoy

~,~

Download All
15199 Views
3 Comments

Tried something out with Scripting.

You can find my Feature Request under this Link:

http://forums.ni.com/t5/LabVIEW-Idea-Exchange/VI-Scripting-Get-reference-of-Block-Diagram-object-ben...

Someone advises me to try it here again and ask to make this private feature public.

TLDObject.png

Can someone help me?

David_L
13215 Views
0 Comments

If you are reading this blog, you probably already know that the LabVIEW Partner Program has created the Add-on Dev Center, Third Party Licensing & Activation Toolkit,and the LabVIEW APIs Communities to be THE go-to resource for all technical content that an LabVIEW Add-on developer needs.  From tutorials to examples to videos, we have gathered tons of information from our technical and marketing team in one place for new and experienced developers to help make the best product possible.  However as the new product release cycle and year start to ramp up, we want to make sure that we are continuously adding new and relevant information to our database.  So I ask this to you, the add-on developers of the world: What can we do to make sure that the ADC continues to be the resource that it has been?

  1. What content would you like to see here to learn more about LabVIEW?
  2. How can we better present ADC content?
  3. What topics are you interested in learning about?
  4. How can WE make YOU the best LabVIEW developer possible thus making your product even more AWESOME that it already is?

This is your chance to give us your feedback and tell us exactly how we can shape this Community group to fit your needs.  Please give us any suggestion, either big or small.  You can drop a note on this Blog post, or send a more private email to labviewpartnerprogram@ni.com and we'll address as many of the requests as we can.

Thanks for your help,

The LabVIEW Partner Program team

NJKirchner
41689 Views
21 Comments

A Video getting started guide to using and developing with LabVIEW Speak

(The full 'Instrumentation Newsletter' text describing this technology is available here)

 

*NOTE* Embedded videos not operational. Please follow links.

All Material used (PPT and LVPackages) is attached

 

If you want to go straight to the flashy stuff, go straight to the Plugin Pack and Command Reviews

FYI: Don't miss the last video and the introduction of 'FreakingFastDrop', the revolution of QuickDrop.

 

 

Installing and Testing Installation

 

<a href="http://www.screencast.com/t/YWM3NDcxM">Getting_Started_with_LVSpeak_Pt1</a>

 

 

Executing Your First LVSpeak Command

 

<a href="http://www.screencast.com/t/MDFmMDkz">Getting_Started_with_LVSpeak_Pt2</a>

 

 

 

Operating the LVSpeak Engine and Debugging Installation

 

<a href="http://www.screencast.com/t/ZmQzYjEzNzMt">Getting_Started_with_LVSpeak_Pt3</a>

 

 

QEC - Align - Command Review

 

<a href="http://www.screencast.com/t/ZWQ5N2UyYTAt">Align_Commands</a>

 

 

QEC - Engine - Command Review

 

<a href="http://www.screencast.com/t/MTY4MTg5Mz">Engine_Plugin</a>

 

 

QEC Plugin Pack - All those other goodies

Part 1

 

<a href="http://www.screencast.com/t/NTc2MTNhO">QEC_Plugin_Pack_Pt1</a>

 

 

Part 2

 

<a href="http://www.screencast.com/t/MzQ3OWU0YzAt">QEC_Plugin_Pack_pt2</a>

 

 

Part 3

 

<a href="http://www.screencast.com/t/MDVlZDJjNmQ">QEC_Plugin_Pack_pt3</a>

 

 

Part 4 - Freaking Fast Drop & Pulling it all together

 

 

<a href="http://www.screencast.com/t/NmJkYzA0">Freaking_Fast_Drop</a>

 

Download All
NJKirchner
15242 Views
4 Comments

Sun Tzcript Quote of the day

Be extremely typeless, even to the point of classlessness. Be extremely nodeless, even to the point of wirelessness. Thereby you can be the director of the your block diagrams fate.

Meditiate upon this truth......

oooooooooooooohm

NJKirchner
25460 Views
14 Comments

One of the great things about scripting is how darn easy it is to automate some tedious tasks in the process of developing code.

Typically the tasks we want to accomplish deal with multiple objects.

  • Creating references to multiple selected controls
  • Turning the text on multiple controls to bold
  • Getting the description of multiple selected subVIs

But where do you start?

The Fewest Possible Assumptions.

It's the case of Ockham's razor.

You make a few simple, but broad sweeping, assumptions that allow you to, very quickly, make very functional scripting code.

Example:

You want to change the text style of a bunch of string controls to bold.

Assumption, only string controls are selected on the front panel

Getting started with the Scripting Springboard

VIDEO: http://screencast.com/t/0EeTrMCHA


How and why our assumptions work

VIDEO: http://screencast.com/t/uUdxLrqj

A more complex/powerful example

VIDEO: http://screencast.com/t/TPhnxfIy5

In the above videos, you'll see the Scripting Springboard (Attachment:Scripting.vit) and how easy it is to create an extension to your LV development that utilizes scripting.


Where to go from here?

Download the Scripting.vit and keep it in a handy place.

When you're in LabVIEW and you run into an action that is taking you too long to do and you'll need to do over and over again, use the springboard and get over that wall quickly.

BDMinion in action

VIDEO: http://screencast.com/t/EwrLYzeFEsJ

Download All