Best Of
Re: KNX gateways
With this gateway, we have many problems with network connections.
After a network interrupt, module does not correct reconnect, or hangs in Inti-State, sometimes its need a full controller-restart.
So i write my own little module wich communicate with KNXnet/IP Tunnelling Protocol.
Its works fine, and i can when needed free extend this module.
The NetLinx coding i have translated from C# by follow source:
https://github.com/lifeemotions/knx.net/tree/master/src/KNXLib
For more information, the full protocoll specification you can download from:
https://my.knx.org/en/shop/knx-specifications
This Specifications are free, (buy for 0$), you need only create a account on https://www.knx.org/
For gateway we use the Interface IPS/S 3.1.1 from ABB.
http://www.knx-gebaeudesysteme.de/sto_g/Deutsch/Oesterreich_Schweiz/ABB_ibus_KNX/_HTML/product_2CDG110177R0011.htm
This gateway is cheaper than Comm-Tec-Gateway and does not need 220V power!
You can also up to 5 network-connections at same time to this gatway! (NX-1200, ETS5, etc, etc, etc)
You need only ETS5 for configure the IP-Address & physical address.
ETS5 application is also available as demo by Maximum of 5 KNX devices per project.
In attachment you can find my module
Good luck

Re: Installation of a Video distribution system over Ethernet
All AMX/SVSi training is free and as with any technology, especially new to you technology training is always recommended. With the SVSi hardware there is not a one size fits all solution; the Design training will educate you on how to make the correct product selection for your application.

Re: NCommand Response to monitor
Hmm - I was going to throw out an RTFM in response but seems like the Status Packet info is not in the current published REV F API guide on the website....
From REV E
Encoder
Status Packet Fields: [status]IP address; Communication; dvioff;scaler;source state; mode; audio state; stream#; stream#; playlist; colorspace;hdmiaudio;resolution;[/status]
Decoder
Status Packet Fields:[status]IP address; communication;dvioff;scaler;display state;mode;audio state;video
stream;audiostream;playlist;colorspace;hdmiaudio;resolution<[/status]
N3421
Status Packet Fields: [status]IPAddress,Communications,TxStream, RxStream, TX Disabled, RXMute, LineoutVol_l,LineoutVol_R,HeadphoneVol_L,HeadphoneVol_R,relay1State,relay2State,
PhantomPower, inputLvlLeft,inputLvlRight, againl,againr[/status]
Windowing Processor
Status Packet Fields:[status]IP address; EncodeStream#;Output Resolution;Input Audio Stream;Audio State;Win 1 V Source;Win 2 V Source;Win 3 V Source;Win 4 V Source;communication;[/status]

Re: DEFINE_FUNCTION
Resource 1 - Within Netlinx Studio - MENU>HELP>NETLINX KEYWORDS HELP > DEFINE_FUNCTION
Resource 2 - Online P1 Video Series (CP131) - Lesson 12 - Functions - https://training.harmanpro.com/#/courses/course/e7f4d34e-74ed-4638-8a2b-78e354f76e91

Forum Search Broken?
I feel silly asking this... but am I searching wrong?
I cant get any search to return results in the top search bar
Re: Anyone know how to install apps on a Modero G5?
We captured the entire process in the Zoom Rooms training video here:
https://training.harmanpro.com/#/search/all/zoom rooms

Re: Anyone know how to install apps on a Modero G5?
Because the app is installed directly on to the panel it will not show up in TP Design
Here is the command that is embedded on the demo TP5 file to launch - sent to the loop back port 0 device.
^APP-0,0,1050,800,2,us.zoom.zrc

Re: TPDesign4 Panel Offline Page On How to Do, It is Possible
Yes, you can use the internal address 0:8 (Panel Setup:Connection Status). Your button should be of type multi-state bargraph, and mine has 9 states to match the options for that internal button.
States 1,8, and 9 should contain your PANEL IS NOT ONLINE message and color. All other states are transparent with no text in my implementation.
