Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Glestencio

Pages: [1]
1
Dear Archi,

Now it works like a charm. You are the best!

thanks!

2
thanks for your answer,

it should be 3.9.9.24

3
Hi Archie,

thanks for the reply, im not quite sure about it, but the driver has this quote:

'**********************************************************************************************
'* AdvancedHMI Driver
'* http://www.advancedhmi.com
'* ModbusTCP driver - Winforms
'*
'* Archie Jacobs
'* Manufacturing Automation, LLC
'* support@advancedhmi.com
'* 13-FEB-16
'*
'*
'* Copyright 2016 Archie Jacobs
'*
'* This class creates and interface between an Ethernet/IP driver and the AdvancedHMI
'* visual controls.
'*
'* NOTICE : If you received this code without a complete AdvancedHMI solution
'* please report to sales@advancedhmi.com
'*
'* Distributed under the GNU General Public License (www.gnu.org)
'*
'* This program is free software; you can redistribute it and/or
'* as published by the Free Software Foundation; either version 2
'* of the License, or (at your option) any later version.
'*
'* This program is distributed in the hope that it will be useful,
'* but WITHOUT ANY WARRANTY; without even the implied warranty of
'* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
'* GNU General Public License for more details.

'* You should have received a copy of the GNU General Public License
'* along with this program; if not, write to the Free Software
'* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
'*
'* 13-FEB-16 New architecture further separating UI element connection from driver
'*******************************************************************************************************

Kind regards.

4
Dear all

Im having problems with one Schenider PLC subscribing to modbus adresses with lenght > 1, the same code is working well with the other PLCs:

SubscriptionID = DirectCast(Clas, AdvancedHMIDrivers.ModbusTCPCom).Subscribe(40040, 6, 500, AddressOf Me.ClientDataRecived)

and:
 

Public Async Sub ClientDataRecived(Optional sender As Object = Nothing, Optional e As Drivers.Common.PlcComEventArgs = Nothing)
        Try

            Dim Value = Nothing
.............................................

But the ClientDataRecived sub is not even triggered....

In the other hand, this works fine just as expected:

Dim test = DirectCast(Clas, AdvancedHMIDrivers.ModbusTCPCom).Read(40040, 6)

Anyone knows where can it come from? any parameter in the PLC or way to debug the subscription reads to the PLC?

Thanks in advance

Pages: [1]