03-31-2010 11:02 PM
Hi All,
There's a new LabVIEW programming tool called GTweet that exposes the LabVIEW Scripting APIs via twitter. This is much easier than using VI Object references with Property and Invoke Nodes (and it's easier than the XML-based API, too) -- just type your scripting commands into twitter like this:
#gtweet new VI
#gtweet select front panel
#gtweet drop waveform chart named chart1
#gtweet select block diagram
#gtweet drop while loop named while1
It's that easy.
Cheers,
-Jim
04-08-2010 10:11 AM
Is there a way to see this VI or project we're working on?