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.


Topics - Joe Matkowski

Pages: [1]
1
Support Questions / write udt
« on: October 24, 2019, 01:19:20 PM »
Is there better documentation for the write udt than this https://advancedhmi.com/documentation/index.php?title=WriteUDT or am I just brain dead this week?
-jdm

2
Support Questions / multiple com bridges
« on: October 22, 2019, 01:58:52 PM »
I am having to move about 128 tags from an automation direct plc to our contrologix platform any suggestions on an efficient way to do this?

3
Support Questions / TCP Client socket exception
« on: January 17, 2019, 09:51:08 AM »
Attached is screenshot of exception I get when using generic tcp client.  I am just fooling around trying to send data back and forth between two laptops. I tried  using a timer to send data using "GenericTCPClient1.SendString("MyDataString")" got exception so I deleted timer and used a button click and got the same exception. Any ideas??

Jody

4
Support Questions / Windows 10 IOT Enterprise
« on: August 18, 2017, 11:32:28 AM »
Has anyone run ADVHMI on Windows 10 IOT Enterprise? Rockwell is releasing a compact logix processor that runs it in parallel.

jdm

5
Support Questions / Message list by value time stamp
« on: April 03, 2017, 01:09:27 PM »
I am sure I am just missing something and not searching enough but is there a way to time and date stamp when the alarm fired, I have all of my alarms in an .ini file?
Thanks
Jody

6
Support Questions / need help with new graphic
« on: January 21, 2016, 11:18:33 AM »
I building a new system for a customer that wants a graphic indicator to show a rotational position, something like the attachment. Kind of banging my head against the wall on this one as I am not good at building controls. Any help or advise.

Jody

7
Support Questions / Stylyzing basic trend
« on: December 16, 2015, 12:34:12 PM »
All I have used this topic http://advancedhmi.com/forum/index.php?topic=650.msg3009#msg3009 to get my trend chart like I want it. I am using it instead of the chart by sampling due to size constraints on the screen. Everything works good however the poll rate is incorrect.  I am using the micro 820 for testing but the actual field hardware is compactlogix. poll rate is set to 10000 the chart updates exactly every 5 seconds, poll rate set to 15000 the chart updates 10 seconds then 5 seconds, I thought I was seeing things so i built some traps and I was not seeing things. I need to keep 2 hours worth of data on the chart. Kind of lost here. using 3.99a
Thanks
Jody

8
Support Questions / editing and moving only the files that were updated
« on: December 04, 2015, 01:34:26 PM »
All
I have about 12 of the same version running and I would like to know if I edit only one form what files do I need to copy to the remote machine instead of the entire application. these are all on satellite and it is extremely slow to copy 25mb.
I tried the
 xxx.designer.vb
xxx.net resource
xxx.vb

9
Support Questions / DataSubscriber2 with clx driver
« on: October 20, 2015, 04:06:15 PM »
I am using clx driver with ver3.99a and trying to read a real array[10] with datasubscriber2 but cannot seem to get the code correct to read anything past element


  Private Sub DataSubscriber21_DataChanged(sender As Object, e As Drivers.Common.PlcComEventArgs) Handles DataSubscriber21.DataChanged
        blSilo1.Value = e.Values(0)
        BarLevel1.Value = e.Values(0, 1)

    End Sub

10
Support Questions / Changing IP address at runtime
« on: March 10, 2015, 06:33:27 PM »
This has probably been answered already but I could not find it in the forumn but has anyone been able to change IP address to driver at runtime??

jody

11
Support Questions / Importing existing vb.net into advanced hmi
« on: March 04, 2015, 12:01:30 AM »
I have an OEM customer that has a custom one off app written by another integrator that does not work very well. I have the source code for the existing hmi that runs on a custom OPC server which I do not have source code. I was trying to import the old HMI into advancedHMI in order to use the Modbus TCP driver however I get nothing but errors. Anyway I can bring all of the existing project and not break all of the links??

Jody

12
Support Questions / Graphic Indicator
« on: May 07, 2014, 01:13:31 PM »
I am using a graphic indicator to show valve positions however when I maximize the form at runtime the indicator disappears anyone have any ideas.

Jody

Pages: [1]