09-14-2004 10:42 AM
09-15-2004
02:14 PM
- last edited on
07-18-2025
03:47 PM
by
Content Cleaner
Hello,
If you could provide the error number and message it will help troubleshoot. What seems to be happening is that the number in length + the offset is greater than the space in memory then it gives an error. To correct this, change the length size to be smaller or allocate more memory. There is a function called ViMapAddress that is used to set the amount of memory.
If this doesn't fix the problem, please provide with the error message.
As a reference here is the link to the VISA Programmer User Manual
NI-VISA Programmer Reference Manual
Hope this helps
Ricardo S.
National Instruments.
09-15-2004 02:55 PM