03-19-2016 04:23 PM
Hi, everyone
I'd like to know what this error means..
I didn't change anything on FPGA and RT VIs supported from NI.
Error message below
An internal software error has occurred. Contact National Instruments technical support at ni.com/support. Error details:
1 : Invoke Node in StockFPGA_IntfScriptConstGivenTypeDescriptor.vi->StockFPGA_IntfScriptReadBigControl.vi->FPGA_IntfScriptReadWrite.vi->niFpgaGenerateDynamicReadWrite.vi->nirviReadWriteControl.xnode:nirviReadWriteControl_GenerateCode.vi:3->nirviReadWriteControl.xnode:nirviReadWriteControl_GenerateCode.vi.ProxyCaller
<APPEND>
Method Name: <b>Create from Data Type</b>
Thank you
Hyo
Solved! Go to Solution.
03-19-2016 11:40 PM
Sounds like something you're doing called into stock FPGA VIs in a way the compiler didn't like.
What you've posted is a lot like posting "they said I was short, what does that mean?" Without context, we could guess all day. Are you able to show us anything of what you're doing to see if we can figure out what's going on?
03-20-2016 11:00 AM
Thank you!
Can I post any VIs supported from NI?
The project is DI_Calibrator Rev_F2. I could post the program together, but I was not sure that it is allowable.
I'm using NI 2011 version, cRIO 9074, Direct injector module, etc.
After compilation of FPGA VI, RT VI was tried to execute, but it has two read/write errors.
Could you check the RT file?
There are two read/write errors except compilation error?
Thank you again.
Hyo
03-21-2016 06:53 PM
Hyo, can you post a screenshot or some more details into where these errors are occurring and their error code?
03-22-2016 07:53 PM
Today, I easily solved this problem!
It was the old bug. Replacing the old read/write function with the read/write function is the way to solve this problem!
Thank you so much.
I'm sorry for taking your time.