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

Pages: [1] 2 3
1
Support Questions / Re: Momentary pushbutton
« on: October 25, 2018, 08:16:52 PM »
Yes, most of them are I:x/x and O:x/x.

So, I need to map them on B3 bits and use B3 in AHMI?

Thanks.

2
Support Questions / Re: Momentary pushbutton
« on: October 25, 2018, 03:06:18 PM »
Looks like you need to add "AdvancedHMIControls" on line 559, 566, & 607.

Thank you Phrog30. One of the software suggestions was to add line

Code: [Select]
Implements SubscribtionHandler
at the beginning of class code. Errors are gone.

Today I was online with PLC and see big flickering of indicators connected to Micrologix1400 PLC. On the forms I have 2 com drivers: one for ControlLogix and one for SLC/Micrologix.
Indicators associated with ControlLogix have no problem at all. However, indicators linked to Micrologix have big flickering and randomly changes indicator colors even if PLC bit doesn't change.

Any ideas what it can be?

Thanks

3
Support Questions / Re: Momentary pushbutton
« on: October 24, 2018, 09:43:51 AM »
Thanks for feedback.

After changing  FlatStyle to standard I got errors after build.

All referenced to SubscriptionHandlerEventArg is not defined.
As you have recommended before I add
Code: [Select]
Private SubScriptions As AdvancedHMIControls.SubscriptionHandler
In Solution Explorer under AdvancedHMIControls I see SubscriptionHandlerEventArg.vb
Should I declare it somewhere?


https://drive.google.com/file/d/1_NZsbUr3s6Tz9MHpMkSOzDW8nBasf5FS/view?usp=sharing

Thanks

4
Support Questions / Re: Momentary pushbutton
« on: October 23, 2018, 12:32:43 PM »
Thanks a lot!  It works now.

5
Feature Request / Libnodave, S7.Net support
« on: October 23, 2018, 11:57:53 AM »
Hello everyone.

This question is in the air for a while. So far there is no Siemens support in AdvancedHMI.
If Libnodave or S7.Net communication libraries are available, what is the chance to integrate them into AdvancedHMI?

Thanks

6
Support Questions / Re: Momentary pushbutton
« on: October 23, 2018, 10:50:45 AM »
Why don't you zip up your application and share it via Dropbox, Google drive, etc. Then we can really see what's going on.

https://drive.google.com/file/d/1Lvc6AFRfUDylrmLlIJ5jM7S8wmxkaX9S/view?usp=sharing

7
Support Questions / Re: Momentary pushbutton
« on: October 23, 2018, 09:41:32 AM »
This is weird. I did what you did. Add another BasicButton on the form and on the panel on the form. In both scenarios Highlight True/False works just fine. However, the BasicButtons which I had before don't behave this way.

It looks like I need to delete them and add again. Will update soon.

Thanks for your help!

8
Support Questions / Re: Momentary pushbutton
« on: October 23, 2018, 09:03:51 AM »
The button is on the panel.

BasicButton was taken from Toolbox which is part of initial AdvancedHMI project.

I was asking Godra how to add his version of BasicButton into Toolbox.

9
Support Questions / Re: Momentary pushbutton
« on: October 22, 2018, 08:42:57 PM »
if you are using the BasicButton control then you might try using its modified version posted here:

https://www.advancedhmi.com/forum/index.php?topic=1916.msg10739#msg10739

Thanks for advise. I am a beginner in Visual Studio. How I can integrate BasicButton.vb into Toolbox?

When I go to Main Menu Tools => Choose Toolbox Items... System.Activities Components tab is not available to add control into toolbox.

10
Support Questions / Re: Momentary pushbutton
« on: October 22, 2018, 08:15:20 PM »
No. I wanted you to check to see that it can change to HighlightColor in design mode.

What is the HighlightColor property set to? What is BackColor set to? What version of AdvancedHMI are you using?

In design mode false/true in Highlight doesn't change anything. Screenshot is attached. BackColor is set to Black.
AdvancedHMI v.399x

11
Support Questions / Re: Momentary pushbutton
« on: October 18, 2018, 05:54:35 PM »
Sorry,

You mean Highlight option has to be True to activate PLCAddressHighlightX .
I will check it when come online with PLC.

Thank you Archie for help!

12
Support Questions / Re: Momentary pushbutton
« on: October 18, 2018, 05:50:24 PM »
Nothing happens. Regardless of Highlight True or False button doesn't change color.

13
Support Questions / Re: Momentary pushbutton
« on: October 18, 2018, 04:52:38 PM »
What is your OutputType set to?

OutputType: MomentarySet

14
Support Questions / Re: Momentary pushbutton
« on: October 18, 2018, 04:51:26 PM »
In Windows 10 under: Control Panel => Hardware and Sound => Pen and Touch : Touch Action - Right-Click
Highlight "Press and hold" => click on Settings and on new window deselect "Enable press and hold for right-clicking".

So, when I press a button on the tablet Windows emulates Mouse Right Click. It is very useful inside windows but useless inside HMI Application.

Is it any chance to disable this option "Enable press and hold for right-clicking" inside AdvancedHMI and enable it before "Exit"?

15
Support Questions / Re: Momentary pushbutton
« on: October 18, 2018, 04:12:44 PM »
Thank you Archie, I will work on it and update with result.

Any ideas about:
" I would like to highlight puschbutton using propertie PLCAddressHighlightX. PLC bit in this field does nothing. Button doesn't change color."

Thanks

Pages: [1] 2 3