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 ... 9 10 [11] 12
151
Support Questions / Re: disable disable comms Subscriptions
« on: April 22, 2017, 04:33:05 PM »
oh i mean

the error massage

for example

can not connect to the address 192.168.0.5

152
Support Questions / Re: disable disable comms Subscriptions
« on: April 22, 2017, 03:46:08 PM »
i had disabled it from the property !

153
Support Questions / disable disable comms Subscriptions
« on: April 22, 2017, 03:20:49 PM »
hello

i disabled the  comms Subscriptions
but i want to show it as error  massages text on one label that i chose instead of showing up on every thing i use

and can i chose what is the text?

with thanks

154
Support Questions / Re: can we use domain address like www.noip.com ?
« on: April 22, 2017, 04:29:12 AM »
thanks i will try it

155
yes it is better but some of my projects already have the Ethernet in the hmi so i can`t just replace them or add an extension
 to the plc (matter of cost )

156
look at this video show how they use there Eserver software to read plc addresses values through the Ethernet connection in there hmi

https://www.youtube.com/watch?v=pdnp4j3LiRk

157
i have a delta plc and delta hmi
dopB is the type of the HMI witch have Ethernet in it

i want to connect the pc to the plc through the delta HMI


158
Support Questions / Re: ImageDisplayByValue size problem
« on: April 19, 2017, 05:11:57 PM »
ok thanks

159
Support Questions / connect advance hmi to the hmi not to the plc
« on: April 19, 2017, 04:38:32 PM »
hello

can we connect advance hmi
with an hmi and not with the plc?

i have some delta dopB HMI with Ethernet

i use Eremote to connect them

but i don`t find it as good as advance hmi
for many reasons
the most important problem is
that Eremote connects to the hmi as a video
so it needs a strong internet connection on both sides

with thanks

160
Support Questions / can we use domain address like www.noip.com ?
« on: April 19, 2017, 04:34:42 PM »
hello

is there a way to use domain address like noip
for the plc with a random ip address internet connection?

that is because some areas can only support 3g and 4g internet connection
and sadly there companies does not give you an internet connection with static IP

with thanks

161
Support Questions / Re: ImageDisplayByValue size problem
« on: April 19, 2017, 04:30:29 PM »
if i change it
it gives an error massage about the size must be less than 256

162
Support Questions / ImageDisplayByValue size problem
« on: March 25, 2017, 11:30:56 AM »
hello
when i insert ImageDisplayByValue it automatically add new image list
the problem is i can`t use any size i need
it gives me an error message that the width or height should be between 1 to 256
how can i change that?

with thanks

163
i used this way to make it happen

i add onther modbus to the new page
and on the form load i wrote this code

Code: [Select]
Private Sub Monitor_Load(sender As Object, e As EventArgs) Handles MyBase.Load
        ModbusTCPCom1.IPAddress = MainForm.ModbusTCPCom1.IPAddress
        ModbusTCPCom1.TcpipPort = MainForm.ModbusTCPCom1.TcpipPort
    End Sub

is there another way?

164
Support Questions / how to make multi pages with the same modbus drive
« on: March 13, 2017, 04:07:44 AM »
hello

i need to no how to use the same driver component for multi pages

which means

when i put the drive on the main form

i can use it on the other pages
and choose it


with thanks

165
Tips & Tricks / Re: Glass Buttons
« on: October 16, 2016, 11:31:13 PM »
I am not sure about this, since I am not a professional programmer, but here is what you can try:

1) Remove the GlassButton.vb class from the "Purchased Controls" folder
2) Right click the folder and click "Add" --> "Existing Item" and then browse to GlassButton folder, wherever you extracted it from downloaded zip file, go to GlassButtonVB folder and select GlassButton.designer.vb
3) Ignore all the errors and just the do same steps and add GlassButton.vb (I answered "No" to a prompt about overwriting the existing designer vb file)
4) The only warning that I got was referencing the XML comment for a tag with 'cref' attribute, which it would ignore anyway (it will go away if you remove "<" and "/>" from that line)
5) Close all open forms and rebuild the project

If you still have errors then you might need to add or check references, right click the project and go to Properties window, select References and in the Imported Namespaces try to check all those that appear on top of the GlassButton.vb as "Imports".

I just tried these 5 steps listed above in version 3.8.4 and it worked.

Depending on the AHMI version that you are using, you might get some other errors once you try to create AHMI GlassButton control (this since every new version might implement code changes in certain classes). Try to use common sense and just copy and paste, or remove, one property at the time to see how it reflects on the control. In the file that was posted previously you might notice that there is no PLCAddressValue property, this since there is no "Value" property either so I didn't think that it would do anything useful and removed it (which I might be wrong about).

From what I've seen so far, some output types might not work correctly (Momentary Set, Momentary Reset, Set True, Set False appear to work fine but I couldn't get Toggle and Write Value to work with OPC Simulator). <-- Tried this with MicroLogix PLC and Toggle works fine, only WriteValue I am still not sure how to use properly (if Archie could provide a hint that would help)



i tried to do it
but after i   "Add" --> "Existing Item" (GlassButtonHMIv399.vb)
it gives me 17 error witch is in the picture!!!

Pages: 1 ... 9 10 [11] 12