03-02-2022 11:43 AM
Hi Kevin,
As I said it is simple write/read VISA code and it worked when run separately but not within main VI for some reason. I disabled termination character configuration vi in order to let Read entire buffer.
BTW after installed older Run-time engine (2019) even this code does not work any more 🙂
03-02-2022 01:45 PM
I just tried to download Labview 11 that NI also deleted from my computer together with v 7.1 and 8.0 🙂 and discovered that NI has moved to a subscription basis. So now I understand why There was a promotion that allowed to install evaluation version that wiped out all others... Also I understand why it was necessary to delete all the versions that had installed. Maybe because of the same reason my VISA does not work any more...
I think this is unfair. I've got all the previous versions without subscription agreement and now the new policy is applied to that software and I don't have anything any more?
VISA does not work any more on my computer.
I am very upset, folks.
03-02-2022 01:59 PM
@Alex_Suhisky wrote:
I just tried to download Labview 11 that NI also deleted from my computer together with v 7.1 and 8.0 🙂 and discovered that NI has moved to a subscription basis. So now I understand why There was a promotion that allowed to install evaluation version that wiped out all others... Also I understand why it was necessary to delete all the versions that had installed. Maybe because of the same reason my VISA does not work any more...
I think this is unfair. I've got all the previous versions without subscription agreement and now the new policy is applied to that software and I don't have anything any more?
VISA does not work any more on my computer.
I am very upset, folks.
Sorry, I have to I call B.S. on this.
I have several version of LabVIEW installed and the new subscription licensing does NOT effect anything before LabVIEW 2022 (which is not even released yet)
03-02-2022 02:14 PM
I don't know what to say... Here are the facts:
1. Evaluation version wiped out all older versions.
2. I reinstalled Labview 8.0 from original CDs and my VISA does not work any more.
3. I am not able to download Labview 11 (I lost my original CD but I found the license number). It is greyed out and in addition description states that the latest OS it is compatible with is Windows 8. It also says: "Purchase or renew SSP, and register previously purchased software to access locked versions."
What part of it is BS?
03-02-2022 02:20 PM
Briefly,
1. The boolean input for enabling a termination character only applies to Read operations. If your device uses one, you should enable this and specify the correct character. (By default, the config function uses a line feed = hex 0x0A = decimal 10).
2. Go to your constant that shows "PA\r\n".
Right-click, choose "Visible Items->Display Style".
Right-click, choose '\' Codes Display.
Do you now see "PA\\r\\n" with double backslashes? If so, you weren't actually sending carriage return and line feed characters to signal message termination to your device. You were feeding a literal backslash, an 'r', a literal backslash, and an 'n'. So your device didn't answer.
3. Search the forums for discussions about using "Bytes at Port". Learn from them. You don't want to keep doing what you're doing now.
-Kevin P
(Summary of my reasons in this post, part of a voluminous thread of mostly complaints starting here).
03-02-2022 02:48 PM
BINGO!!!
Thank you, Kevin! Yes, I had double slashes!
I just got a response from that thing 🙂 I disabled termination character because the device answers with a few lines and each one ends with the termination character:
But you were right on money with the double slashes.
I owe you big!
Thank you again!
03-02-2022 02:51 PM
Thank you all!
So the only thing I will have to try now is to get from NI my Labview 11 somehow 🙂
03-02-2022 03:06 PM
@Alex_Suhisky wrote:
What part of it is BS?
This part
@Alex_Suhisky wrote:
There was a promotion that allowed to install evaluation version that wiped out all others...
03-02-2022 03:10 PM
I am not lying, buddy. It did.