LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Abort and Reset methods do not execute on incoming error-

Hi,

I am using labview 8.6. Can i use  reset method in my host vi to reset my FPGA VI? Thanks

0 Kudos
Message 1 of 5
(2,950 Views)

The help explains what the Reset button does:

 

  • Reset—Aborts and resets the FPGA VI on the FPGA target to the default state of the VI. This method sets the FPGA VI controls and indicators to their default states, sets uninitialized shift registers to their default values, clears FIFOs, and sets global variables to their default values. This method does not reset memory. If an error occurred before this method runs, the method runs normally and passes the error in value to error out. If an error occurs while this method runs, the method runs normally and merges error in and its own error status to produce error out.

 

What exactly is the issue you are facing? Posting code will be helpful.

 

Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
Message 2 of 5
(2,941 Views)

 

Following document saying that don't connect error cluster in host vi to reset method. That is why i asked.

http://digital.ni.com/public.nsf/allkb/EFF73E2CBAAE907F8625745D007ED4D1

Message 3 of 5
(2,930 Views)

Oh that's a good catch. An applications engineer who is assigned this forums post should probably file a documentation CAR. Here is the Help for 8.6 and here is the link to the 8.6 ReadMe and 8.6.1 Known Issues.

 

Suni, I would go with what what's recommended in the link that you posted.

Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
Message 4 of 5
(2,925 Views)

Thank you for posting this bug,  FYI if something is on one of our known issues documents then it has already been filed.

 

For future reference this is Corrective Action Report (CAR)135570.

 

thanks

Hunter

Applications Engineer

0 Kudos
Message 5 of 5
(2,896 Views)