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 - joko markono

Pages: 1 [2] 3 4 ... 9
16
Support Questions / Re: Trackbar
« on: June 24, 2020, 09:45:50 PM »
my bad, should only add one file.

17
Support Questions / Re: Trackbar
« on: June 24, 2020, 06:05:31 AM »
Hello Guys,

originally from the file I downloaded are these lines with error:
Public Class gTrackBarHMI
    Inherits gTrackBar.gTrackBar

what should be the correct one?

am using V3.99y

18
Support Questions / Re: multi rotating parts representation
« on: June 22, 2020, 07:17:08 AM »
thanks Godra. but I would prefer the AnimatingPictureBox as it can be controlled in x and y axis for my application.

19
Support Questions / Re: multi rotating parts representation
« on: June 21, 2020, 09:57:59 AM »
here is a sample using 4x AnimatingPictureBox (the needles) inside a GroupPanel (gage background).

second attachment is for my reference on the point of rotation. both values must be equal.

20
Support Questions / Re: multi rotating parts representation
« on: June 21, 2020, 09:54:19 AM »
I found a simple solution without needs to write a new code from scratch (ofcoz it is best if you can).
I can add as many as I want by doing this:

    Private Sub MainForm_Load(sender As Object, e As EventArgs) Handles MyBase.Load

        AnimatingPictureBox1.Controls.Add(AnimatingPictureBox2)
        AnimatingPictureBox2.Controls.Add(AnimatingPictureBox3)
        AnimatingPictureBox3.Controls.Add(AnimatingPictureBox4)

    End Sub

in order to do so, all sizes of AnimatingPictureBox must be the same as the GroupPanel.
Play around with the ImageRotationScale, ImageTranslateX and Y to position the image you want to show.

21
Support Questions / Re: multi rotating parts representation
« on: June 20, 2020, 04:50:38 AM »
I've found some helps from this link.

https://www.advancedhmi.com/forum/index.php?topic=645.msg2945#msg2945
https://www.advancedhmi.com/forum/index.php?topic=585.msg2550#msg2550

now my problem is how to maintain the position of the box as I intended in the designer (as in first image).
second image shows the result when I ran the application.

22
Support Questions / multi rotating parts representation
« on: June 18, 2020, 12:05:18 AM »
Hi All, i'm trying to represent an equipment using the AHMI. it has few rotating parts as shown in attachment.
I've tried using animating picture box with each rotating parts using each box. but unfortunately, it doesn't allow image overlay (the bottom image cannot be seen). please let me know how can I solve this.

23
Support Questions / Re: LED Matrix Control
« on: April 03, 2020, 05:41:14 AM »
How to add new line of text? the 'value' property only allow for single line.

24
Application Showcase / Re: Turbine HMI
« on: April 02, 2020, 04:40:13 AM »
nice. i guess you have a plan to improve the image of the compressor and turbine.

25
thanks. if driver issue, maybe i have to wait for next release.

26
Hi,

The buttons are not working on bit basis. Whichever address bits we activate on HMI , it will trigger the first bit of the word. I have tried use the BasicButton, same result. Com is using OmronSerialHostlink
Eg :
HMI Button D0.00  will ON PLC D0.00
HMI Button D0.01-0.15  will also ON PLC D0.00

any idea how to solve this please.

27
Support Questions / Re: Keyboard Input Negative (-) Value.
« on: March 30, 2020, 04:36:11 AM »
this problem is solved with v399y Beta35

28
Support Questions / Re: Keyboard Input Negative (-) Value.
« on: March 26, 2020, 03:47:59 AM »
i just want to keep this link here for reference:
https://www.advancedhmi.com/forum/index.php?topic=764.msg3648#msg3648

29
Support Questions / Re: LED Matrix Control
« on: March 25, 2020, 11:21:57 PM »
yes you are absolutely right.  :)

30
Support Questions / Re: LED Matrix Control
« on: March 25, 2020, 05:41:38 AM »
guys, it's actually added to the toolbox but at the end of the other controls. wonder why it's not in alphabetical order.

Pages: 1 [2] 3 4 ... 9