mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-17 13:45:01 +00:00
Update SIMPL-Bridging-Deprecated.md
@@ -348,7 +348,7 @@ To control diplay power from Simpl Windows, we would connect Digital Signals to
|
|||||||
To utilize the com port device, we would connect Serial Signals (VTC_TX$ and VTC_RX$) to join 51 on the EISC.
|
To utilize the com port device, we would connect Serial Signals (VTC_TX$ and VTC_RX$) to join 51 on the EISC.
|
||||||
|
|
||||||
You can refer to our [Simpl Windows Bridging Example](https://github.com/PepperDash/EssentialsSIMPLWindowsBridgeExample) for a more complex example.
|
You can refer to our [Simpl Windows Bridging Example](https://github.com/PepperDash/EssentialsSIMPLWindowsBridgeExample) for a more complex example.
|
||||||
Example device config: <https://github.com/PepperDash/Essentials/blob/master/PepperDashEssentials/Example%20Configuration/SIMPLBridging/SIMPLBridgeExample_configurationFile.json>
|
Example device config: <https://github.com/PepperDash/Essentials/blob/main/PepperDashEssentials/Example%20Configuration/SIMPLBridging/SIMPLBridgeExample_configurationFile.json>
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
@@ -378,100 +378,100 @@ Example device config: <https://github.com/PepperDash/Essentials/blob/master/Pep
|
|||||||
|
|
||||||
> supports: AM-200, AM-300
|
> supports: AM-200, AM-300
|
||||||
|
|
||||||
<https://github.com/PepperDash/Essentials/blob/master/PepperDashEssentials/Bridges/JoinMaps/AirMediaControllerJoinMap.cs>
|
<https://github.com/PepperDash/Essentials/blob/main/PepperDashEssentials/Bridges/JoinMaps/AirMediaControllerJoinMap.cs>
|
||||||
|
|
||||||
### AppleTvController
|
### AppleTvController
|
||||||
|
|
||||||
> supports: IR control of Apple TV
|
> supports: IR control of Apple TV
|
||||||
|
|
||||||
<https://github.com/PepperDash/Essentials/blob/master/PepperDashEssentials/Bridges/JoinMaps/AppleTvJoinMap.cs>
|
<https://github.com/PepperDash/Essentials/blob/main/PepperDashEssentials/Bridges/JoinMaps/AppleTvJoinMap.cs>
|
||||||
|
|
||||||
### CameraControlBase
|
### CameraControlBase
|
||||||
|
|
||||||
> supports: any camera that derives from CameraBase
|
> supports: any camera that derives from CameraBase
|
||||||
|
|
||||||
<https://github.com/PepperDash/Essentials/blob/master/PepperDashEssentials/Bridges/JoinMaps/CameraControllerJoinMap.cs>
|
<https://github.com/PepperDash/Essentials/blob/main/PepperDashEssentials/Bridges/JoinMaps/CameraControllerJoinMap.cs>
|
||||||
|
|
||||||
### DisplayController
|
### DisplayController
|
||||||
|
|
||||||
> supports: IR controlled displays, any two way display driver that derives from PepperDash.Essentials.Core.DisplayBase
|
> supports: IR controlled displays, any two way display driver that derives from PepperDash.Essentials.Core.DisplayBase
|
||||||
|
|
||||||
<https://github.com/PepperDash/Essentials/blob/master/PepperDashEssentials/Bridges/JoinMaps/DisplayControllerJoinMap.cs>
|
<https://github.com/PepperDash/Essentials/blob/main/PepperDashEssentials/Bridges/JoinMaps/DisplayControllerJoinMap.cs>
|
||||||
|
|
||||||
### DmChasisController
|
### DmChasisController
|
||||||
|
|
||||||
> supports: All DM-MD-8x8/16x16/32x32 chassis, with or w/o DM-CPU3 Card
|
> supports: All DM-MD-8x8/16x16/32x32 chassis, with or w/o DM-CPU3 Card
|
||||||
|
|
||||||
<https://github.com/PepperDash/Essentials/blob/master/PepperDashEssentials/Bridges/JoinMaps/DmChassisControllerJoinMap.cs>
|
<https://github.com/PepperDash/Essentials/blob/main/PepperDashEssentials/Bridges/JoinMaps/DmChassisControllerJoinMap.cs>
|
||||||
|
|
||||||
### DmRmcController
|
### DmRmcController
|
||||||
|
|
||||||
> supports: All DM-RMC devices
|
> supports: All DM-RMC devices
|
||||||
|
|
||||||
<https://github.com/PepperDash/Essentials/blob/master/PepperDashEssentials/Bridges/JoinMaps/DmRmcControllerJoinMap.cs>
|
<https://github.com/PepperDash/Essentials/blob/main/PepperDashEssentials/Bridges/JoinMaps/DmRmcControllerJoinMap.cs>
|
||||||
|
|
||||||
### DmTxController
|
### DmTxController
|
||||||
|
|
||||||
> supports: All Dm-Tx devices
|
> supports: All Dm-Tx devices
|
||||||
|
|
||||||
<https://github.com/PepperDash/Essentials/blob/master/PepperDashEssentials/Bridges/JoinMaps/DmTxControllerJoinMap.cs>
|
<https://github.com/PepperDash/Essentials/blob/main/PepperDashEssentials/Bridges/JoinMaps/DmTxControllerJoinMap.cs>
|
||||||
|
|
||||||
### DmpsAudioOutputController
|
### DmpsAudioOutputController
|
||||||
|
|
||||||
> supports: Program, Aux1, Aux2 outputs of all DMPS3 Control Systems
|
> supports: Program, Aux1, Aux2 outputs of all DMPS3 Control Systems
|
||||||
|
|
||||||
<https://github.com/PepperDash/Essentials/blob/master/PepperDashEssentials/Bridges/JoinMaps/DmpsAudioOutputControllerJoinMap.cs>
|
<https://github.com/PepperDash/Essentials/blob/main/PepperDashEssentials/Bridges/JoinMaps/DmpsAudioOutputControllerJoinMap.cs>
|
||||||
|
|
||||||
### DmpsRoutingController
|
### DmpsRoutingController
|
||||||
|
|
||||||
> supports: Av routing for all DMPS3 Control Systems
|
> supports: Av routing for all DMPS3 Control Systems
|
||||||
|
|
||||||
<https://github.com/PepperDash/Essentials/blob/master/PepperDashEssentials/Bridges/JoinMaps/DmpsRoutingControllerJoinMap.cs>
|
<https://github.com/PepperDash/Essentials/blob/main/PepperDashEssentials/Bridges/JoinMaps/DmpsRoutingControllerJoinMap.cs>
|
||||||
|
|
||||||
### GenericRelayController
|
### GenericRelayController
|
||||||
|
|
||||||
> supports: Any relay port on a Crestron Control System or Dm Endpoint
|
> supports: Any relay port on a Crestron Control System or Dm Endpoint
|
||||||
|
|
||||||
<https://github.com/PepperDash/Essentials/blob/master/PepperDashEssentials/Bridges/JoinMaps/GenericRelayControllerJoinMap.cs>
|
<https://github.com/PepperDash/Essentials/blob/main/PepperDashEssentials/Bridges/JoinMaps/GenericRelayControllerJoinMap.cs>
|
||||||
|
|
||||||
### GenericLightingJoinMap
|
### GenericLightingJoinMap
|
||||||
|
|
||||||
> supports: Devices derived from PepperDash.Essentials.Core.Lighting.LightingBase
|
> supports: Devices derived from PepperDash.Essentials.Core.Lighting.LightingBase
|
||||||
|
|
||||||
<https://github.com/PepperDash/Essentials/blob/master/PepperDashEssentials/Bridges/JoinMaps/GenericLightingJoinMap.cs>
|
<https://github.com/PepperDash/Essentials/blob/main/PepperDashEssentials/Bridges/JoinMaps/GenericLightingJoinMap.cs>
|
||||||
|
|
||||||
### GlsOccupancySensorBase
|
### GlsOccupancySensorBase
|
||||||
|
|
||||||
> supports: Any Crestron GLS-Type Occupancy sensor - single/dual type
|
> supports: Any Crestron GLS-Type Occupancy sensor - single/dual type
|
||||||
|
|
||||||
<https://github.com/PepperDash/Essentials/blob/master/PepperDashEssentials/Bridges/JoinMaps/GlsOccupancySensorBaseJoinMap.cs>
|
<https://github.com/PepperDash/Essentials/blob/main/PepperDashEssentials/Bridges/JoinMaps/GlsOccupancySensorBaseJoinMap.cs>
|
||||||
|
|
||||||
### HdMdxxxCEController
|
### HdMdxxxCEController
|
||||||
|
|
||||||
> supports: HD-MD-400-C-E, HD-MD-300-C-E, HD-MD-200-C-E, HD-MD-200-C-1G-E-B/W
|
> supports: HD-MD-400-C-E, HD-MD-300-C-E, HD-MD-200-C-E, HD-MD-200-C-1G-E-B/W
|
||||||
|
|
||||||
<https://github.com/PepperDash/Essentials/blob/master/PepperDashEssentials/Bridges/JoinMaps/HdMdxxxCEControllerJoinMap.cs>
|
<https://github.com/PepperDash/Essentials/blob/main/PepperDashEssentials/Bridges/JoinMaps/HdMdxxxCEControllerJoinMap.cs>
|
||||||
|
|
||||||
### IBasicCommunication
|
### IBasicCommunication
|
||||||
|
|
||||||
> supports: Any COM Port on a Control System or Dm Endpoint device, TCP Client, SSH Client, or UDP Server
|
> supports: Any COM Port on a Control System or Dm Endpoint device, TCP Client, SSH Client, or UDP Server
|
||||||
|
|
||||||
<https://github.com/PepperDash/Essentials/blob/master/PepperDashEssentials/Bridges/JoinMaps/IBasicCommunicationJoinMap.cs>
|
<https://github.com/PepperDash/Essentials/blob/main/PepperDashEssentials/Bridges/JoinMaps/IBasicCommunicationJoinMap.cs>
|
||||||
|
|
||||||
### IDigitalInput
|
### IDigitalInput
|
||||||
|
|
||||||
> supports: Any Digital Input on a Control System, or DM Endpoint device
|
> supports: Any Digital Input on a Control System, or DM Endpoint device
|
||||||
|
|
||||||
<https://github.com/PepperDash/Essentials/blob/master/PepperDashEssentials/Bridges/JoinMaps/IDigitalInputJoinMap.cs>
|
<https://github.com/PepperDash/Essentials/blob/main/PepperDashEssentials/Bridges/JoinMaps/IDigitalInputJoinMap.cs>
|
||||||
|
|
||||||
### SystemMonitorController
|
### SystemMonitorController
|
||||||
|
|
||||||
> supports: Exposing the system monitor slot for any Control System
|
> supports: Exposing the system monitor slot for any Control System
|
||||||
|
|
||||||
<https://github.com/PepperDash/Essentials/blob/master/PepperDashEssentials/Bridges/JoinMaps/SystemMonitorJoinMap.cs>
|
<https://github.com/PepperDash/Essentials/blob/main/PepperDashEssentials/Bridges/JoinMaps/SystemMonitorJoinMap.cs>
|
||||||
|
|
||||||
## Example SIMPL Windows Program
|
## Example SIMPL Windows Program
|
||||||
|
|
||||||
We've provided an [example program](https://github.com/PepperDash/EssentialsSIMPLWindowsBridgeExample) for SIMPL Windows that works with the provided example Essentials configuration file [SIMPLBridgeExample_configurationFile.json](https://github.com/PepperDash/Essentials/blob/master/PepperDashEssentials/Example%20Configuration/SIMPLBridging/SIMPLBridgeExample_configurationFile.json). Load Essentials and the example SIMPL program to two slots on the same processor and you can get a better idea of how to take advantage of SIMPL Windows bridging.
|
We've provided an [example program](https://github.com/PepperDash/EssentialsSIMPLWindowsBridgeExample) for SIMPL Windows that works with the provided example Essentials configuration file [SIMPLBridgeExample_configurationFile.json](https://github.com/PepperDash/Essentials/blob/main/PepperDashEssentials/Example%20Configuration/SIMPLBridging/SIMPLBridgeExample_configurationFile.json). Load Essentials and the example SIMPL program to two slots on the same processor and you can get a better idea of how to take advantage of SIMPL Windows bridging.
|
||||||
|
|
||||||
Next: [Essentials architecture](Arch-summary)
|
Next: [Essentials architecture](Arch-summary)
|
||||||
|
|||||||
Reference in New Issue
Block a user