VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview simulation model problem

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? 

 
 
 

2020-05-28 14_00_40-Blockdiagramm von CANoe_Messung_Start_Stop2.vi _.png

0 Kudos
Message 1 of 4
(2,267 Views)

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?

 

CLA, CTA, CLED
0 Kudos
Message 2 of 4
(2,247 Views)

Oh, yes i think you are right. No it is PharLap. Do you have a idea, how i can fix this problem? 

0 Kudos
Message 3 of 4
(2,236 Views)

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...

CLA, CTA, CLED
0 Kudos
Message 4 of 4
(2,220 Views)