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

Pages: [1] 2 3 ... 5
1
Support Questions / Re: Device State Conflict
« on: August 24, 2018, 05:39:47 AM »
I add that the tag is SAFETY Class

2
Support Questions / Device State Conflict
« on: August 24, 2018, 05:37:07 AM »
Hello, I have a BasicButton with output set on MomentarySet (but it's the same with Toggle or SetTrue) and when I click on it I have the message "WRITE FAILED! Device State Conflict"
What's the problem?

3
Support Questions / result of Write function
« on: November 26, 2017, 01:07:22 PM »
I want to know what the function EthernetIPforSLCMicroCom1.Write return in case of success. I want discriminate when the function fail to write tag in PLC.
thank you in advance

4
Support Questions / Re: Using Datasubscriber
« on: September 17, 2017, 11:09:00 AM »
Thank you Archie, now it's working fine

5
Support Questions / Re: Using Datasubscriber
« on: September 17, 2017, 10:00:34 AM »
I send you an image

6
Support Questions / Re: Using Datasubscriber
« on: September 17, 2017, 09:36:17 AM »
If you see my code i'm already using begininit and endinit

7
Support Questions / Using Datasubscriber
« on: September 16, 2017, 12:14:58 PM »
Hello, I have an application that use datasubscriber object and in the past, connected with DF1Comm driver to a Micrologix1500 worked fine. Now I changed the PLC with a new Micrologix1400 with Ethernet port so I must use EthernetIPforSLCMicroCom driver but I'm not able to make datasubscriber working. I have an exception when I assign new tag address. For best understand I show you the instruction:

Old working

arraydatasubscriber(i - 1) = New MfgControl.AdvancedHMI.DataSubscriber(Me.components)
                CType(arraydatasubscriber(i - 1), System.ComponentModel.ISupportInitialize).BeginInit()
                arraydatasubscriber(i - 1).CommComponent = Me.DF1Comm1
                arraydatasubscriber(i - 1).PLCAddressValue = "B39:0/0"
                arraydatasubscriber(i - 1).SynchronizingObject = Me
                arraydatasubscriber(i - 1).PollRate = 0
                arraydatasubscriber(i - 1).Value = Nothing
                CType(arraydatasubscriber(i - 1), System.ComponentModel.ISupportInitialize).EndInit()

New with exception in red row

arraydatasubscriber(i - 1) = New DataSubscriber(Me.components)
                CType(arraydatasubscriber(i - 1), System.ComponentModel.ISupportInitialize).BeginInit()
                arraydatasubscriber(i - 1).ComComponent = Me.EthernetIPforSLCMicroCom1
                arraydatasubscriber(i - 1).PLCAddressValue.PLCAddress = "B39:0/0"
                'arraydatasubscriber(i - 1).SynchronizingObject = Me
                'arraydatasubscriber(i - 1).PollRate = 0
                'arraydatasubscriber(i - 1).Value = Nothing
                CType(arraydatasubscriber(i - 1), System.ComponentModel.ISupportInitialize).EndInit()

Can someone help me?
thank you in advance

8
Support Questions / Re: High CPU Usage
« on: May 29, 2015, 05:06:13 PM »
If I use my PC that I use to develop there insn't any problem. ith a old PC with XP and not so much ram I have the problem. I take a look if I can get a wireshark capture

9
Support Questions / Re: High CPU Usage
« on: May 27, 2015, 08:53:45 AM »
Is the last version. I tried to increase pollrate to 5000 and now works fine. I think that is only a problem of PC Where hmi is installed.

10
Support Questions / High CPU Usage
« on: May 27, 2015, 06:48:54 AM »
I have a page with 128 basiclabel with PLCvisible property connected to a bit of a DINT tag. when I go in this page I have a lot of usage of CPU and a lot of memory allocation (up to 300MB)
Do you know that I have a very rich HMI but only in this page (the pollrate is 1000) I have this situation
any suggestion?

11
DefaultMessage is left blank, text is left blank and value is 0

12
I send you a screenshot. As you see on top I have 4 Messagedisplaybybit and the variables values are ALLARMI1 ALLARMI2 ALLARMI3 and ALLARMI4

13
Each associated variable is a DINT. Now I try to add basic label and I keep you updated

14
I'm sorry I miss the version that is 398g, last one

15
I use 4 messagedisplaybybit in each page and I always have "Undefined message for bit 62" and some message aren't displayed

Pages: [1] 2 3 ... 5