Difference between revisions of "TestIT:Appendix"

From Nolek Wiki
Jump to navigation Jump to search
(Created page with "==12. Appendix== ==12.1 Change log== ==12.2 Requirements== ==12.3 Standard TestIT symbols==")
 
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==12. Appendix==
+
=98. Appendix=
  
==12.1 Change log==
+
==98.1 Minimum Requirements==
  
==12.2 Requirements==
+
'''PC and software'''
 +
* Windows 7 (x86 or x64)
 +
* .Net framework 4.5
 +
* Processor running at 1,6 Ghz or higher
 +
* 4 GB RAM
 +
* Graphics adapter supporting DirectX9, running at a minimum resolution of 1024x768
 +
* Processor: Intel (R)
  
==12.3 Standard TestIT symbols==
+
'''Note!'''
 +
* We recommend that the desktop/PC is installed with two TCP/IP cards; one for the TwinCAT communication and one for communication with the administrations network.
 +
*For the TwinCAT communication Nolek recommends this type of network card: '''Intel Gigabit CT PCI-E Network Adapter EXPI9301CTBLK'''
 +
*Beckhoff's TwinCAT supported network chipsets:<span class="newwin">[https://infosys.beckhoff.com/english.php?content=../content/1033/tcsystemmanager/reference/ethercat/html/ethercat_supnetworkcontroller.htm&id=6285396967978691100 TwinCAT supported network]</span>
 +
 +
'''SQL 2012 Express version'''
 +
* SQLEXPRWT_x64_ENU
 +
* SQLEXPRWT_x86_ENU
 +
 
 +
Version 11.0.2100.60
 +
 
 +
'''TwinCAT version'''
 +
*TwinCAT 3 Full-Setup Latest version
 +
 
 +
==98.2 Standard TestIT symbols==
 +
 
 +
===98.3 Standard TestIT symbols===
 +
 
 +
 
 +
TestIT comes with a number of symbols. All symbols can be edited or deleted.
 +
 
 +
{| class="wikitable"
 +
!colspan="4"|
 +
|-
 +
|'''SymbolName'''
 +
|'''DataType'''
 +
|'''DefaultValue'''
 +
|'''Comment'''
 +
|-
 +
|'''_seqOK'''
 +
|BOOL
 +
|0
 +
|NULL
 +
|-
 +
|'''_SSG'''
 +
|BOOL
 +
|0
 +
|Sequence Status Global
 +
|-
 +
|'''_SSL01'''
 +
|BOOL
 +
|0
 +
|Sequence Status Local 1
 +
|-
 +
|'''_SSL02'''
 +
|BOOL
 +
|0
 +
|Sequence Status Local 2
 +
|-
 +
|'''_SSL03'''
 +
|BOOL
 +
|0
 +
|Sequence Status Local 3
 +
|-
 +
|'''_TO01'''
 +
|BOOL
 +
|0
 +
|Temporary timeout symbol 1
 +
|-
 +
|'''_TO02'''
 +
|BOOL
 +
|0
 +
|Temporary timeout symbol 2
 +
|-
 +
|'''_TO03'''
 +
|BOOL
 +
|0
 +
|Temporary timeout symbol 3
 +
|-
 +
|'''_ST01'''
 +
|STRING
 +
 +
|Temporary string symbol 1
 +
|-
 +
|'''_ST02'''
 +
|STRING
 +
 +
|Temporary string symbol 2
 +
|-
 +
|'''_ST03'''
 +
|STRING
 +
|
 +
|Temporary string symbol 3
 +
|-
 +
|'''_D01'''
 +
|DOUBLE
 +
|0
 +
|Temporary double symbol 1
 +
|-
 +
|'''_D02'''
 +
|DOUBLE
 +
|0
 +
|Temporary double symbol 2
 +
|-
 +
|'''_D03'''
 +
|DOUBLE
 +
|0
 +
|Temporary double symbol 3
 +
|-
 +
|'''_B01'''
 +
|BOOL
 +
|0
 +
|Temporary boolean symbol 1
 +
|-
 +
|'''_B02'''
 +
|BOOL
 +
|0
 +
|Temporary boolean symbol 2
 +
|-
 +
|'''_B03'''
 +
|BOOL
 +
|0
 +
|Temporary boolean symbol 3
 +
|-
 +
|'''_IN01'''
 +
|INT
 +
|0
 +
|Temporary integer symbol 1
 +
|-
 +
|'''_IN02'''
 +
|INT
 +
|0
 +
|Temporary integer symbol 2
 +
|-
 +
|'''_IN0'''
 +
|INT
 +
|0
 +
|Temporary integer symbol 3
 +
|-
 +
|'''AlwON'''
 +
|BOOL
 +
|1
 +
|Always on
 +
|-
 +
|'''AlwOFF'''
 +
|BOOL
 +
|0
 +
|Always off
 +
|-
 +
|}

Latest revision as of 09:58, 7 October 2019

98. Appendix

98.1 Minimum Requirements

PC and software

  • Windows 7 (x86 or x64)
  • .Net framework 4.5
  • Processor running at 1,6 Ghz or higher
  • 4 GB RAM
  • Graphics adapter supporting DirectX9, running at a minimum resolution of 1024x768
  • Processor: Intel (R)

Note!

  • We recommend that the desktop/PC is installed with two TCP/IP cards; one for the TwinCAT communication and one for communication with the administrations network.
  • For the TwinCAT communication Nolek recommends this type of network card: Intel Gigabit CT PCI-E Network Adapter EXPI9301CTBLK
  • Beckhoff's TwinCAT supported network chipsets:TwinCAT supported network

SQL 2012 Express version

  • SQLEXPRWT_x64_ENU
  • SQLEXPRWT_x86_ENU

Version 11.0.2100.60

TwinCAT version

  • TwinCAT 3 Full-Setup Latest version

98.2 Standard TestIT symbols

98.3 Standard TestIT symbols

TestIT comes with a number of symbols. All symbols can be edited or deleted.

SymbolName DataType DefaultValue Comment
_seqOK BOOL 0 NULL
_SSG BOOL 0 Sequence Status Global
_SSL01 BOOL 0 Sequence Status Local 1
_SSL02 BOOL 0 Sequence Status Local 2
_SSL03 BOOL 0 Sequence Status Local 3
_TO01 BOOL 0 Temporary timeout symbol 1
_TO02 BOOL 0 Temporary timeout symbol 2
_TO03 BOOL 0 Temporary timeout symbol 3
_ST01 STRING Temporary string symbol 1
_ST02 STRING Temporary string symbol 2
_ST03 STRING Temporary string symbol 3
_D01 DOUBLE 0 Temporary double symbol 1
_D02 DOUBLE 0 Temporary double symbol 2
_D03 DOUBLE 0 Temporary double symbol 3
_B01 BOOL 0 Temporary boolean symbol 1
_B02 BOOL 0 Temporary boolean symbol 2
_B03 BOOL 0 Temporary boolean symbol 3
_IN01 INT 0 Temporary integer symbol 1
_IN02 INT 0 Temporary integer symbol 2
_IN0 INT 0 Temporary integer symbol 3
AlwON BOOL 1 Always on
AlwOFF BOOL 0 Always off