LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Communicating with Xilinx Impact from Labview

I am attempting to call Xilinx Impact programming software from Labview, point to an FPGA programming (.bit) file, program the FPGA, then close Impact.   I want Labview to control all of the execution so that the operator does not have to interact with Impact, thus automating the programming.   I think that I need to use the system exec vi in order to accomplish this, but haven't yet been able to send Impact any commands, other than opening the Impact executable.  Can you tell me how to accomplish this? 
0 Kudos
Message 1 of 2
(3,501 Views)
Does it have an ActiveX Server? If so you can use this to control it.

Otherwise, you'll need to resort to using an automation tool like AutoIt as a middle-man, which you can call from LabVIEW.
0 Kudos
Message 2 of 2
(3,483 Views)