02-23-2022 10:52 PM
Im also using the same drive. Having doubt on this drive. If I changed any parameter of the ASD A2 drive through LabVIEW once means. will the set value remains same even after power off ? does it keep in its memory? If it is not means what should I do for that ? Please support.
Thanks in advance.
03-02-2022 08:51 AM
Hi. I'm also receiving the same error code 56 while communicating delta ASD A2 with LabVIEW. how you have solved. please reply..
Thanks in advance
03-02-2022 08:55 AM
Hi there. Im using Delta ASD A2 drive. Im trying communicate the drive with LabVIEW using Modbus. I'm receiving "Error 56 occurred at RTU Data Unit.lvclass:Read ADU Packet.vi:5030001" whenever I tried to read or write. Can anyone please tell me what to do for solving this issue.......
Thanks in advance
03-05-2022 02:01 PM
@Magesh003 wrote:
Hi there. Im using Delta ASD A2 drive. Im trying communicate the drive with LabVIEW using Modbus. I'm receiving "Error 56 occurred at RTU Data Unit.lvclass:Read ADU Packet.vi:5030001" whenever I tried to read or write. Can anyone please tell me what to do for solving this issue.......
Thanks in advance
The reason for this error may be that an address I want to write does not accept the value you have written. If you write a value to a parameter that it cannot accept, you will get this error.
03-07-2022 06:04 AM
Thanks for your reply. Right now I have made established the communication.the error is because of wiring mistake. Now it is rectified. But now I can able to write through LabVIEW. Can't able to read from the drive. No error coming but the registers values are not initialised while reading. In modpoll, I can able to read. Could you please support.
Thanks in advance
05-03-2022 03:45 AM
Did you solve your problem?
If you still can't solve your problem. Can you repeat what the problem is?
05-03-2022 04:01 AM
Hi,
Thanks for your reply. I have solved the issue. The problem is with the NI modbus library with machine. So I have used another library tool called plasmionique modbus master toolkit from VIPM. Through that read & write operation has been done.