03-13-2014 12:18 PM
Hello,
I want to use NI-XNET session in a FGV and I've got the following error : 0xBFF6309C.
I also try with Global variable same error.
it's not possible to save XNET session ?
I'm using Labview 2012 SP1 and NI-XNET 1.7
Thank you for your help
JP
03-17-2014 03:53 AM
Hi,
Can you provide an example of your code and the screeenshot of this error?
Thanks
Paolo_P
Certified TestStand Architect
Certified LabVIEW Architect
National Instruments France
03-17-2014 04:01 AM
BFF6309C is
Error -1074384740 occurred at an unidentified location
Possible reason(s):
NI-XNET: (Hex 0xBFF6309C) You called XNET Clear for the session, then tried to perform another operation. Solution: Defer clear (session close) until you are done using it. This error can also occur if you branch a wire after creating the session. Solution: Do not branch a session to multiple flows in the diagram.
I assume a screenshot of this error is not needed
03-17-2014 05:27 AM
Which LabVIEW are you using?
Which NI-XNET driver?
Can you attach a IO-Trace log file which lists the XNET function calls?
thanks
03-17-2014 05:33 AM
A simple three icon FGV with XNET is working fine for me, so there shouldn't be a fundamental problem with it.
Could you post your VI (or contact National Instruments support)?
Christian
09-22-2014 06:54 PM
I have the same problem, did you find the solution?
09-23-2014 02:01 AM
as Ceule wrote please add a VI so that we can reproduce your issue
09-23-2014 07:36 AM
there is no solution, the xnet session is not maintained in memory if the FGV is not called in a Principal VI.
In my case the FGV is called by TestStand Steps and it works.
hope this help
09-23-2014 11:12 AM
Thanks
07-30-2015 05:53 AM
相同的问题......
JP_V 已写:
Hello,
I want to use NI-XNET session in a FGV and I've got the following error : 0xBFF6309C.
I also try with Global variable same error.
it's not possible to save XNET session ?
I'm using Labview 2012 SP1 and NI-XNET 1.7
Thank you for your help
JP