11-09-2018 10:00 AM
Hi,
I am using 1901B from bk prevision.
On the "Programming Manual" page 11 shows how to use command set to communicate with the instrument.
I am trying to use those command from LabVIEW to control the 1901B
I can see the COM port in my NI MAX but when I give the command code it shows time out error. I checked the configuration as mentioned on the manual and all looks ok.
Also I try to user Tera Term serial port , once connected I cant see any debug message and I can't type anything in the tera term.
Can you please let me know what might be the issue.
Regards,
Vikash
Solved! Go to Solution.
11-09-2018 10:57 AM
You entered " [CR] " which is the manual's way of designating a carriage return. You literally entered that which means nothing to MAX or the device. You literally sent the brackets and the letter C and R.
In MAX, enter the command, but type "\r" (without the quotes). That is the way MAX and LabVIEW visually show you want to send a single carriage return byte.
11-09-2018 10:58 AM - edited 11-09-2018 11:02 AM
12-11-2023 04:11 PM
so, you mean type something like:
GETD \r
I'm having the same problem, i'm trying to communicate with a BK precision 1900b power supply,
12-12-2023 12:39 AM
Hi judam,
@judam12 wrote:
I'm having the same problem, i'm trying to communicate with a BK precision 1900b power supply,
Because you also wrote "GETD[CR]". Did you read my 5 years old comment?