LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Iam a novice using solaris 2.8 with labview 6.02. I am receiving the error me

ssage "(HEX 0xBFFF003C) insufficient system resources to perform necessary memory allocation" message when attemping execution of a VI containing correctly wired visa Write and Read icons. Visa has identified the resource and through Ibic I can communicateI am getting the error code -1073807300
0 Kudos
Message 1 of 5
(3,110 Views)
ssage "(HEX 0xBFFF003C) insufficient system resources to perform necessary memory allocation" message when attemping execution of a VI containing correctly wired visa Write and Read icons. Visa has identified the resource and through Ibic I can communicateThe information you give is useful but not complete enough to pinpoint the problem.

1) Which VISA call returns this error? Is it VISA Open or is it the I/O calls?
2) What resource name are you using?
3) What type of GPIB controller is this? SB, PCI, ENET, or something else?

Dan Mondrik
National Instruments
0 Kudos
Message 2 of 5
(3,110 Views)
ssage "(HEX 0xBFFF003C) insufficient system resources to perform necessary memory allocation" message when attemping execution of a VI containing correctly wired visa Write and Read icons. Visa has identified the resource and through Ibic I can communicateThank for the response. I am using a GPIB-ENET/100. The
resource name used is "GIGA_8542" an alias for GPIB4::13::INSTR, the Gigatronics power meter at address 13 which is connected to the gpib-enet/100. I am making a *IDN? call to the device using a "VISA WRITE". There is a "VISA READ" configured for the test equipment response. The error code -1073807300 occurs at the output of the "VISA WRITE". Again Visa has identified the resource and through Ibic I can communicate. Thanks.
0 Kudos
Message 3 of 5
(3,110 Views)
ssage "(HEX 0xBFFF003C) insufficient system resources to perform necessary memory allocation" message when attemping execution of a VI containing correctly wired visa Write and Read icons. Visa has identified the resource and through Ibic I can communicateI noticed that this discussion faded in September. Have you found a solution, I am having the same problem.
0 Kudos
Message 4 of 5
(3,110 Views)
ssage "(HEX 0xBFFF003C) insufficient system resources to perform necessary memory allocation" message when attemping execution of a VI containing correctly wired visa Write and Read icons. Visa has identified the resource and through Ibic I can communicate- Are you explicitly opening the resource before you try to write to it? LabVIEW lets you call implicitly open a session by calling a VISA write on an un-opened resource. Try opening the resource before writing to it and see if the VISA Open or the VISA Write returns the error.
- Check to make sure that your ENET is set to system controller.
- Do you have Tek VISA or HP VISA installed?
- What version of VISA do you have?
0 Kudos
Message 5 of 5
(3,110 Views)