Using Duet Modules
javedwahid
Junior Member
Hi,
Got another newbie question, I'm trying to use a Sharp TV module that I got from amx.com. But I'm not sure how to execute controls within that module. I created a virtual device that is passed into the module. So for power I'm thinking to turn on channel 27/28 for the virtual device, but I'm not sure how to do something like setting the channel to 901. I didn't see any documentation from the download page, so I'm kinda confused at this point.
Any help would be appreciated,
Thanks,
Got another newbie question, I'm trying to use a Sharp TV module that I got from amx.com. But I'm not sure how to execute controls within that module. I created a virtual device that is passed into the module. So for power I'm thinking to turn on channel 27/28 for the virtual device, but I'm not sure how to do something like setting the channel to 901. I didn't see any documentation from the download page, so I'm kinda confused at this point.
Any help would be appreciated,
Thanks,
Comments
-
javedwahid,
Download the .zip and not just the .jar - the module Interface Document is found within the .zip and it explains every control point contained within the module. -
This is exactly what I was looking for, Thank you
-
PULSE [VirtualDevice,27]
This should work... -
How do you use the feedback from channel 253,254,255
I think i'm not using those channel correctly or i use it at the wrong place in my code.
where should i use those channel. i have a variable and i want to match that variable to the channel 255.
the way i use it is:DEFINE_PROGRAM dvSharpPower = [vdvSharp1,255] dvSharpWarming = [vdvSharp1,253] dvSharpCooling = [vdvSharp1,254]
I'm sure i'm doing something wrong it look like the system slow down when i uncomment those line code.
Thanks -
I think i'm not using those channel correctly or i use it at the wrong place in my code.
where should i use those channel. i have a variable and i want to match that variable to the channel 255.
the way i use it is:DEFINE_PROGRAM dvSharpPower = [vdvSharp1,255] dvSharpWarming = [vdvSharp1,253] dvSharpCooling = [vdvSharp1,254]
I'm sure i'm doing something wrong it look like the system slow down when i uncomment those line code.
Thanks
Try something like this instead:channel_event[vdvSharp1,255]{ on:{dvSharpPower=1} off:{dvSharpPower=0} }
Categories
- All Categories
- 2.5K AMX General Discussion
- 922 AMX Technical Discussion
- 514 AMX Hardware
- 502 AMX Control Products
- 3 AMX Video Distribution Products
- 9 AMX Networked AV (SVSI) Products
- AMX Workspace & Collaboration Products
- 3.4K AMX Software
- 151 AMX Resource Management Suite Software
- 386 AMX Design Tools
- 2.4K NetLinx Studio
- 135 Duet/Cafe Duet
- 248 NetLinx Modules & Duet Modules
- 57 AMX RPM Forum
- 228 MODPEDIA - The Public Repository of Modules for Everyone
- 943 AMX Specialty Forums
- 2.6K AMXForums Archive
- 2.6K AMXForums Archive Threads
- 1.5K AMX Hardware
- 432 AMX Applications and Solutions
- 249 Residential Forum
- 182 Tips and Tricks
- 146 AMX Website/Forums
