05-05-2017 09:48 AM
here the C# project.
need to add the three .dll from CySmart to "References":
cybleautobase
cyblecommonbase
cybledonglecommunicator
I did this C# code according my applications, and I'm sure you will need to modify...
05-05-2017 09:59 AM
Hi,
Thank you so much for the reply and the source code. I have the dll's for Cysmart api
But i have a doubt, how did you call this c# code from LabVIEW? I don't see any dll for your c# code. Or is your software completely implemented in C# rather than in LabVIEW.
Thanks
05-05-2017 10:43 AM
you need to compile the project ("Build Solution")
any way, I just Added my dll, put inside same directory (and include the other 3 dlls listed) were you going to create a VI.
Use .DOT pallet: Constructor, Property Node and Invoke Node
05-05-2017 10:58 AM
Thank you very much. I will try it with the functions in .Net palette.
Best Regards
Deepu Jacob