06-26-2019 04:36 AM
i am not able to send frames from labview to sbuscan(our company hardware). it showing device serial number of the hardware but when i called connect device method from .net dll file, in output it showing device not found. and when i called SendMsgtoUsb funtion from .net dll file in output it showing error. then how to interface the hardware.
06-26-2019 05:18 AM
06-26-2019 06:24 AM
our developers don't know the labview. because they use busmaster tool to send frames
06-26-2019 06:45 AM
@arhten wrote:
our developers don't know the labview. because they use busmaster tool to send frames
We don't know your sbus hardware and drivers either!
So you will have to ask your developers for at least a Visual Basic or Visual C example of how to access that .Net component and then replicate that functionality in LabVIEW. As far as accessing a .Net driver it is very similar since the methods and properties remain the same. The only difference is in how to instantiate the object and that the methods and properties are text based in VB or C while they are graphical in LabVIEW but the names remain the same.