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

Pages: 1 [2] 3
16
Support Questions / Re: Basic label numeric format
« on: January 04, 2016, 01:24:31 PM »
Right, the Scale Factor. Didn't think about that.Thanks.

17
Support Questions / Basic label numeric format
« on: January 03, 2016, 03:02:09 PM »
I want to change the format of a 4 digit number from xxxx to xx,xx in a basic label. Been trying with the numeric format property but haven't been able to get it right.

18
Support Questions / Re: Communication speed
« on: February 05, 2014, 03:47:04 AM »
The modbus driver have a poll rate override and some of the objects have a poll rate configuration in their properties. It sound like a adjustable poll rate function.

19
Support Questions / Communication speed
« on: February 04, 2014, 10:05:54 AM »
I have a lot basic labels on a form (50+) and I think that the sheer number of them affects the communication (modbus) speed. One of the labels is a countdown clock (seconds) and it lags and skips every other value. Most of the labels don't need to be updated so often but some do. How do I get around this?  Add more communication drivers with different poll rates or maybe use the poll rate override function?

20
Support Questions / Modbus driver problem
« on: January 26, 2014, 09:52:51 AM »
I'm trying to use Advanced Hmi together with a micro plc that are supposed to support Modbus/TCP. The Advanced Hmi Modbus driver seems how ever to dislike the plc (attached image). What can I do?

21
Support Questions / Re: Problem with modbus driver or? (Version 3.6.1)
« on: January 09, 2014, 11:51:17 AM »
No problem any more. It was properly I who messed things up.

22
Support Questions / Re: Basic Labels
« on: January 08, 2014, 01:22:14 PM »
Ok, so the code should look like this?



Private Sub DataSubscriber1_DataChanged(ByVal sender As System.Object, ByVal e As MfgControl.AdvancedHMI.Drivers.Common.PlcComEventArgs) Handles DataSubscriber1.DataChanged

        Dim DataValue As Integer
        DataValue = Val(DataSubscriber1.Value)


        If DataValue >= 1 Then
            BasicLabel1.BackColor = Color.Green
        Else
            BasicLabel1.BackColor = Color.Silver
        End If

        If DataValue >= 2 Then
            BasicLabel4.BackColor = Color.Green
        Else
            BasicLabel4.BackColor = Color.Silver
        End If
       
        End Sub

23
Support Questions / Re: Basic Labels
« on: January 07, 2014, 11:48:47 AM »
Why do I get these error messages, have I done something wrong when adding a DataSubscriber?

When you click on a pilot light which is lit, the light goes out for a short while even if no click address are specified. Is is possible to get rid of that?

24
Support Questions / Re: Problem with modbus driver or? (Version 3.6.1)
« on: January 07, 2014, 11:44:29 AM »
Another screen dump with error message

25
Support Questions / Problem with modbus driver or? (Version 3.6.1)
« on: January 07, 2014, 11:41:42 AM »
Error message appears when running Advanced Hmi in Visual Studio. When running a build version it stops working after a couple of hours.

26
Support Questions / Re: Basic Labels
« on: December 30, 2013, 11:17:49 AM »
Ok, thought it was a different component. I attach a screenshot with a message that have been popping up. Can it have something to do with the DataSubscriber I added?

27
Support Questions / Re: Basic Labels
« on: December 29, 2013, 09:39:31 AM »
I decided it was time to upgrade to the latest version and the Data Subscriber solution seems to work fine, thanks.

You have made a demo screen called Chemical Mixer Adder. Above the tanks the are two low level indicator lights. Which component is that? They look like the Pilotlight but the Pilotlight I found in the toolbox are clickable and I only want a indicator light in the same style.

28
Support Questions / Re: Basic Labels
« on: December 28, 2013, 11:32:36 AM »
3.40

29
Support Questions / Re: Basic Labels
« on: December 28, 2013, 09:10:59 AM »
Where can I find the DataSubscriber component? Can't get my eyes on it in the toolbox.

30
Support Questions / Re: Basic Labels
« on: December 27, 2013, 12:45:04 PM »
I had not planned to do that but if its makes things easier that's no problem.

Pages: 1 [2] 3