-
Posts
1,994 -
Joined
-
Last visited
-
Days Won
183
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by drjdpowell
-
Can you attach an example VI that shows the problem? I can then debug the issue.
-
Change to some classic control graphics
drjdpowell replied to A Scottish moose's topic in LabVIEW General
I don’t know why the system buttons are also in the “classic” palette, but they are the same controls as in the “system” palette. BTW: If you use the non-system buttons you’ll lose the mouse-over “hover” effect (which, personally, I like a lot). You can instead customize a system button by swiping the change-with-the-os-shapes for regular rectangles or simple PNGs (such as the buttons in Flatline Controls). -
Change to some classic control graphics
drjdpowell replied to A Scottish moose's topic in LabVIEW General
System controls are supposed to change to match the operating system. Are your two machines on different Windows versions? -
A Windows Restore revision fixed my initial issue, whatever it was. Then I got to work debugging a second issue in building, which turned out to be the very VIM issue you are talking about. I was able to identify a workaround (posted in your link), which is to delete the "Help path" to the extended documentation. If your VIM don't have extended documentation, then I think you are OK. The bug involves VIMs, extended help, and at least one other issue that I could not identify (builds of simple exes don't exhibit the issue).
-
What problems have people been having with LabVIEW 2017. I currently have the problem that it freezes on trying to open any project (including creating a fresh one). This is the second serious issue I've had (after this).
-
The Messenger Library TCP stuff uses service names (and thus requires the Service Locator). Let me know if you need to specify ports instead and I could add that as an option.
-
They’ll be in the next release, but you can use them directly from the VI.
-
I’m also considering removing the “Section Cluster” stuff, to reduce the API to support.
-
Is any early adopter using the “From JSON Text.vi” polymorphic vi (or its individual instances)? I want to completely deprecate those in favor of only using the “From JSON text.vim” malleable VI. Also, is anyone using any off-palette subVIs? Because I’m about to reorganize them and make them all private.
-
-
Try from different site. —> uploading images works. So it must be something to do with my home internet connection.
-
Test from different computer. Both are Macs; I've also tried a Windows 7 in a VM. Seems to be the same issues.
-
“Messages” on LAVA also does not work (no error; just no message recorded as being sent).
-
Took me 7 goes to post that last reply.
-
I get "There was a problem uploading the file.” Though in trying it just now, to get the exact message, I managed to load one image (but only one, then it failed again). With replying, it just does nothing, except the “Submit Reply” button says “Saving...” for a moment.
-
Used to have to do that. Now even that only works about one time in 5.
-
Both. And I’ve tried multiple browsers.
-
-
Not able to receive data using VISA Serial
drjdpowell replied to Nishar Federer's topic in LabVIEW General
That’s not my understanding, but I don’t have a device to hand to check it, so I might be wrong. -
Not able to receive data using VISA Serial
drjdpowell replied to Nishar Federer's topic in LabVIEW General
A thread-blocking operation. Both options are blocking operations as far as the LabVIEW code is concerned. -
FYI: the Issue Tracker for Messenger Library is on Bitbucket. Users are welcome to comment.
-
Yes. I changed that (in Dec, 2014, I see). I found it caused problems in some cases, where I would send a message to change a state value, the change would be rejected, but no message would come back to reset the control (this is the Controller-Model-View technique).
-
The honest answer is that the work projects I have don’t use network communication, and so I haven’t had the time to add features. Although I do want to keep things simple. I think people are too quick to try and build complexity into the “middle layers” of communication (and too quick to work against TCP, rather than with it). Ultimately, the Application layer needs to be able to address unreliable communication, as only it knows what a communication interruption requires. My plans for further development of the TCP Messengers involves adding the ability to register with RemoteTCPMessenger for TCP-related notifications, in particular a “Disconnected” event. The server side would have notification like “Number of Clients Connected”. I could build a “ping” system into that, with notifications if the ping time increased beyond some threshold. Then the Application can be informed of any problems, and choose to act on this. However, if you really need reliability, you need to implement it at the Application level. Just because a message has been successfully delivered does not mean it has been handled correctly. Only a Reply message saying “Job done, results saved to database” tells you your message was handled.
-
Try this version. See the TCP Example "Test Client with Async connection. It will poll waiting for TestServer to start. Also uses a Watchdog to identify when the Server shuts down. I found and fixed another issue (Issue #6 on bitbucket), so I'd like you to test it before I put this in the CR. drjdpowell_lib_messenging-1.9.1.88.vip
