LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

use data tpye I64 in labview 7.1

Solved!
Go to solution

hi

I update a old program and need use data tpye i64 in labview 7.1,but labview 7.1 only support i32.

 

so how to use i64 in labview 7,1 ,thanks for your help.

 

 

Sonic

Sonic

Diffrent Strokes for Different Folks
0 Kudos
Message 1 of 3
(2,558 Views)
Solution
Accepted by topic author 菊花烧饼

Hi sonic,

 

as LV7.1 doesn't support 64bit integers by default you could

- store 64bit entities in a cluster containing a high and a low 32bit longword

- make your own math routines (atleast +,-,*,/ are easy to embed) by emulating 64bit math with 32bit integers

- read some papers on how old 8bit processors emulated 32bit integer math...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,548 Views)

Hi GerdW,

Thanks for your great support.

Now I bulid a DLL by visual C++ to use I64 data and intergrate it in labview 7.1.

 

Sonic

Diffrent Strokes for Different Folks
0 Kudos
Message 3 of 3
(2,483 Views)