Jump to content

lvb

Members
  • Posts

    209
  • Joined

  • Days Won

    7

Everything posted by lvb

  1. Just checking in on the topic looming in the back of my mind every time NI Week occurs (although it is delayed this year). When will LabVIEW NXG have feature parity to LabVIEW 20xx? When will we be forced to move to NXG for new features? As can be seen from the LabVIEW NXG Roadmap, it appears it is at least 3 releases away. http://www.ni.com/pdf/products/us/labview-roadmap.pdf Assuming an annual release cadence, that would mean 2023. Is there any roadmap for the last release of LabVIEW classic (aka 20xx)?
  2. Wow, quite a bit of activity on this “release”. Glad some others were able to notify about issues. I also got word from NI that this release shouldn’t be used as it was accidentally published to the official downloads page.
  3. Back to the future, the release date says 11/14/18 http://www.ni.com/download/labview-development-system-2018-sp1/7843/en/
  4. The direct link to the "Software Platform Bundle" is available at: http://www.ni.com/download/web-based-installer-software-platform-bundle-spring-2018/7498/en/ This installer has the option to "download" or "install" that hooovahh mentioned. As far as what is included in this bundle, I don't see a document yet for 2018 Spring, but here is the 2017 Fall: http://www.ni.com/white-paper/54231/en/
  5. With all of the changes from Windows XP to Windows 7 and furthermore Windows 10 we now have legit user profile folders along with public folders. I haven't had this conversation in a while so I was wondering how the community currently approaches this decision. How do you organize your code on disk? Please respond along with any folder structure and reasoning. My old method: C:\dev\Project Name Archive Code Documentation Support LabVIEW Project 1 Name.lvproj Thoughts on a new method: The root of the "C" drive is no longer accessible on some PCs (due to security requirements). Some PCs (not all) are equipped with another partition (D:\) for data. And it seems that all PCs have a Public folder. I have experienced some linking issues with placing the code on another partition (i.e. D:\) It seems the Public folder is the best location since it can be easily shared by multiple users. Any thoughts? Where do you store your code?
  6. I would assume this is due to the NI Week change from August to May. But that is just an assumption...
  7. Thanks to all who organized, it was nice to meet a few new people this year.
  8. Just picked up my ticket, looking forward to it!
  9. hooovahh, Thanks for the info, I have also used TDK-Lambda in the past, they seem like to gold standard. Any suggestions on something a little less expensive that works well with LabVIEW? For instance, the BK Precision 9201 is about 1/3 of the price of a TDK supply: http://www.bkprecision.com/products/power-supplies/9201-200w-multi-range-60v-10a-dc-power-supply.html
  10. So after a long hiatus, I am back to the LAVA forums. I am looking for some DC power supply recommendations from the community: something that works well with LabVIEW, along with the ability to acquire at a minimum voltage and current at a 20th century rate (i.e >10 Hz). I have worked with a lot of different vendors in the past, but nothing really stands out. In addition to this, there has been so many mergers and acquisitions. Looking to the community for some advice on what you like, along with some unique features from power supply technology. Thanks, Brian
  11. LabVIEW 2015 SP1 is now available. Here is a link to the nifty new web based downloader/installer: Note: You can download the software with the above tool and install at a later time. Unfortunately I was not able to make it to the CLA summit this year so hopefully some of you can fill in on any new features!
  12. I am working with a multi-pane user interface and splitter bars. One of the pain points is the creation of controls and indicators from the block diagram. My primary pane has a single indicator that is sized to fill the entire pane. I have a lower "toolbar" of buttons on the 2nd pane. Whenever I create a control or indicator from the block diagram, I always have to go searching for where it was created on the front panel. It usually ends up at some random point in space but on the 1st pane. This process created a few questions that I was curious of: 1. What determines the position a front panel control/indicator is placed when it is created from the block diagram? 2. Is there an easy way to configure which pane these will appear on before creation? 3. Is there an easy way to change the pane a control or indicator is placed on rather than dragging and dropping? Looking forward to your responses!
  13. Bug fixes are not yet available, but that link should eventually start working.
  14. LabVIEW 2014 SP1 is now available: http://www.ni.com/labview/release-details/ Looks like this release includes the "Profile Buffer Allocations" tool It appears that bug fixes are not yet availablehttp://digital.ni.com/express.nsf/bycode/LV2014SP1B Please post your comments and experience!
  15. I recently implemented a Protobuf encoder in LabVIEW. Using the KISS method, I used clusters to represent "messages" and used the cluster index along with the item name for the ID. This used the OpenG variant data tools to dynamically parse the contents of the cluster. The rest of the encoding is done with a VarInt encoding and flatten to string. Depending on your .proto structure and requirements (if it is acceptable to send optional items), this may or may not be a simple solution. Proto Message <> LabVIEW Cluster The implementations from Google involve auto-code generation of a class and then reading/writing the class data. For a "complete" tool that allowed optional items, this is a lot more work than simply using clusters. If you are looking for a starting point, the encoding is pretty well documented at the following link: https://developers.google.com/protocol-buffers/docs/encoding
  16. From http://zone.ni.com/reference/en-XX/help/371361L-01/lvupgrade/labview_features/
  17. David, I have been asking this question for years! See http://lavag.org/topic/16660-how-to-get-actual-vi-execution-state/ Does this provide you with a solution?
  18. Another improvement to mention is packed project library support...
  19. I wouldn't mind a "stability and performance" release. Hopefully there was a lot of work behind the scenes to improve the IDE and fix bugs...
  20. lvb

    Heartbleed

    I highly recommend Lastpass, especially if you are on Android. There is a security now episode by Steve Gibson that covers how Lastpass works, it is very secure even though it is cloud based. The latest Android app update includes a "service" so you can "fill forms" just like you can on the desktop.
  21. After checking with Ravi, I have created a Bitbucket repository: https://bitbucket.org/lavag/labview-task-manager The project contains the following Wiki for details on the task manager Commits for all of the versions with release notes (R1 - R6) Issues known to date Please join the lavag group on Bitbucket to contribute! I welcome your comments and suggestions for the Bitbucket project.
  22. As a work-around, there are a few things you could do: 1. Use a LabVIEW Queue to send the class between the sequence and the UI callback 2. Use Flatten/Unflatten string with "binary" strings in TestStand -Brian
  23. I looked into LabVIEW on Linux a few years ago, Scientific Linux would have been my distribution of choice for an officially supported distro. There are a lot articles regarding Ubuntu on the NI forums: NI Linux Users Community
  24. Any thoughts on creating a Bitbucket repository for this project? http://lavag.org/topic/18049-code-development-collaboration-through-bitbucket-git-and-mercurial/
  25. What exactly are you trying to accomplish with this code? Typically, you want to be reading and writing variables related to a sequence or sequence file (Locals, FileGlobals, StationGlobals). I would suggest using the TestStand - Set Property Value with the SequenceContext from the execution.
×
×
  • Create New...

Important Information

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