I was working with version 3.99d, I'm using DF1 serial communication to a SLC 5/04 Allen Bradley PLC.
With this version I can write multiple registers with one instruction --> DF1Com1.Write("B100:0", 50, to_PLC_array) . Works fast and with no issues
******************************
At this moment I just downloaded from AdvancedHMI webpage the latest version 3.99r.
With the new version I can only write 1 register, but not multiple registers..
-->SerialDF1forSLCMicroCom1.Write("B100:0", 50, to_PLC_array) , it throws the Error 2- Too many arguments to 'Public Function Write(startAddress As String, dataToWrite As String) As String'.
To have my solution working in production line, temporarily I used a FOR..NEXT cycle to write one at the time all of the registers , but it takes too long (around 5 seconds)
Is there a way to write multiple registers with the new version with one instruction??....
I will appreciate your help.... Regards!
Carlos E. Aguero J.