10-27-2006 02:46 AM
10-27-2006 11:09 AM
Hi Michal,
You should first create a Software Module entry for your driver in MAX under IVI Drivers>Advanced section. Then you can create a new Driver Session for your Software Module under the Driver Session section. Finally, you should associate a logical name with the driver session you have created.
If you are using CVI 8.0 and ICP 2.2 or later, you should be able to access IVI tools such as IVI Specific Driver Test Suite and IVI Installer Creator. With the IVI Specific Driver Test Suite, you can test your driver for the compliance with the IviDmm spec. Using the IVI Installer Creator, you can create an IVI compliant installer for your driver that will automatically handle the driver registration into the IviConfigurationStore.xml file.
Avoid using "Ivi" in the prefix for an IVI specific drivers. This prefix is reserved for the IVI class drivers.
Thanks!
10-30-2006 04:28 AM
Hi gagi1,
thanks for sequence how to "register" my IVI in MAX.
I'm using CVI 8.0, ICP 2.5.When i create my IVI by Create Specific IVI driver or when i try to create IVI driver based on existing driver and i try to test it i get a message from IVI Specific Driver Test Suite
The driver could not be initialized through the class driver.
Compliance Test was halted.
Error returned: bffa0011
Error Message: Function or method not supported.
When i try to access my driver from CVI it's possible by command IviPok_init, but not over IviDmm_init and that is what i would like to do.
If i try it initialize but IviDmm_init i get an error message: "Function or method not supported".
10-30-2006 12:46 PM
11-06-2006 03:28 AM - edited 11-06-2006 03:28 AM
Message Edited by meroglu on 11-06-2006 03:31 AM
11-08-2006 11:28 AM