I have converted a vi into a dll(This vi employs Flexmotion library calls). The vi initializes MID-7604 and PCI7344 controllers for 3 stepper motors. This dll is called by a C/C++ driver The C/C++ driver also calls another dll(this dll controls the stepper motor movements). Testing the driver for robust purposes, I have noticed a problem when I turn off the power to the MID-7604. During execution of the driver, I have noticed that even though I do not call the dll, I get an error - "Modal Errors are displayed with the most recent ones on top - "Error # 70119 occurred at BlendMotion(flex_blend) on Axis/Axis Ctrl 0x01........
I do not have the execute upon open attribute enabled on the dll/vi. Does this mean that even though the dll is not being called, that s
ome sort of initialization is occurring as a result of the dll being loaded into memory?
If someone could provide with some code on how to properly handle the MID-7604 being down/enable(off), I certainly would appreciate it.
Thanks