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 - Joe Matkowski

Pages: 1 [2] 3 4
16
Support Questions / Re: Message list by value time stamp
« on: April 04, 2017, 02:53:34 PM »
this is 399w, let me go unzip another copy and see if it show up in blank app Thanks

jdm

17
Support Questions / Re: Message list by value time stamp
« on: April 04, 2017, 11:30:30 AM »
I had seen that property in another post it should show up close to "ShowMessageNumber"?

jody

18
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

19
Open Discussion / Re: DDE to wonderware panel
« on: October 11, 2016, 03:19:33 PM »
I did this one time, but the opposite direction the customer wanted to push their QC data that was excel based to there Historian.  We created a DDE topic in WW DAServer(had to get the driver from WW think I still have it) and connected it to a shared folder with the spreadsheet in it on a server then for some reason due to the historian (trying to remember version) copy the values into tags in the controllogix and then out to the Historian. It was convalluted but the last time I was there they still use it.  I will look and see if I can find any of the stuff later tonight I built that about four years ago.

jody

20
Additional Components / Re: Alphanumeric Keypad
« on: July 28, 2016, 01:11:37 PM »
 I had to add "Imports MfgControl.AdvancedHMI.Controls" to get it to compile is that correct

21
Application Showcase / Re: AdvHMI with ModTCP , ASP.net & SQL
« on: February 15, 2016, 07:44:58 PM »
I have been working on this over the last year. I am using MySql community running on a cloud sever. We deploy either cell modems with static ip's and on occasion have to use a satellite. We currently have 18 locations reporting to the one server and about 35 users.  We have to have a touchscreen pc on each location for user login and local control, that is where I deploy ADvHMI and MySql code and also handles email alarms. I have found that as long as you deploy with some type of "report by exception" so your not just constantly pounding the cell modem it works fairly well.  My biggest problem now is the asp  side as we had another developer that just wrote the web side of stuff has left for other opportunities I am stuck with maintaining the web stuff which I cannot make look very good.  Anyway looks good.

Jody

22
Support Questions / Re: need help with new graphic
« on: January 26, 2016, 11:05:30 AM »
I will, I have the functionality with the drivers just want to finish the properties. This is my first control I have built.

23
Support Questions / Re: need help with new graphic
« on: January 26, 2016, 10:58:36 AM »
Thanks I will have a look. I have been messing with a radial progress bar that i found some code and nearly have it completely functional. just need to add some more properties to change the look.

jody

24
Support Questions / Re: need help with new graphic
« on: January 21, 2016, 11:48:46 AM »
Thanks Archie I will give them a try.

Jody

25
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

26
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

27
Support Questions / Re: editing and moving only the files that were updated
« on: December 05, 2015, 07:39:25 AM »
Thanks Archie

28
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

29
Support Questions / Re: ChartBySampling and display time
« on: December 04, 2015, 01:29:37 PM »
I just commented out line 225 and copy paste which became line 226. that is the exact code I used. copied from my app what version of studio are you using I am using community 2015
jody

30
Support Questions / Re: ChartBySampling and display time
« on: November 26, 2015, 09:37:55 AM »
http://advancedhmi.com/forum/index.php?topic=828.0

Here is a thread on how to get the time to display correctly, I changed the code in  the chart to this

line 226
MyBase.Series(index).Points.AddXY(Now.ToLongTimeString, CDbl(m_PLCAddressItems(index).GetScaledValue(e.PLCComEventArgs.Values(0))))

Jody

Pages: 1 [2] 3 4