Jump to content

Michael Aivaliotis

Administrators
  • Posts

    6,196
  • Joined

  • Last visited

  • Days Won

    103

Posts posted by Michael Aivaliotis

  1. At a high level, I'm taking an array of variant data and trying to convert it to a variant cluster using the openg variant tools. However, I'm getting a low level error, and not sure why. I'm using the "Array to VCluster__ogtk.vi". Now the variant array has 997 elements. Could this be the reason? Is there a limit?

    Quote

     

    Error:

    Error 116 occurred at Flattened String To Variant in Array of VData to VCluster__ogtk.vi->Array to VCluster__ogtk.vi->Untitled 9.vi

    Possible reason(s):

    LabVIEW:  Unflatten or byte stream read operation failed due to corrupt, unexpected, or truncated data.

     

    I've attached the LabVIEW 2014 VI with the data as a constant so you can run it yourself. You'll need the OpenG variant tools installed.

    Untitled 9.vi

    Screen Shot 2017-10-31 at 3.25.14 AM.png

  2. Thanks for the tip about the speedup site. I'll try that.

    There must be CPU cycles consumed where LabVIEW is purposefully advancing the GIF, one frame at a time. So a larger sized GIF or one with a significant color depth will be slower.

  3. I've decided to switch the LabVIEW General forum back to a simple discussion forum layout rather that the question and answer style. Perhaps if IPS decides in the future to add back the old capability where you can have a discussion style but still mark the correct answer, then I may switch to that. Until then. I'll just leave it alone.

    • Like 1
  4. On 5/22/2016 at 1:36 AM, Yair said:

    Maybe you should take it up with this guy? Or this guy?

    That was over 5 years ago. Always means less than 5 years. :P

    But seriously, those posts you link to are referring to the CR downloads. Which you can still download without logging in, BTW. The NI forum complaint is referring to forum post downloads. That's always (more than 5 years) been like that.

    Now that I think about it. I'm not sure why the CR area doesn't require login to download. That doesn't make sense. I might have to change that.

  5. Are you the one naming the files? Why not create a folder structure and naming convention that does not require searching? A predictable naming strategy will allow you to locate the file based on the pre-designed naming algorithm. I have no idea if you can control the naming but just wanted to suggest this.

  6. @Neil Pate I think what you're doing is fine. I've used that strategy as well. I think you can enhance the design by adding a globally registrable message that can notify a process that the config has changed and that it can perform a certain action based on that.

    The question is, why does the process care about the change. Because if it's an action-engine then won't the process get the new config whenever it happens to read\need the global data again? I think that's the thing you need to look at. For example, the process has a UI that displays Units and the units have changed in the config so that must be reflected on the screen. So then it might be registered for a global user event called: "Update UI". Or it could be called "Config Changed". Then the process must do the appropriate thing. Where the data comes from is secondary.

    Another approach I use involves lvoop. I create a configuration class that contains one or more DVRs. Any other class that needs the configuration data contains the configuration class.

  7. Well, see Google is starting to do this because they want to "fix the web". There is nothing seriously broken with LAVA. it's as @ShaunR points out. Less secure because of the outdated TLS 1.0. The problem lies with the web server OS that LAVA runs on. So it's nothing I can quickly fix with my intervention.

    However, I'm aware of the situation. It's on my mind. I'm trying to figure out what modules and software layers need to change on the server, who can make the change, and how much will it cost me.

    So what we have is better than no https. But definitely not up to snuff.

  8. 6 hours ago, ShaunR said:

    Do you have stats for sign-ups over time like you have shown for posts?

    The stats on this can't be relied upon because there is an issue with fake accounts. So this may be showing the latest wave of spammers rather than real user interest.

    Screen Shot 2016-04-28 at 12.50.24 PM.png

  9. I moved this thread to the lounge.

    The Wiki content still exists, I think. It has some technical issues to resolve. I will take a cursory look into the effort it will take to resurrect it. Before it went dark, the ability to edit was only enabled for account holders and I got zero requests from people to create an account in over 5 years. But I guess it only takes 1 person with determination to get the ball rolling.

    • Like 1
×
×
  • Create New...

Important Information

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