取消
显示结果 
搜索替代 
您的意思是: 

Interface AC power source

From reading the very short manual, your communication do not use the termination character.

So when you setup the VISA, you need to disable this feature.

 

Next when you what to read the reply from your hardware, you need to specify the number of bytes you what to read. Depending on the command that you are sending, the number of bytes has to match to what is written in the manual.

 

Now for how you are trying to send your data.

For evey try you make that do not work, you need to let us see the code. Not a picture, but the vi, all the vi's that is your code.

 

Try this for the connect command:

 

Interface-AC-power-source.png

 

 

21 条消息(共 23 条)
950 次查看

Thanks for the help of VI i tried the same , but still the device is not communicating. I tried first the way you have shown in picture and then by sending two bits of data and creating crc 16 and sending it, i am attaching my alternative. But it did not work.

Thanks for all the help and support

0 项奖励
22 条消息(共 23 条)
921 次查看

You need to be more specific of what is happening when you run your code.

 

What did my code return ?

Did it give you an error? What was the error?

0 项奖励
23 条消息(共 23 条)
860 次查看