05-28-2020 07:02 AM
Hello,
i have a problem with including a really simple LabVIEW model into VeriStand. You see the block diagramm below. I implemented the boolean as switch in the VeriStand UI, but when pressing the switch, there is no reaction.
Could it be, that VeriStand has a problem with finding the location of the deposited VI?
05-28-2020 07:54 AM
Is your target (where the model runs) Windows? If not how exactly should the code running on RT target locate and load VI stored somewhere on your host PC?
05-28-2020 08:10 AM
Oh, yes i think you are right. No it is PharLap. Do you have a idea, how i can fix this problem?
05-28-2020 09:37 AM - edited 05-28-2020 09:38 AM
Well, it depends on what is the ".\test_CANoe\Measurement Start.vi" doing. If you are trying to integrate a control API to handle 3rd part stuff, you might consider to implement a Custom Device (formal name for custom plug-in for VeriStand). Maybe you can reuse or modify some of the existing Custom Device (see https://github.com/NIVeriStandAdd-Ons). In my eyes you are working on a fairly complex functionality for which LV model is not the right way to go...