01-21-2021 01:02 AM
Does anybody have some hints on how to plug in to SwitchExecutive to integrate an own (non-NI based) switching device? In my case, I am thinking about integrating a pneumatic switching matrix with 72 valves...
If it is possble at all....
Cheers
Oli
Solved! Go to Solution.
01-21-2021 01:15 AM
I never tried that but I've read that with IVI Switch driver you should be able to accomplish this (or at least that what I understand). So, you need custom IVI Switch Driver.
Check this: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x12BCAQ&l=pl-PL
And this: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x1s7CAA&l=pl-PL
01-21-2021 01:21 AM
Adding to Michal's links, I have managed to use it with pickering devices. You need to make it IVI compaitble.
01-21-2021 07:36 AM
@Michal
@Sree
thanks for the information, it'a a good starting point! The only thing, which bothers me a bit is that I was not yet able to find a .net template for a IVI switch driver. CVI is not part of our regular toolchain, so I am a bit reluctant.
I shall keep on searching. As of now, we're evaluating the feasibilty of this concept in general.
Cheers
Oli
01-21-2021 07:57 AM
Hello Oli,
See also:
Using IVI Drivers with LabView
https://www.ivifoundation.org/downloads/IVI%20short%20guides%202015/Using%20IVI%20with%20LabVIEW.pdf
Writing IVI driver with LabWindows/CVI
https://www.testandmeasurement.com/doc/writing-an-ivi-driver-0001
Seems that LabWindows is first choice...
BR
Eugen Wiebe
01-21-2021 08:00 AM
I'm not the expert but look for ".NET IviSwtch"
https://www.ivifoundation.org/downloads/Class%20Specifications/IVI-4.6_Swtch_2011-08-25.pdf
There is .NET IVI as well.