09-16-2004 03:07 AM
09-16-2004 06:06 AM
09-16-2004 01:08 PM
09-16-2004 06:37 PM
09-17-2004 10:19 AM
08-06-2007 09:32 AM
Hi Regis,
Are you willing to share your Labview VI/ RS232 driver for the Smartmotor?
Thanks,
Bill
06-25-2009 09:38 AM
10-22-2010 02:17 PM
When I download the animatics software from the website, I cannot find the smiengine.dll file. Is there anything I am missing? The only DLL file I can find is smi.dll. Any ideas? Thanks
10-26-2010 10:33 AM
Where do I get SMIEngine.dll ?
I did download the dll file from internet but when I tried registering it, I got a error message.
Message I got,
"SMIengine.dll" is not an executable file and no registration helper is registered for this file type.
10-26-2010 05:13 PM
I don't know if I can add a whole lot to the conversation, but the only method I was able to get to work was to:
1. Download and install SMI 2.331 found here: http://www.animatics.com/web/smi.html.
2. Restart PC to ensure proper registration of library files.
3. Tap into the library using an Active X reference by placing it on the front panel, right clicking on it selecting the Active X class of INTEGMOTORINTERFACELib.ISMIComm
4. Invoke deired methods (write, read, download file, upload file, etc) on that reference through the vi's block diagram
5. Launch the newly installed SMI application and go to "Help">"Smart Motor Programming Guide" to get the motor syntax (i.e. Invoke Read method and send Rp command will result in the motor reporting position).
The vi I provided a few posts ago already has the Active X reference in it and contains 4 common methods to invoke. I know this isn't the most efficient method and its a pain if you need to deploy the code (you always need SMI installed as well), but I have reliably used this vi on 3 seperate applications to date. Hope this helps.