Run Installer SureViewGateway_Setup (1.6.4 or Higher) on Manitou Server.
Installer should do most of the following steps, you should still double check that it did it correctly.
Important! For Development Main Builds (don’t run installer, instead):
- Run Build SureviewGatewayMain
- Open Drop Folder when build is completed.
- Grab the following files:
- BoldTechnologies.Core.dll
- BoldTechnologies.ServerInterface.dll
- SureviewGateway.exe
- SureviewGateway.exe.config (Skip this file when updating your current SureviewGateway version.)
- Copy these files into your Manitou folder.
Configuration of SureViewGateway
- Open Sureview.exe.config (typically under …/Manitou)
- Set the following Key values in <appSettings> section: (don’t copy the text in bold)
- Remove any key entries that are NOT listed below.
<appSettings>
<!--Set this value to any valid integer larger than zero.-->
<add key="ServiceId" value="27" />
<!--Set to the FEP server name or IP address.-->
<add key="FepHost" value="localhost" />
<!--Set to port used by FEP.-->
<add key="FepPort" value="9996" />
<!--Set to Sureview server address.-->
<add key="SureviewServer" value="xxx.xxx.xxx.xxx" />
<!--Set to Sureview Server port.-->
<add key="SureviewPort" value="3547" />
<!--Set to 60. (field is in seconds).-->
<add key="SureviewAckTimeout" value="60" />
<!--Set to the restore code to be used to restore signals.-->
<add key="RestoreCode" value="*R" />
<!--Set to true.-->
<add key="AutoAcknowledge" value="true" />
</appSettings>
Workstation Installation and Setup
- Run Installer for SureViewImmixRemote_Setup on the Workstation
- Edit ImmixRemote.exe.config file (should be in .../Manitou path)
- Change ImmixCloudURL value to be pointed at correct URL (Set to Sureview server address)
Manitou Supervisor Workstation Setup
Open Manitou Supervisor Workstation
Configuration
- Open Maintenance->Setup->Configuration, click Edit
- Select Applications Folder and click Add.
- Select Sureview Connector (mines shows SureView Connector Service) and click ok.
- Set Start status to Automatic Start
- Click Save.



SubTypes
- Open Maintenance->Setup->SubTypes
- Select Reverse Command Types and click Edit.
- Click Add and enter "Sureview Immix" on the description. Make sure the SubType "Reverse Command Types" is selected.
- Click Ok and save.


Receiver Types
- Open Maintenance->Setup->Receiver Types and click Edit.
- Click Add.
- Enter 'Sureview' on both Code and Name
- Select BOLDXML in Driver. Enter DEBUG=1,MODEL=1,RAWNOACK=1 in options with NO spaces.
- Click save.


If the customer would like for the Manitou alarm to be automatically closed by the Auto Client once it has been sent to the Immix Viewer, they will need to include TEXTACK=1 in the Receiver Type options.

If we receive more than just an ack from a sent reverse command, like "text" for example (SureView ALARMMSG rev command response), we pass that response status on to the Signal Handler as REVCMD_RESP_DATA_WAITING_LAST instead of simply REVCMD_RESP_COMPLETED_ACK because the expectation is that the operator needs to see this "text". However, in the case of a successful reverse command send (Final is Y), some have expressed a desire that the system simply continue automatically. To accommodate this, we added the TEXTACK receiver option, TEXTACK=1 will consider a successful response (in Final=Y) with "text" to be an REVCMD_RESP_COMPLETED_ACK. Alternatively, TEXTACK=0, the default, will consider a successful response (in Final=Y) with additional "text" to be an REVCMD_RESP_DATA_WAITING_LAST state, meaning an operator must see it, because it was more than just an ack, "text" info was also received.
Receivers
- Open Maintenance->Setup->Receivers and click the FEP where you want to set Sureview. Click Edit.
- Click Add. Select Sureview in Receiver Type. Enter Sureview in Description. Click ok.
- Select TCP/IP (In) in Port Type. Enter Host IP. Enter Port Number. Select Default Receiver Line Prefix. Select Default Monitoring Group. Select Receiver Line Prefix. Select Transmitter ID.
- Click save.


Reverse Command Route
- Open Maintenance->Setup->Reverse Channel Routes
- Select Sureview Immix and click Edit.
- Click Add. Select Sureview Immix in Protocol. Enter Sureview Gateway in the description. Press ok.
- Select FEP in Application Type. Select Receiver line prefix. Select the FEP where Sureview receiver is. Select SUREVIEW in Receiver Type.
- Click save.


Transmitter Protocol Type
- Open Maintenance->Setup->Transmitter Protocol Types
- Click Edit.
- Click Add. Enter Sureview in Protocol Type and Description. Select Event Type (must be defined in EVMAPS) in Type. Click ok.
- Check Enable Area field. Check Enable Zone field. Check Enable Zone Text field. Check Enable User field.
- Click save.


Manitou Operator Workstation Setup
Open Manitou Operator Workstation (or ManitouNEO)
Transmitter Type
- Open Maintenance->TX Types
- Select Event Monitoring and click Edit.
- Click Add. Enter Sureview in Type and Description. Click ok.
- Select Sureview Immix in Reverse Cmd Protocol.
- Check Video Capable in Attributes.
- Select Sure View ImmixRemote in Video Type.
- Check if there is any Transmitter Type Programming that would mess up the signal
- Click Save


Reverse Commands
- Open Monitoring Company and go to Reverse Commands.
- Select Sureview Immix and click Edit.
- Click Add. Enter ALARMMSG in Command. Enter Send Msg to Sureview in Description. Select Sureview in Reverse Protocol. Click ok.
- Select Operator in User Group.
- Select Customer in Command Level.
- Check Alarm Only in Availability.
- Add the following Parameters
- Click save.


Action Pattern
- Open Monitoring Company and select Action Patterns
- Click Edit and select Default and then Add
- Select Send from Command
- Set Action ID to SUREVIEW and provide a description
- Set Protocol to SureView Immix
- Select the ALARMMSG command
- Set Route to the default transmitter
- Set Comms No

Dealer Considerations
- If Customer is under a dealer then check that the needed TX Type is allowed at the dealer
- Make sure the TXID Range allows the SureView Account Number
- Make sure that they don’t have the Reverse Command Protocol blocked at the dealer level
Customer Setup
- Create a Transmitter for SureView incoming alarms.
- Hit Edit and Enter SVTX and hit OK.
- Change Transmitter Type to SUREVIEW
- Change Receiver Line Prefix to the one specified used in the Sureview Receiver
- Change the Transmitter ID to equal the SureView Account number (or change in Sureview)
- If the customer has another transmitter for a traditional panel, make sure that the programming is set up to use an Action Pattern that includes the ALARMMSG reverse command. This is so that any alarm from the panel creates an alarm in Immix.


SureView Considerations
- Site must have Account Number matching Transmitter ID
- The Immix website must have the piece for the ImmixRemote launcher. It is called RemoteWebAccess svpkg and is installed by Immix on their server.
- The Immix side must have users for each operator with credentials that match those in Manitou.