Jump to content

crossrulz

Members
  • Posts

    541
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by crossrulz

  1. Excel actually locks the file so only it can edit it. So if you close the file in LabVIEW, you will not be able to reopen it to add more data. Yes, I have personal experience with this. Since you are using a CSV, I would recommend something like UltraEdit. UE edits backup files and it will let you reload files that have changed while you have it open. I'm not sure if Notepad++ does the same.
  2. VIPM is showing 1.2.09. I thought I saw a notice on LinkedIn about Hooovahh Array VIMs being released. I don't have access to check vipm.io at the moment (blocked by work firewalls).
  3. I would say NI is becoming more and more software oriented. Just look at their latest acquisition (Optimal+). But all of the software I have seen are still geared toward hardware sales (FlexLogger to DAQ hardware, Instrument Studio to PXI instruments, InsightCM to cRIO, SystemLink to PXI test systems and cRIO, DAQExpress to DAQ, a lot of tools to the VST). And I don't see a spin off happening that would work well. All of the NI software tools are using a core stack now (reuse!). I saw evidence of this when I got a demo of VeriStand and it looked just like NXG (this was when NXG was still only in CABs). I don't think LabVIEW 20xx is attached in the same way. So I think there is an argument that LabVIEW 20xx could be spun off into an open-source project. But NXG is too ingrained into the MCP to be broken off without taking everything else with it.
  4. I'm seeing a lot of activity on the LabVIEW Wiki Youtube channel. So it does look like things are progressing!
  5. NI has always been quite open with me about that over my entire 15 years of using LabVIEW: LabVIEW was developed to drive hardware sales.
  6. It really depends on your point of view. I deal with a lot of people who see the hardware integration as the strongest thing about LabVIEW. But then I run into a bunch of people who just expect LabVIEW to do everything for you, which is just completely unreasonable. Perhaps that is where FlexLogger, DAQExpress, and the like come into play.
  7. And on a mobile, that splash screen takes up more than my screen, making it so I can't even close the dialog.
  8. NI Week keynote. Pure marketing BS. Exactly what I expected from it.
  9. Well, I'd say you've been lied to on the protocol. Interestingly, all of the bytes (except for the initial byte) are alpha-numeric. If I convert your hex values to ASCII I get: Write: 00P004SOL1 Read: 00D0010 This still means nothing to me. Just thought I would go through the exercise in case it sparks someone's thought process.
  10. That manual also mentions "included cables". You might want to ohm out that cable to see where pins are actually going.
  11. 1. Make sure you are actually following the protocol of the UPS. What is the model? Do you have a link to the programming manual (might also be in the User Manual)? 2. If you send a binary string to the UPS, I almost guarantee it will not spit back "120.0V". It has a protocol defining the message format. Since you are getting no data back, I am left to assume you are sending an invalid command. Though, it is also possible the UPS is using a different pinout than you expect for the RS-232 connection.
  12. Since it look like you are sending binary data, you really should turn off the termination character at the VISA Configure Serial Port (Boolean input on the top). Then you need to read using the protocol of the device. This should involve reading a start byte, message ID, data, a checksum of some type.
  13. crossrulz

    HP48

    I'm also a TI guy. The TI-83 was the recommended calculated in high school, but I already had a TI-82. The only real difference was the handling of unreal numbers. I had to do some special programing to handle i in my Pythagorean Equation program. In college, it was the TI-89. I used to have all kinds of programs I wrote/distributed, including one I wrote that was to handle an entire exam for one class. I think they are long gone now. I still have both calculators, but I usually end up using the TI-89 emulator on my phone.
  14. No. It is more like they just use the same library on the back end. But a Map is not going through a conversion to a variant first.
  15. Those are the same as what is default in LabVIEW 20XX. They were chosen by Darren specifically to only have to type with the left hand. I remember being part of the discussion to remove it. I thought it was supposed to turn into a right-click option on the run arrow.
  16. My understanding is that the Linx Toolkit will be available in the professional LabVIEW 2020. But that hasn't been released yet (hopefully mid-May).
  17. Will this be recorded? I will attempt to attend, but have appointment that will likely cover the first half.
  18. It is C# for now. There are talks for making G interfaces for scripting. It is just not a priority last I heard. Admittedly, it has been probably a year since I heard that discussion.
  19. Interesting part to me is any mention of the virtual event they were planning in May as an initial NI Week replacement has been removed.
  20. I have heard directly from NI that there are no plans to delay the releases that were planned for NI Week being in May. So I would expect the virtual event planned instead of NI Week in May will have all of the normal product announcements we would normally have in NI Week keynotes.
  21. Your best bet is to put your request here: NI Forums - Version Conversion
  22. I just set the display for my controls to something like "%#pHz". The %p sets the display mode to SI Notation, which uses the prefix.
×
×
  • Create New...

Important Information

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