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

Pages: 1 2 [3] 4 5 ... 12
31
Am level minus three
Lol

But i also need to control it not just watch it
And the reason is to be able to open it and control it using the phone

32
The original design was intended to have your ini file added to your project in Solution Explorer, then set the CopyToOutputDirectory property of the file to CopyIfNewer.


But I would expect that if you want it in another place, you can specify the full path in the IniFileName Property such as :


C:\MyDirectory\MyIniFile.ini

The file is opened and parsed in the IniParser.vb file found in the AdvancedHMIDrivers project under the Common folder.


i can`t change the path it is locked


33
hello

is there away to make advanceHMI run in a web page like silverlite project?

like in this vidoe?
https://www.youtube.com/watch?v=yB8Dj4pVAKE

34
Just trying to help
Maybe if you use vb net 2017
To open your project and rebuild it
I had problems with windows 10 when i was using older versions of vb( different kind of problems)

And remmember that windows 10 have multiple security areas you might wanna try to disable on the server and the clients and then try and see if the problem gets solved

35
Support Questions / Delta plc changing port problem
« on: May 22, 2019, 04:28:23 AM »
Hello
As you know in the ethernet communication we use the ip and the tcpip port
In this case
The ip is 192.168.1.210
Port :502
My plc is delta dvp 12se
They have a software called dci soft
I can use it to change the ip
But i really need to change the port number too
If any one know how
Please tell me
With thanks

36
hello

in my project

i have 5 doors

2 doors connected to plc1
2 doors connected to plc2
1 door connected to plc3

each door uses a different register to close it

which mean i already have 5 buttons to close doors

what i need to do
is one button to click on them all to close all the doors at the same time
like an emergency close
and i prefer if there is a password the user should put to close down all doors

and with thanks :)




37
IT WORKED LIKE A CHARM

THANK U VERY MUCH

YOU GUYS ARE THE BEST

38
BY THE WAY I WORK ON visual studio 2017 enterprise

39
IT GIVES AN ERROR

THIS IS THE INSIDE OF THE INI

Code: [Select]
[door1cam]
url=rtsp://admin:admin1234@192.168.1.64:554/Streaming/Channels/101/

AND THIS IS THE NAME OF THE FILE

Code: [Select]
ipcamurl
AND THIS IS THE CODE WHEN I TRIED I

Code: [Select]
  Private Sub Button1_Click(sender As Object, e As EventArgs) Handles cam1Btn.Click


        If AxVLCPlugin22.Visible = False Then
            Dim p As New AdvancedHMIDrivers.IniParser(ipcamurl.ini)
            AxVLCPlugin22.playlist.add(p.GetSetting(door1cam, URL))

            AxVLCPlugin22.playlist.play()
            AxVLCPlugin22.Visible = True
            AxVLCPlugin22.Enabled = True
        Else
            AxVLCPlugin22.playlist.stop()
            AxVLCPlugin22.Visible = False
            AxVLCPlugin22.Enabled = False


        End If


    End Sub

AND THE ERROR IN THE ATTACHMENTS

40
I DON`T KNOW HOW TO MAKE THE PROPERTY MAKE THE INI READ IT AS THE PLAYLIST

THIS IS THE CODE

Code: [Select]
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles cam1Btn.Click


        If AxVLCPlugin22.Visible = False Then

            AxVLCPlugin22.playlist.add("rtsp://admin:admin1234@192.168.1.64:554/Streaming/Channels/101/")
            AxVLCPlugin22.playlist.play()
            AxVLCPlugin22.Visible = True
            AxVLCPlugin22.Enabled = True
        Else
            AxVLCPlugin22.playlist.stop()
            AxVLCPlugin22.Visible = False
            AxVLCPlugin22.Enabled = False


        End If


    End Sub

I NEED TO EDIT IT TO READ
Code: [Select]
rtsp://admin:admin1234@192.168.1.64:554/Streaming/Channels/101
FROM THE INI FILE

AND I NEED THAT WORK INSIDE THE FORM1.VB I DON`T PREFER TO EDIT BUTTON VB


41
HELLO
CAN I USE THIS METHOD FOR SOMETHING ELSE

WHAT I MEAN IN MY PROJECT THERE IS A BUTTON WHEN I CLICK IT I OPEN A WEBPAGE
WHAT IS THE CODE I SHOULD WRITE IN THE BUTTON CLICK CODE TO READ THE URL FROM THE INI FILE?

42
at this time i will continue building my project as it was

after i finish it i will send you a copy and tell you what i need your help with

and thanks in advance

43
in this case am using 3 buttons each button when i click on it it activates one register
so it only displays one state of the registers and you can`t click on both buttons at the same time
i can do it in the code but i thought to ask if it possible to do it this way


44
hello
could this multistate be used with multiple registers?
as in my case now

i have 3 registers to read from
each register have multiple values

for example
the registers are d300 , d301 ,d302

the values and messages  for d300
0 = nothimng
1= openning door 1
2= alarm -
 
the states are for d301
0 = nothing
1= closing  door 1
2= alarm 2 - somthing in the way

and so on


so how can i make it happen ?

and i already add the multistate to my project using Godra way
https://www.advancedhmi.com/forum/index.php?topic=2079.msg12429#msg12429


but i don`t realy know how to use it :(






45
i just sent it thanks

Pages: 1 2 [3] 4 5 ... 12