03-03-2010 10:00 AM
Hello there ..
i am trying to close the serial port but it does! i do not know if it's my fault cause am still new in this field 😕
could anyone help???
03-04-2010
05:10 AM
- last edited on
03-07-2024
03:57 PM
by
migration-bot
Hello mideast,
I have looked at your VI - calling the "VISA Close" function will only close a communication session if you provide a valid VISA session as a resource! But you never opened one, as you are using a third-party DLL for communications.
What you will really need to call is a "WiMOD_Close" function from your 3rd-party DLL...
Additionally, you will definately want to attend the LabVIEW Core I training course, as it does not only cover basic LabVIEW skills, but also introduces you to the VISA API used for instrument control. More information on the course topics can be found here:
LabVIEW Core 1
Best regards,
Sebastian
03-04-2010 07:36 AM
first of all thanks alot for your answer 🙂
i thought i do not need to open a visa session as it was referred in some conrner here in the forum!!
i only thought that i need to choose one using the visa available resources then i tended to use my dll functions .. the thing which makes me crazy is that i've used the closing function from my dll but it does not help although i've tested in some other platform and it worked!!!
have you any other idea??
wish you a nice day!
03-05-2010 02:27 AM