IMAQ Vision: (Hex 0xBFF60403) copy unauthorized IMAQ Vision.

Hi all

I have a Labview program developed a few years ago by one of my students who use some images from a camera to do some analysis.

It's the environment that was used:

Windows Xp professional version 2002 Service Pack 2

LabVIEW 7.1
LabVIEW Run-time Engine 6.1 - 7, 0 - 7.1.1
NOR-Imaq 3.1.0
IMAQ vision 7.1.1
NI-Visa 3.1
NOR-488. 2 2.40

NOR-IMAQ 3.1

Application Builder 7.1

Now, the PC crashed and I tried to restore all the software and VI.

I got these (3) types of errors when I lounched the VI:

1074396157 error occurred at WindShow IMAQ
Unauthorized copy of IMAQ Vision.

1074396157 error occurred at WindSize IMAQ
Unauthorized copy of IMAQ Vision.

1074396157 error occurred at WindMove IMAQ
Unauthorized copy of IMAQ Vision.

Possible reasons:

IMAQ Vision: (Hex 0xBFF60403) copy unauthorized IMAQ Vision.

I read that it is possible to overcome these types of errors lounched visionXXrte.exe, but I don't have on my PC.

What can I do?

Thank you for your help

Gino

Hi all

the problem has been resolved.

