TPD course
Thomas Hayes
Posts: 1,164
Hi everyone
Some years back I believe AMX offered a 2-3 day course on programming for the TP3 panels. If so does anyone know if there is still course material around for reference?
Some years back I believe AMX offered a 2-3 day course on programming for the TP3 panels. If so does anyone know if there is still course material around for reference?
0
Comments
There was very little interest when these courses were offered. Also, it is not a requirement for ACE certification.
If anyone is interested in this class, send Visitec an email requesting it. http://www.visitec.com/info.htm
See, what you just said . . . over my head. Reason why I need the class! LOL
Bill
A Touch Panel Design class is on the Visitec AMX training schedule for June 15 & 16, 2005. Sign up is through the main AMX web site.
Unfortunately we have gotten very few signups for past classes because everyone is too busy to learn, but I am trying again.
There is no printed manual for this class.
That is the material that TPD4 classes are based on.
And are there different levels to the TPD class like programming? I think that would be pretty cool - TPD 1 could have some of the basic stuff of design - button order, button placement, using tempaltes, etc. Perhaps TPD 2 could be about color theory, designing your own templates, stuff like that.
You can still take advantage of programming efficiencies you are looking for even if buttons are randomly channelized by using a 'devchan' set. (a Prog II topic)
From Studio NetLinx Keywords Help for DEVCHAN ARRAY....
DEFINE_VARIABLE
DEVCHAN MyDCSet[ ] = { {128:1:0, 1}, {128:1:0, 2}, {128:1:0, 3} }
A DEVCHAN array can be used anywhere a [Device, Channel] specification is required with the result of providing a range of targets for the command or instruction where it is used. This implies an alternate form for the following commands:
Button[(DEVCHAN)]
The index of the last member of the array for which an event notification was triggered can be determined by calling GetLast(MyDCSet). This is useful for determining which device and channel in an array is referenced to in a particular notification message.
I'd love to take this class....the combination of lack of travel budget and schedule has prevented me from getting to one.
Anyone recently attended this class? How was it?
Anyone have the class materials and willing to share them?
Thanks
Rich
Hi everyone here is what you been looking for
please note that this does not change the fact that you got a great advantage if you go to the class and ask the tips and tricks to the instructor and like any class it takes time and practice to make it work fine.
this material is property of AMX and is only for educational proposal
my best regads from Mexico City