Jump to content

infinitenothing

Members
  • Posts

    367
  • Joined

  • Last visited

  • Days Won

    15

Posts posted by infinitenothing

  1. Has anyone seen Network stream socket error -1967390704?

    I see this error every now and then on various computers. LabVIEW hangs in the task bar and I have to for quit and then I have to restart the NI PSP service and everything is OK. I have a service ticket open but we're sort of running out of ideas for how to reproduce the problem or on what data we can gather when I see this error.

  2. I keep coming to computers and I guess the user didn't approve the exception or something because they're getting an error 56 when the app opens a TCP connection. I'm looking for ways to avoid this. Some ideas:

    • Autoapprove the exception as part of installation
    • Is there a way to keep prompting them until they approve the exception or close the app
    • Maybe a command line I can send them if they say they are seeing error 56?

    firewall blocked.png

  3.  

    15 hours ago, jacobson said:

    Our systems engineering group has a table where they keep track of projects/toolkits, error code range assigned, and the project owner. When you need custom error codes for your project you will get "assigned" the next chunk of 50 error code values on the list. These error codes are now yours to do with as you please.

    I don't have to manage this list so I can't speak to the drawbacks there but from the perspective of someone who needs to use the system it's pretty nice. I sent a message to someone asking what error codes I should be using and they sent me a link to the internal list, added my name, and told me what error codes to use.

     

    Can I submit range requests? :lol: Your group can do what IANA does for IP ports.

     

    Also, I use the "Custom Error Code" feature of the error ring which uses the <ERR> tag which removes the need to distribute the XML error file with the executable and allows for descriptions that can help you debug "There's no case for an input of %d"

  4. On 4/30/2017 at 7:08 AM, Nerich34 said:

    Dear Infinitenothing!

    I would like to ask for some help. What is under the False value?

    Thank you very much.

    I attach the vi.

    PEN.vi

    I just saw this post. That's a VI snippet. You can drag it (might have to save it to disk first?) and drop it onto your block diagram. You'll get all the cases (both true and false). The "pen" false case just has the pink wire wired through (don't make any changes) and the "previous pen" false case looks like the image below

    As for getting the "mouse status", maybe try acquire input data.vi

    store initial points.PNG

  5. I'm not sure but does convolution rotate the array so it wraps around? If so, there might be some issues with a nonsinusoid. In my case, when the waveforms are perfectly aligned it would be comparing the first signal's segment that looks like this: / to the second signals segment that looks like this: \ making for a bad match.

×
×
  • Create New...

Important Information

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