It has been necessary run the NILM License Manager and activate the product of the Vision, which has been exceeded (I don't know why).

So, thanks to all the world.

Gino

Tags: NI Software

Similar Questions

  • Vision and motion-Vision of the problems of public services

    Hello, everyone

    I wrote a program to LabVIEW 2009 SP1 (Professional Development System), also I have the Vision Acquisition software (November 2009).

    I developed this code under windows XP, I test before you deploy and it was OK.

    After I deployed it, I install on touch Panel PC (with Windows XP Embedded), after I installed, it ask me vision acquisition software license, I activate over the Internet, and he succeeded.

    When I run the program, I'm dealing with these messages:

    Error-1074396157 was held at IMAQ Cast Image

    Unauthorized copy of Vision OR

    Possible reasons:

    IMAQ Vision: Unauthorized copying (Hex 0xBFF60403) of Vision OR

    When I delete the vi IMAQ Cast of my code, deploy the code and install it again, my program worked fine as I want. but I need to use tools, (I have a tray also with resampling of Image, but also error)

    Commercial vision and movement-Vision-Image Manipulation - resampling

    could you tell me what is the problem?.

    Thank you

    Hi Al-Zahrani,

    You have the Vision Development Module on your development computer as LabVIEW and Vision Acquisition software?  Also, could you confirm that the screws are work and does not?

    IMAQ SetImageSize IMAQ GetImageSize and IMAQ create work without error?

    IMAQ Cast Image and IMAQ resample do not work and the license error is produced?

    If this is the case, I believe that it is due to the fact that these screws are included in the Vision Development Module (see screws that are installed with OR-IMAQ and Acquisition of Vision Software).  In order to use them on a remote computer, you must have a license for the execution of Vision engine.

    Lynn

  • IMAQ Vision: Mode invalid (Hex 0xBFF6048C) ranking.

    I use usb enter vi and when I run my vi I get an error

    IMAQ Vision: Mode invalid (Hex 0xBFF6048C) ranking.

    what it means and how to fix it?

    Thanks for your help

    another stupid mistake. It had to be a file name in the folder not a file name.

  • IMAQ Vision Image structure

    I currently grabbing an image, using my own equipment and windows messaging and do it in memory as a bitmap image.  How to copy this image in a structure Image IMAQ Vision.  I see other threads that the structure is the owner, but is it possible to copy the raw data in the structure of the Image.  The only way I can achieve this is to write in a BMP file, and then use the () imaqReadFile to read back in. It takes a lot of time, it would be much faster if I could copy from one location to another.

    You can use imaqArrayToImage(), but I've always found this difficult to use function.

    my favorite way is to create a new image of the right size using imaqCreateImage(), then get a pointer to the first pixel using imaqGetImageInfo() and fill pixels directly by copying the data in the buffer of the image. I already showed how to access pixels directly on this forum. You should pay attention to the size of your pixels and the format of the image (RGB, grey levels).

  • bug in several functions of IMAQ vision mask

    Some functions IMAQ Vision bad work if you use the image source as the mask. I keep running into this bug in IMAQ Vision, Vision functions exhibit this behavior, and others do not. It is not documented in job descriptions. Even if it were, it would still be a bug. Example:

    1. create an image source U8 containing zeros and nonzero values.

    2. son of the image in the entry source and IMAQ mask entry quantify and return the value of % of the global report to see what percentage of pixels are different from zero.

    The answer is wrong. If you copy the image in a separate image first and distinct picture of wire in the input mask, you get the right answer. See attached VI for building

    See you soon,.

    -root

    If someone knows a way to return the number of pixels not dummies in an image without duplicating the image in memory, please post the method here so I can mark it as a solution. I find that using IMAQ getpixelvalue in a double loop is extremely slow, even with a shift as a counter register.

    Using the histogram IMAQ VI seems to work (with no mask image)-the first index of the returned histogram array is the number of zero pixel, so the sum of the table no less (or less area this) is the number of pixels non-null.  The VI has the same bug with the image of the mask (and I agree with you that document a bug does not correct!) but at least you can use for this problem.

    Cheers ~ Greg

  • IMAQ Vision: IO file error

    Hello

    I get the error in the subject, trying to open a file that was acquired from a phone android via the command "adb shell screencap.  I have attached the criterion vi and the image.  I can't seem to find the solution to open this file without error happening on "imaq readfile.  I tried image different types on imaq create and also tried the other way to read that an image file named "imaq read info image and vision.

    I see that I can use the 'imaq getimageinfo' tool to get the parameter image correctly.  I can't get labview to open the image without error, given the tools available.  Help, please.

    P.S. I'm under labview 2013 sp1.

    Thanks in advance,

    David Jenkinson

    Confirmation: Your product-1074395993 code error code when executing "IMAQ ReadFile" during the reading of this png. I don't know what could be the problem with this PNG. To work around the problem, you can use 'Read the PNG file' of the 'Graphics Formats VIs"which doesn't have this problem.

  • IMAQ Vision NOR find circular edge

    Hello

    I had a few a problem with a circular border of LabView Vision search.  The problem is when the function found my circle he put a red circle, that's good! but when I move the object to try to follow the point, all the old red circle will not disaper.

    After I got everything its quite messy in my interface.

    I got a picture of the problem.

    I want to know how to clear the circle each iteration.

    Thank you

    Hi PIOU123,

    To clear the overlay use the clear overlay VI IMAQ. An example of this in use VI can be found by going to help > find examples and then navigate to the Modules and Toolkits > Vision > geometric matching > geometric Matching.VI

  • IMAQ vision function reference

    Hi all

    I'm new to Lab Windows/CVI and uses the library imaq vision.

    Could someone tell me where I can find the reference of function IMAQ Vision? I found a function reference manual at first--> National Instruments--> Vision--> Documentation. But all the functions described in this document are starting by img * (). I was looking for functions starting with imaq * ().

    I'm sorry that it might be a stupid question, but any help would be appreciated.

    See you soon,.

    Thanks Alex,

    I found the document

  • IMAQ Vision: Is not an Image error when using producer/consumer

    Hi any person

    I used the Vision Express to solve the problem of Patern Machine.

    I want to put Assistant and Aquistion in 2 loop parallel. So I used the producer/consumer to transfer data

    After running VI, I pressed the Stop button and I encountered this error

    I think that getting the queue has a problem. I changed Image to Contant control and connect it to the data type of element. I think that this path is correct.

    So, in case of error, it addressed to Coppy IMAQ in Assistant. So I think that I used the Comunication of the queue is not correct.

    How can I solve this problem

    Thank you

    You can see more detail in the following video: https://www.youtube.com/watch?v=i6FOQ2jypXc&feature=youtu.be

    Try this:

    You should put the image process in the loop of the consumer and release it properly.

  • IMAQ vs NI Vision

    Hello...  First of all a question about IMAQ...  I've seen many examples of LabVIEW which includes IMAQ VI...  What is necessary to own or buy to access these IMAQ vi?  Second, what is IMAQ versus NI Vision?  NEITHER Vision a more recent name for what was IMAQ or is it something else entirely?

    I have a Developer Suite license and thanks to that I have many versions of LabVIEW Professional Developer Suite (PDS) LabVIEW through LabVIEW 2011 7 (does not have 2012).  But I don't have any specific modules vision/image...  All I really want to do is open a specific. TIF image and view this image on a LabVIEW front panel led.  Short of owning any IMAQ or NI Vision vi, made the main PDS provides the tools I need to do this simple task?

    And again, I'm lost in the word soup.  What is IMAQ as compared or contrasted with NI Vision?

    Thanks bob...

    Hello Bob,

    There is a lot of information to analyze through this question, let thus starts at the top.

    NEITHER Vision is the platform of any vision that NEITHER has to offer. This can be broken down into two basic categories; Hardware and software. Hardware includes our smart cameras, Vision systems shipped, Frame Grabber cards (PCI, PXI, PCIe, SMU) and other material. The software can be decomposed into Vision Development Module (VDM) and the Vision Builder for Automated Inspection (VBAI). Sorry to throw in acronyms, but it will save some typing over the long term.

    Vision Development Module, is the great global toolkit for LabVIEW Vision applications. The Vision Development Module includes several pieces of small software. These software include Machine Vision algorithms and several other pallets of treatment as well as the software of Acquisition Vision (SAV), which can be broken down into three additional parts. Here's where we come to the VI IMAQ, Vision Acquisition Software includes IMAQ IMAQ i/o and IMAQdx. IMAQ and IMAQ i/o are free software, and IMAQdx isn't.

    Here's a quick preview

    OR Vision

    • Hardware solutions
      • Smart cameras
      • Embedded Vision systems
      • PC and PXI systems
    • Software
      • Vision Builder for Automated Inspection
      • Vision Development module
        • Machine Vision algorithms
        • VI image treatment
        • Vision acquisition software
          • IMAQ (free)
          • IMAQ i/o (free)
          • IMAQdx (paid)

    Now, as for your specific application the Vision Development Module is not included in the Suite of developers at least that specifically added to your package. However, you will be able to acquire and save an image with the base IMAQ VI.

    IMAQ means Acquisition of Image and is a driver package for communications standards of different camera as well as several basic image manipulations. With the free IMAQ driver, you will have access to the VI listed in the knowledge base following.

    The screws are installed with NOR-IMAQ and Acquisition of Vision Software?

    http://digital.NI.com/public.nsf/allkb/1c4ed6177ee566d68625794a007ba160?OpenDocument

    You can download the latest version of IMAQ here:

    http://Joule.NI.com/nidu/CDs/view/p/ID/2758/lang/en

    Alternatively, you can download a trial version of the software for Acquisition of Vision and then allow the functions of IMAQdx paid become invalid at the end of the trial period.

    http://sine.NI.com/NIPs/CDs/view/p/lang/en/NID/12892

    Once you have the IMAQ VI installed you should be able to open the. TIF file and display it using the ReadFile.VI IMAQ and an indicator of the image.

    I hope that clarifies the differences of our Vision, and how you can access to the. TIF file.

    See you soon,.

    Joel

  • Cannot create a vision assistant.error vi: labview and imaq missing

    I installed labview and vision assistant on my computer vista laptop-run

    Whan I try to create a vision assistant vi, it shows labview and imaq lack.

    Please try this

    Thanks in advance

    I reinstalled labview and other components. Now the problem is solved

    Thanks for help

  • How to download imaq vision

    I am a new user of labview and I wish to study this subject IMAQ vision. However, for the same thing, I have no idea as to how I can use it on LabView. Smoker I don't understand if I have to download additional software for IMAQ Vision work with LabView. Kindly advice me.

    Jean-Luc

    NOR-Vision and NOR-IMAQ are two different things. NOR-IMAQ is a set of drivers and software to acquire, view and save images of some devices. The supported devices are in the readme file. This software is free. NEITHER Vision is a software level. He did work with a wider variety of devices. It is not free.

    I think that it is best to call your local sales office OR that they would be better suited to help you, rather than this forum. We mainly answer technical questions here.

  • 2014.02 - Bluescreen Windows 8.1 vision acquisition software (imaq vision acquisition express vi in labview)

    Hello

    I have big problems to install the Acquisition of Vision software to Windows (64-bit) with installed LabView 2013 SP1 (32-bit) 8.1. He finds himself in a blue screen after the computer is restarted.

    My main problem was that I only had 'Vision Acquisition' express vi LabView 2013 SP1 Windows 8.1. So I installed this VAS2014.02 (http://www.ni.com/download/ni-vision-acquisition-software-2014.02/4584/en/) and it solved the problem, the vi in labview and works fine until I restart my pc. Because after the restart of the blue screen is coming. After several times of blue screens it came Windows 8.1 recovery menu. By selecting "Help for starting" or something similar (I have German OS) in "Advanced Boot Options", the system could be recovered with relatively little loss of data (work today has been lost, only yesterday the files were there). So I repeated the installation of VAS2014.02 and once again the same: blue screen after restarting Windows 8.1.

    It is not compatible with it?

    (but it is: NEITHER Vision Acquisition Software 2014.02 - Windows 8 32-bits/8 64-bit/7 64-bit/7 32 - bit / Vista / XP 32-bit/Server 2008/Server 2003 R2 32-bit)

    What can I do to use the Vision Acquisition express vi into labView 2013 Sp1 Windows 8.1? I had lost the good part of the time today to operate without success. Thank you for your suggestions in tips!

    Michael

    Hi Michael,

    I'm sorry for the problems you are faced with customer Service. There is a known issue with some software components which ARE pulled inward, which will cause the BSOD you see. The problem is examined formally at the moment, but in the meantime, the simplest solution is to remove the stand from the IO IMAQ for R series cards (1483, 1473R, 8237R, 825xR) as described here: http://forums.ni.com/t5/Machine-Vision/After-upgrade-to-NI-Vision-Acquisition-Feb-2014-Windows-does-.... If you require the use of these cards, there are other workaround solutions for which you can contact OR support that is formally addressed.

    Kind regards

    Joseph

  • several webcams in for usb or imaq vision Builder

    Hello

    I have a question about imaq nor for usb or vision builder AI 3.6 (I did a vi with imaq and I run in the constructor of the vision) and I want to know how can I connect multiple webcams to the computer, and how many of them can be connected. can they all be of a make and model and can they be executed with a driver installed on the computer?

    Thank you

    Hello

    In general NOR-IMAQ for USB can support only one camera at a time. You can acquire multiple cameras (not simultaneously) using USB IMAQ list VI cameras to identify each device plugged into your system and access it via the other IMAQ live to USB.

    I would also like to point out that Vision Builder AI does not support the NO-IMAQ for cameras USB driver. It is designed to solve machine vision applications, but USB cameras provide in general or advanced necessary for machine vision triggering modes.  Because the machine vision and USB cameras will usually together, we do support USB cameras in Vision Builder AI.

  • Lost file "IMAQ Vision example Folder.vi"

    Hello world

    I was working with this file and I lost it. Now, I could not find or fix also I re - install all the modules of the vision, and many examples use this file to take the path of the image to work. Someone can help me trying to find the path and bring me the IMAQ Vision example Folder.vi

    Thank you for your cooperation,

    John

    Hi, thanks for your response, I did it and I don't know why, but did not work. I solve the problem using the IMAQ Vision AVI Folder.vi and change the block diagram and removal of some parts and then rename it as the vi that I lost. In this way, I solved the problem.

Maybe you are looking for

  • What WLAN card has Satellite C70D-(PSCENE)?

    Hey guys,. can you help me please? I need to know what wireless adapter is integrated in the PSCENE of C70D A satellite.I guess that's an Atheros. But what model exactly? Need to know this, because I want to install the adapter in Windows 7. THX!

  • NB305-105 - empty battery after a few days

    Hello I have a Toshiba NB305-105 (2 GB Ram - 250 GB HARD drive) with the ultimate edition of Windows 7 (64). My (6-cell) battery has a long service life about 6 hours, but I can't why when walking the next day from the PC, the battery is discharged.

  • Re: Split on the upper eyelid on Satellite P100

    I've had my laptop now for about 2 years. In the first year, a split appeared near the hinge and the cover has been replaced under warranty.Now almost a year later the same thing happened again and the laptop is out of warranty. If someone else has h

  • Low 6343 USB digital output

    Hello I use the digital output to USB-6343. Sometimes when I stop writing (clear the task) the rest at high output pin (I see it in the oscilloscope). Is it possible to set that after earasing task output pin will always be low? Thank you Leonid

  • HP Pavilion x 2 does not appear on my tv

    Hi people. I recently bought a HP Pavilion X 2 2 in 1 laptop and you want to connect to my TV. The laptop has been upgraded to windows recentluy 8.1.  When I connect using an HDMI cable, the TV recognizes that the HDMI is connected, but the laptop sc