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 - tbrew01

Pages: [1]
1
Support Questions / Make Custom Components
« on: July 25, 2022, 06:30:23 AM »
Hi, How do I go about make a custom component, i'd like to make a simple PID pump graphic, turns green when running, grey when idle and a red circle around it when faulted. I thought I might be able to modify the three colour pilot light, except can't figure out how to get to the graphics side of it. example image attached.

Thanks

2
Hi, does anyone have any sample code to write a numerical up/down to a holding register using the modbus TCP driver? I'm very new a VB i have programmed a bit of c, java lots of ladder etc. I'll have to go back and learn VB from the basics put i'm in a rush to prove a concept, and short for time. any help would be awesome.

Thanks guys

3
Support Questions / Re: Modbis TCP micro 850 troubles
« on: August 27, 2013, 05:15:58 PM »
Thanks Archie, the new driver is working like a charm. I will definitely consider using advanced hmi on some of our smaller projects.

4
Support Questions / Re: Modbis TCP micro 850 troubles
« on: August 24, 2013, 08:41:25 PM »
Thanks for the prompt support. Yes, I did see the CIP Ethernet/IP mentioned in the manual and tried the CLX driver before I moved to the modbus TCP driver. The CLX driver return the error, Unable to determine processor type. I then did some digging and found a tech note about the the ethernet/ip on the 850, it mentioned not being able to interface with panel view screens, through ethernet ip and that they hope to add this support in a later firmware release.

5
Support Questions / Re: Modbis TCP micro 850 troubles
« on: August 24, 2013, 04:07:07 AM »
i've had a bit of a play around today. I thought the fact that it was running in a virtual machine may be causing the problem. I installed Visual Basic Express on the windows 7 machine and I experienced the same problem. The driver polls the PLC, the PLC responds but the driver returns invalid data. This seems to rule out virtual machine causing the problem and points to a bug in the driver i suppose.

6
Support Questions / Re: Modbis TCP micro 850 troubles
« on: August 23, 2013, 10:48:10 PM »
Hi archie,

I changed the code to not throw the exception. I've had a look at the packets in wireshark, and the correct value (207 or 0xCF) in the holding register is being returned in a packet.

i'll attach a screen shot


7
Open Discussion / Re: AB Micro850
« on: August 23, 2013, 10:12:08 PM »
Hi, did you have any luck communicating with the 850?

8
Support Questions / Modbis TCP micro 850 troubles
« on: August 23, 2013, 09:04:21 PM »
Hi, I'm trying to communicate to a mirco 850 using modbus TCP. I have to of the variables mapped to modbus addresses within the processor. But keep getting an unhandled exception:


    Private Sub PolledDataReturnedValue(ByVal sender As Object, ByVal e As MfgControl.AdvancedHMI.Drivers.Common.PlcComEventArgs)
        Try
            Value = e.Values(0)
        Catch
            DisplayError(e.Values(0) & "-INVALID Value RETURNED!")


Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index

any ideas? thanks

Pages: [1]