PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

NI Resource manager

Hello all,

we're trying to get the NI Resource manager to detect a new chassis. For that we created a dll that is linked to in the windows registry. The dll is called and we see some reaction on the

we created a new dll to be read from the resource manager. The dll contains one function 

Status PXISA_SystemModule_GetCount(String vendor, String model, Integer * count)

When returning count > 0 we see the resource manager is calling other functions (like "get name")

When returning 0 the resource manager is not calling other functions, so there is definitely something working. But in every case the resource manager crashes shortly after the PXISA_SystemModule_GetCount. We see the following output:

 

ingdb_0-1727251715202.png

 

ingdb_1-1727251745824.png

So it looks as if something in the memory got corrupted when our dll is called, the question is what is happening here.

Any hints or tips would be very appreciated.

 

best regards

Matthias

 

0 Kudos
Message 1 of 1
(216 Views)