02-12-2024 08:58 AM
Thankyou so much.
My code is working when i changed TCP read in CLRF mode.
I am very thankful for your response.
I am sharing my code with you.
Now i have to make a complete GUI screen for this code.
Thanks
Prashant Kumar
I am so happy today.
03-06-2024 10:14 AM
Hi
When i am sending my query command like VER, FOR,ALM one by one but RF generator is showing error in VISA Read. Some time it is giving error -1073807339. Then i changed byte at count with visa byte at port instead of constant value 1024 or 200. Then error were gone but some random abitrary response i am getting. Then again i removed byte at port and changed to constant value and this time i had changed baud rate in generator from 19200 to 9600 then i am getting the response what i am sending. Like if i am sending FOR then in response also i am getting FOR.
I am unable to solve this issue that where i am doing mistake. Please help me.
Also in manual it is mentioned that
The serial connector is a DB9 female located on the rear panel of the
generator. Serial control and status signals are available at this connector for
operation of the generator. The generator responds to inputs from this
connector when the generator ‘Settings’ are set to ‘Serial’.
I am attachung my vi code along the error and manual of my RF Generator. Please refer section 2.5.6 in the manual for detail information about serial command and serial settings for serial communication.I have done serial setting in the RF Generator also.
I think there is some problem in byte at read. Please help me.
03-19-2024 08:26 AM - edited 03-19-2024 08:35 AM
Sir
I have prepared the LabVIEW programme for sending all the command sequentially.
I have attached my programme.
1.) I want to select only limited string from the command response.
e.g. Response of VER command is-
VER, AX5000_2.40.4c
>OK
>
So, want to display only AX5000_2.40.4c i.e. I want to extract output as AX5000_2.40.4c.
How to do this?
2.) I want to send few sets of command in one Array of string like right now i am sending VER and ALM command using Array of string with carriage return constant separately for each command.
How to do this?
I am attaching my new vi and screenshot of output received from my device.
Please reply.
04-01-2024 09:39 AM
Sir,
I want to make an RF interlock based on temperature signal and online Reflection coefficient (RC) measurement.
I have drawn the schematic for the required implementation in LabVIEW. please help me in implementing the part after RF ON/OFF.
how to implement RC <10% and keep RF ON for 1 min i.e. for pulse operation and then switch RF OFF.
In 2nd case if RC>10% Then immediately switch OFF RF ON/OFF switch.
PLEASE HELP ME.
THANKS
04-03-2024 09:11 AM
i have developed an RF power supply interlock but i am facing error.
I want to make an RF interlock based on temperature signal and online Reflection coefficient (RC) measurement.
I have drawn the schematic for the required implementation in LabVIEW. please help me in implementing the part after RF ON/OFF.
how to implement RC <10% and keep RF ON for 1 min i.e. for pulse operation and then switch RF OFF.
In 2nd case if RC>10% Then immediately switch OFF RF ON/OFF switch.
PLEASE HELP ME WITH THE LOGIC TO IMPLEMENT THE CODE.
THANKS