I have recently bought an AC power source from LISUN GROUP (LSP-500VAR) as i tried interfacing it with labview the device was not responding but when i used the system given software( which is not on labview) it was working. It is communciating using Rs232.
Please help
the manufacturer has given communication protocol for various operations.
The manufacturer has not provided any drivers for the device will that cause a problem in communication.
Thank You
i tried the same, i am attaching the pic of the block diagram kindly let me know if there is error, the problem is the device is not responding or giving back data
Hi naman,
when the manual states "send byte 0x15" you need to send exactly that byte. Right now it seems you send 4 bytes "0", "x", "1", and "5" which is wrong!
Set your string constants to "hex display" mode and input the needed byte values then!
Setting a timeout of 1000s (or >16min) is also not recommended…
i tried the same but still no communication, will it play any role if we dont have the device drivers for the device as the company is not working in labview
@GerdW wrote:
Hi naman,
when the manual states "send byte 0x15" you need to send exactly that byte. Right now it seems you send 4 bytes "0", "x", "1", and "5" which is wrong!
Set your string constants to "hex display" mode and input the needed byte values then!
Setting a timeout of 1000s (or >16min) is also not recommended…
I'm going to add that the "0x" isn't part of the code you should send. That's just telling you that the following number is a hex number.