Warsaw 29.04.2009
OPC_SCHRACK_N3 VER. 2.0
Download SCHRACK LIVE for iOS to schrack Technik has been the first provider for the electrical and electronics industry to use the growing number of smartphones among mobile. » schrack sw updater » open qrp file » intrel widi » schrack seconet sw updater » microsoft visio zh cn » open tekst imaging » ddscargar facebool lite para tlf windows » 給与奉行 体験版 ダウンロード » zscaler po polsku » 富邦e01 舊版下載 » sqlyog free download windows 10 » excel viewer 2003 » hentai tu be video.
Schrack Seconet Driver Download For Windows 10 Pro
MANUAL
TIGER-SOFT
Wiazana 28B
04-680 Warszawa
tel./fax (+48 22) 615-89-84
Schrack Seconet Driver Download For Windows 10
e-mail: tiger-soft@tiger-soft.com.pl
www: www.tiger-soft.com.pl
Table of contents
1) Introduction
2) Installing the I/O driver
3) Software registration
4) Configuring the OPC_SCHRACK_N3
5) Configuring an OPC client
6) Starting and stopping the OPC_SCHRACK_N3
The OPC_SCHRACK_N3 ver. 2.0 is a communication driver which allows to connect BMS system with a fire protection system based on N3 network of devices from Schrack Seconet. The Integral Standard Protocol (ISP) is used by the driver. The computer with BMS system uses a serial port (RS232). Schrack central can use one of the following modules: B3-USI4, B3-LPI, B4-USI. The driver can be connected to BMZ Integral C or BMZ Integral system.
It includes the following features:
- Very effective method of communication in N3 network, which uses ISP protocol.
- Works as a service. It works even after logging out from the system.
- Supports all main commands and events which exist in Schrack.
- Ability of sending commands to the central from the computer system.
- Multithreading which allows to do tasks in a very efficient way, without a heavy load of the processor.
- Very effective connection to BMS system using OPC.
- Easy to use configuration.
- Monitoring of the communication process.
- Automatically re-running the communication after failure.
Run OPC_SCHRACK_N3_INSTALL.EXE.Installation software will put OPC_SCHRACK_N3 files into the C:Program FilesTIGER_SOFTOPC_SCHRACK_N3_2_0 directory or another directory chosen by the user. Shortcuts to the manual and registration software exist in the group OPC_SCHRACK_N3 ver. 2.0 (access from the Start menu). The driver is installed as a service.
OPC_SCHRACK_N3 should be registered after installation using TIGER-SOFT internet service. SOFTWARE REGISTRATION from OPC_SCHRACK_N3 group should be started first. This program generates file gen_lic.lic and saves it in the main driver directory. Then you have to connect to http://www.tiger-soft.com.pl/Registration/registration.html, fill the form and receive the registration code. This code should be put to the editable field in the SOFTWARE REGISTRATION. Press OK to finish registration process.
The file - Configuration.oes is used for the driver configuration. It exists in the same directory like the OPC_SCHRACK_N3.exe. An example of the file is presented below.
# OPC_SCHRACK_N3 - configuration program
# COM parameters
# NR_COM from the range 1-99
# BAUD_RATE [bits/s]. Possible values: 9600,14400,19200,38400,57600,115200
# PARITY N-None,E-Even,O-Odd
# TIMEOUT [s]. Possible values from the range 1-9999 [s]
NR_COM=1
BAUD_RATE=57600
PARITY=E
TIMEOUT=10
# ISP parameters
# TOKENTIME [ms]. Possible values from the range 30-250 [ms]
# CLIENT - Address of the client has the following structure Subnet.Node.Client, where Subnet=0-62; Node=0-61; Client=0-5;
# SS=1 - Additional status will be sent in the older byte of the word.0 - will be always 0
# AS=1 - Driver allows to send commands to the fire alarm central unit (XccCTttAaa[sa]). 0 - Sending control commands is not allowed.
TOKENTIME=250
CLIENT=0.0.1
SS=1
AS=1
# OPC points
# CENTRAL - Address of the central unit has the following structure Central_number.Subnet.Node.Client,
# where Central_number=1-max number of centrals according to the license; Subnet=0-62; Node=0-61; Client=0-5;
# The list of points, configured in the OPC client in the following format:
# XccTtt[st]Aaa[sa], where cc-central number, tt-type(0-16,255,4095), aa-address of the element(1-65535), sa-sub address of the element(0-255)
# or XccCTttAaa[sa] for control points, sent by the OPC client
# ********************
CENTRAL=1.1.1.0
X01T0A101[255]
X01T0A101[1]
X01T1A101[255]
X01T2A1[255]
X01T2A2[255]
X01T2A3[255]
X01CT5A65535[255]
X01CT2A65535[255]
X01CT4095A65535[255]
# ********************
CENTRAL=2.1.2.0
X02T2A1[255]
X02T2A2[255]
X02T2A3[255]
X02CT5A65535[255]
X02CT2A65535[255]
X02CT4095A65535[255]
# ********************
CENTRAL=3.1.3.0
X03T2A1[255]
X03T2A2[255]
X03T2A3[255]
X03CT5A65535[255]
X03CT2A65535[255]
X03CT4095A65535[255]
OPC_SCHRACK_N3 is an OPC server. Every software that can be an OPC client should work fine with OPC_SCHRACK_N3. ProgID is TS.OPC_SCHRACK_N3.
ItemID can be set like this:
ItemID | Description | Types | Addresses | Returned values |
Communication | Presents the status of the communication between OPC_SCHRACK_N3 and SCHRACK central unit. | Value 1 means that communication is OK, 0 there is no communication. | ||
XccTttAaa[sa] | Shows the status of a zone or an element, where cc - central number; tt - type; aa - address; sa - sub address. Example: X01T2A1[105], reads information from central number 1, about the status of the sub element 105 from group 1, type 2. | tt | sa 0-254 - sub address of an element 255 - for a zone | status |
XccCTttAaa[sa] | Allows to sent an control command to a group or an element, where cc - central number; tt - type; aa - address; sa - sub address. Example: X01CT2A1[105], control commands for central number 1, sub element 105 from group 1, type 2. | tt | sa 0-254 - sub address of an element 255 for a zone | commands |
XccCT5A65535[255] | Allows to sent the internal accoustic off command. | commands | ||
XccCT2A65535[255] | Allows to sent the external accoustic off command. | commands | ||
XccCT4095A65535[255] | Allows to sent the summary alarm reset command. | commands |
The driver can be run from the service manager on Windows NT/2000/XP/Vista. Second way is to use command line with commands: OPC_SCHRACK_N3 -s for starting and OPC_SCHRACK_N3 -z, for stopping it. The service OPC_SCHRACK_N3 can be also configured to start automatically after operating system is started.
WARNING!!! If the driver is installed on Windows XP/Vista or Windows 2003/2008 Server additional parameters have to be set. These parameters concern security of the service and DCOM component. In order to do it dcomcnfg.exe should be run. User of the service should be chosen from computer users (for example system administrator). The same user should be set for DCOM TIGER-SOFT OPC_SCHRACK_N3 (Identity).
VISOCALL IP basic
Speech-based communications are not required everywhere in a hospital or home in the nursecall system. For VISOCALL IP basic, Schrack Seconet has developed new components to cover the areas of communication that do not require a speech connection. VISOCALL IP basic offers the fundamental nursecall functions with the highest technological level and also satisfies all safety standards in the same way as the high-end versions do. With VISOCALL IP basic, Schrack Seconet has created an affordable entry level version, which guarantees security, ease of use and efficient care.
VISOCALL IP basic can be operated as an independent system or integrated into the VISOCALL IP High-End Platform.
The clear and systematic design of the operating elements is a further advantage of the VISOCALL IP basic. Not only are doctors and care staff assisted by its simple operation, but it is also an enormous relief for patients.
Modern IP technology combines utmost security with low investment costs and also in addition offers long-term technological advantages.