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

Pages: [1]
1
Support Questions / re advanced hmi to a drive
« on: December 18, 2014, 09:20:08 AM »
hello
I see a tech note on the web that it is possible using the pccc object to have comms from a panel view to a powerflex drive using ethernet, is this the case for advancedhmi?
thanks

2
hi
managed to sort it out, done in a different order and it worked.
great
thanks

3
hello
i tried this in the timer tick event, but i get an error,
etherntipforclxcom1 is not declared. it may be inaccessible due to its protection level

Dim Value As Integer
    Try
        Value = EthernetIPforCLXCom1.ReadSynchronous("MyTag", 1)(0)
    Catch ex As Exception
        Exit Sub
    End Try
    '* Add the next point to the chart
    Chart1.Series(0).Points.Add(Value)
    '* Do not let more than 100 point be on the chart
    If Chart1.Series.Count > 100 Then
        Chart1.Series(0).Points.RemoveAt(0)
    End If


thanks

4
hello
great,
thanks for the pointer i will try it this week or this weekend.
many thanks

5
hello
ok, will do.
i went for zedgraph as it seemed to have good zoom, pan etc, i would like to do a scrolling graph , i think you may have touched on this before. any pointers
thanks

6
hello
understood, thanks, ill try again to get the zedgraph into yours

do you have pointers on this!
manyt hanks

7
Support Questions / how to merge the controls into another project
« on: July 24, 2013, 10:19:14 AM »
hello
how can i merge the controls , drivers into another project to add you functionality, rather than downloading your app and opening it please.
great job
many thanks

ps  vs 2012 for desktop

Pages: [1]