06-10-2022 11:51 AM
@JÞB wrote:
My take is "Mean means Mean." There is nothing to stop you from using a PtbyPt filter if a filter is needed other than the filter vi would also need to be revised to handle an array input as well.
Nothing stops me from using PtByPt filters, except my own common sense 😝.
I make my classes so they instantiate objects that always work, even when used in other objects, in arrays, maps, etc..
PtByPt just don't allow me to do that. Unless of course I'd open Vi references to newly instantiated clones, but that's far from perfect as well.
06-10-2022 07:23 PM
I could agree that the PfbyPt.lvlib would benefit from an update.
06-13-2022 03:30 AM
@JÞB wrote:
I could agree that the PfbyPt.lvlib would benefit from an update.
I think for most users, the PtByPt is great. But once you scale up (more threads, more objects, more testing) they become counter productive.
I have converted some to PtByPt VIs myself.
Sadly, they're not the most structured code I've seen. Not all the way down south, but down the equator. And a lot for them use nested PtByPt, which would require an 'all or nothing' approach.