06-24-2025 08:09 AM
@Faizan_habib wrote:
I do not understand the plugin architecture? can you please refer me to some documentation which can help? or any example.
Thanks
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000kGQWSA2&l=en-IN
06-24-2025 10:59 AM
Thanks Santhosh for providing the Collaterals. I have one more question when it comes to scalability which in my case adding the new instrument driver, would that be easy for a person who is very beginner to LabVIEW or in general programming to add a new functionality in OOP based Architecture.
06-24-2025 11:04 AM
@Faizan_habib wrote:
Thanks Santhosh for providing the Collaterals. I have one more question when it comes to scalability which in my case adding the new instrument driver, would that be easy for a person who is very beginner to LabVIEW or in general programming to add a new functionality in OOP based Architecture.
Good understanding of LVOOP is required to effectively create new classes from template and implement overriding methods.
06-25-2025 03:36 AM
@Faizan_habib wrote:
Thanks Santhosh for providing the Collaterals. I have one more question when it comes to scalability which in my case adding the new instrument driver, would that be easy for a person who is very beginner to LabVIEW or in general programming to add a new functionality in OOP based Architecture.
For a beginner, nothing is easy. 🙂 It is however not any harder than in any other language. Check the examples and tutorials and you'll be fine. 🙂