03-18-2010 11:50 AM
How to make SmartBits 6000C generate Ethernet traffic from LabView?
I have a DLL for SmartBits and I'm able to connect it.
Could someone advise something?
03-18-2010
12:16 PM
- last edited on
01-30-2025
03:36 PM
by
Content Cleaner
03-18-2010 12:35 PM
There is explanation on how to Control an Instrument. The function HTGetStructure is mainly used there. As far as I understand I have to use similar approach using function HTSetStructure (in order to set up transmit parameters) isn't it?
03-18-2010 12:36 PM
Ludmilla wrote:There is explanation on how to Control an Instrument. The function HTGetStructure is mainly used there. As far as I understand I have to use similar approach using function HTSetStructure (in order to set up transmit parameters) isn't it?
You will need to review the documentation for the SmartBits dll in order to determine which functions you will need to use.
03-18-2010 12:54 PM
03-19-2010 04:03 PM
Thank you, Dennis, for your response. I've already made an enquire to Spirent and I'm waiting ...
I decided to go forward and generate traffic using at least two simple SmartBits' functions - HTTransmitMode (to set up transmission mode) and HTRun (to start transmit traffic). As I can see HTTransmitMode works fine. But function HTRun doesn't start traffic running.
I have no idea what to do. If someone has any ideas or has had similar expirience, please reply.
03-22-2010 03:08 PM
I've managed to run traffic using two dll's functions, mentioned above. It works fine.
03-24-2010 09:57 AM
We've communicated to a SmartBits 6000 chassis with some success using LV drivers linked to the SmartWindows DLL.
After seeing Dennis's response about a LV driver being available through Spirent I made an inquiry also. This morning I received a link to an old driver (circa 2002) that's linked to the SmartAPS DLL. Does that sound like the one they gave you Dennis?
I was hoping it would be more of a general purpose instrument driver, but that's all they said they had.
03-24-2010 10:06 AM
03-24-2010 11:08 AM
John,
Did you manage to connect LabView and SmartWindow somehow? Or you just mean that your DLL have the same functions as SmartWindow?