-
Posts
4,959 -
Joined
-
Days Won
309
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by ShaunR
-
How do I open the right-click menu when I can't click the object?
ShaunR replied to Sparkette's topic in User Interface
Yes. If you can get rid of the gaps created by the splitter and array border (marked in red on the second image), that'd be great. -
How do I open the right-click menu when I can't click the object?
ShaunR replied to Sparkette's topic in User Interface
The picture control is just what I'm looking for (thanks Hooovahh). that eliminates the gap between elements The array border and the splitter wouldmake it perfect -
How do I open the right-click menu when I can't click the object?
ShaunR replied to Sparkette's topic in User Interface
I'd be interested in a 1px border array and/or picture control if you're hacking them. The element separation on an array control is huge and annoying. Oooh. And a 0px separator or can make it transparent -
Yeah mine were a little more obvious that an xcontrol was really the only elegant half-way decent solution. One was a string control with markup and the other was a tab control that works like the native one should. So it was really about encapsulation.
-
If that scares you then I don't give you good odds on "fixing" the LabVIEW source when it's released I've just written two XControls. (First time in about 6 years). They seem to be ok but some of the ways they work can be a bit unintuitive.
-
OpenG Zip unable to detect file corruption
ShaunR replied to Mads's topic in OpenG General Discussions
Surely it would have been easier to just add the CRC check in the openG. -
Strange "VI is External Editor" option in palette context menu
ShaunR replied to Sparkette's topic in LabVIEW General
Nope. -
Strange "VI is External Editor" option in palette context menu
ShaunR replied to Sparkette's topic in LabVIEW General
When you edit a palette set, there is an option of "Place VI Contents" when right clicking on a VI, which will drop the code contained in the VI rather than the VI itself (like a template). Maybe it has something to do with that. -
Well. You could make an XControl.
-
OpenG Zip unable to detect file corruption
ShaunR replied to Mads's topic in OpenG General Discussions
That only tells you if the bytestream has been modified in transit rather than if there is a corruption in the archive itself. -
OpenG Zip unable to detect file corruption
ShaunR replied to Mads's topic in OpenG General Discussions
Well. Rold is particularly thorough, so In the interim. If it's windows only, you could try Zlib Library for LabVIEW 1.1.0 It has a compatible VI with the native LabVIEW but I didn't notice the conpane for the OpenG ones. I'd be interseted if it passed your tests too. -
Lost UDP packets due to ARP
ShaunR replied to Michael Aivaliotis's topic in Remote Control, Monitoring and the Internet
Actors? (AKA Throwing lots of cats in the air then trying to herd them.) -
Lost UDP packets due to ARP
ShaunR replied to Michael Aivaliotis's topic in Remote Control, Monitoring and the Internet
If you've ever started up Wireshark, you'll see occasional TCP retransmits due to differnet factors - especially under load and especially with Wifi.. These don't get retransmitted with UDP. It sounds like most of your losses was were due to packet collisions. -
OpenG Zip unable to detect file corruption
ShaunR replied to Mads's topic in OpenG General Discussions
I don't see a check in there at all. It's not much of a change in the bowels of the LabVIEW code, but does require a new CLFN to call the CRC which fortunately does exist in the DLL. -
Lost UDP packets due to ARP
ShaunR replied to Michael Aivaliotis's topic in Remote Control, Monitoring and the Internet
Itseems to me that that this is an extremely poor cure of the symptom rather than addressing problem. If it ever gets deployed somewhere other than your particular network, with your particular data needs; it will undoubtably run into problems. RUDP is an application overlay. So you would need to code it yourself (from the spec I linked to). I don't know of any LabVIEW implementations but there are quite a few similar ones (RTP?) since UDP is used all the time with VOIP and video streaming. -
Lost UDP packets due to ARP
ShaunR replied to Michael Aivaliotis's topic in Remote Control, Monitoring and the Internet
ARP is part of address discovery. It links MAC addresses to IP addresses. Yes you do need it. Ditto gleichman or implementing something like RUDP at the application level. -
I don't care what version of .NET is required. All .NET is banned from my projects and some of my hair has grown back as a result I too have products in 2013 and have found it relatively stable. It was my next choice if I were to be dragged kicking and screaming from 2009 Anyone else prefer an earlier version than 2013?
- 63 replies
-
- 1
-
-
- open source
- share
-
(and 3 more)
Tagged with:
-
What should the source code minimum version be? By that I mean the source code of the package manager itself, as it would ideally be open source. Obviously 2009 is my preference but that requires 3rd party toolkits for HTTP and HTTPS; which is not really tenable for most people. Later versions are plagued by stability and performance issues so I guess what I'm asking is what is the minimum stable version of LabVIEW that should be supported based on prevalence.
- 63 replies
-
- open source
- share
-
(and 3 more)
Tagged with:
-
I know you are looking for the most precise method for this type of waveform, but is there a reason you can't do a peak detect to remove the lead-in?
-
Thanks for the plug. But I would only recommend it if TLS is required since (as far as I'm aware) it is the only one that supports it.
-
Wavelets are part of the Advanced Signal Processing Library.
-
Wavelet?
-
You will notice that in 2015 and below, selection of the individual items isn't made until the mouse is released. In 2016 and later, the items are selected as you drag the selection. Bit lets be clear here. The issue isn't version performance, per se. It is a problem with redraw on certain platform configurations; the reason for which is unknown. My feeling is that it is something to do with the display driver as I have seen other spurious issues (such as not redrawing correctly when dragging) which were resolved with driver updates.
-
I was refering to : Which is exploitation of acquired data - reporting, statistical analysis and trending. But I guess you misunderstood my reference to databases for property pages. This is where I leverage a relational database to give different "views" of devices and easily present tests and configurations that are applicable to those devices. A relational database is ideal for this purpose. Somewhere on lavag.org I did a simple example a while back for converting ini file configuration system to a database which is a similar concept (can't seem to find it now)