From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW for LEGO MINDSTORMS and LabVIEW for Education

cancel
Showing results for 
Search instead for 
Did you mean: 

Import Dll to labview

Hi Dominic

Many thanks for your quation if I need help.

Have you managed to sort out the data type conflict you were seeing? No

Do you need further assistance? Yes(becouse the funtion inside the dll boolen type and this not avarable in Labview also I need this type  from check if my motor responde or not) I don't now how warp this problem).

Best Regrads

0 Kudos
Message 11 of 13
(3,103 Views)

For a boolean use an I32 (signed 32bit integer).

 

0 == false

1 == true

 

Ref: http://forums.ni.com/t5/LabVIEW/if-a-variable-is-bool-how-to-specify-it-in-call-library-function/td-...

Chris
Certified LabVIEW Architect
Certified TestStand Architect
0 Kudos
Message 12 of 13
(3,098 Views)

Hi 

i will try to use now

0 Kudos
Message 13 of 13
(3,094 Views)