ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FPGA Analog Output Problem

I wrote code for PXI-7831R(FPGA) Analog Output.
When i excute under Labview environment, this code is no problem.
But, when i make excutable file, FPGA Card don't output minus voltage. (puls voltage is no problem)
 
What's problem ??
 
0 Kudos
Message 1 of 4
(3,907 Views)

Hi GoodTime,

Can you post your code?

Charlie Rodway | Principal Software Engineer | Certified TestStand Architect (CTA)

Computer Controlled Solutions Ltd | NI Silver Alliance Partner | GDevCon#1 Sponsor

Message 2 of 4
(3,900 Views)
Thank for your reply, SandmanUK.
 
i found solution for the problem last night.
 
i connected numerical result (double type) directly to FPGA Analog Output.
 
So, i inserted  numeric conversion (To word integer), then the problem disappear.
 
i think  auto type-conversion-mechanism of LV have internal Bug.
--- between "LV Environment" and  "Start Up Excutable"
 
 
 
 
 
 
0 Kudos
Message 3 of 4
(3,893 Views)

Hi,

I see. I don't think that the FPGA supports double types.

Charlie Rodway | Principal Software Engineer | Certified TestStand Architect (CTA)

Computer Controlled Solutions Ltd | NI Silver Alliance Partner | GDevCon#1 Sponsor

0 Kudos
Message 4 of 4
(3,887 Views)