| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| readme.txt | 2012-02-15 | 4.4 kB | |
| forte_1.1.0.exe | 2012-02-15 | 406.5 kB | |
| forte_1.1.0 | 2012-02-15 | 854.0 kB | |
| FORTE_1.1.zip | 2012-02-15 | 5.6 MB | |
| Totals: 4 Items | 6.9 MB | 0 | |
FORTE_1.1.zip ------------- contains the source of FORTE FORTE_1.1.0.exe ------------- is compiled with Microsoft Visual Studio 2008 as x86 release build. In case of problems running FORTE_1.1.exe the Microsoft Visual C++ 2008 Redistributable Package (x86) is required. It can be downloaded from: http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=29 FORTE_1.1.0 ------------- is compiled under Ubuntu 11.04 using gcc 4.5.2 Both binary versions are compiled with the following CMAKE settings: //Lego-Mindstorms architecture and Service Interface Function Blocks FORTE_ARCHITECTURE_LMS:BOOL=OFF //Use NETOS 7.4 architecture FORTE_ARCHITECTURE_NETOS74:BOOL=OFF //Use phycoreAT91 architecture FORTE_ARCHITECTURE_PHYCOREAT91:BOOL=OFF //Use Posix architecture FORTE_ARCHITECTURE_POSIX:BOOL=OFF //Use WIN32 architecture FORTE_ARCHITECTURE_WIN32:BOOL=ON //Value Computed by CMake FORTE_BINARY_DIR:STATIC=C:/4diac-build/forte/bin_vs //size of the line buffer for reading boot files FORTE_BOOTFILELINEBUFSIZE:STRING=200 //forte build support directory. FORTE_BUILDSUPPORT_DIRECTORY:PATH=C:/4diac-build/forte/buildsupport //Build FORTE as an executable or as a library FORTE_BUILD_TYPE:STRING=EXECUTABLE //Enable Forte Com Ethernet FORTE_COM_ETH:BOOL=ON //Enable Forte Com FBDK FORTE_COM_FBDK:BOOL=ON //Enable Forte local communication FORTE_COM_LOCAL:BOOL=ON //Enable Modbus Com Layer FORTE_COM_MODBUS:BOOL=OFF //Path to Modbus library directory FORTE_COM_MODBUS_LIB_DIR:PATH= //Enable OPC communication FORTE_COM_OPC:BOOL=OFF //Path to Boost library root directory FORTE_COM_OPC_BOOST_ROOT:PATH= //Path to OPC library root directory FORTE_COM_OPC_LIB_ROOT:PATH= //forte Communication interrupt queue size FORTE_CommunicationInterruptQueueSize:STRING=10 //Exclude Function blocks FORTE_EXCLUDE_FBS:STRING= //forte eventchain event list size FORTE_EventChainEventListSize:STRING=256 //forte eventchain external event list size FORTE_EventChainExternalEventListSize:STRING=10 //Build Tests for Function Blocks FORTE_FUNCTIONBLOCK_TESTS:BOOL=OFF //FORTE ip layer recv buffer size FORTE_IPLayerRecvBufferSize:STRING=1500 //Loglevel to use FORTE_LOGLEVEL:STRING=LOGERROR //forte management command protocol FORTE_MGMCOMMANDPROTOCOL:STRING=DEV_MGR //Convert Function Blocks FORTE_MODULE_CONVERT:BOOL=ON //IEC61131-3 Function blocks FORTE_MODULE_IEC61131:BOOL=ON //Mathematical Function Blocks FORTE_MODULE_MATH:BOOL=ON //OSCAT Function Blocks FORTE_MODULE_OSCAT:BOOL=ON //Real-Time Event Funktion blocks FORTE_MODULE_RT_Events:BOOL=ON //Test function blocks FORTE_MODULE_Test:BOOL=ON //FORTE UTILITY FBs FORTE_MODULE_UTILS:BOOL=ON //Value Computed by CMake FORTE_SOURCE_DIR:STATIC=C:/4diac-build/forte //FORTE string dict will reallocate memory if necessary when this // flag is turned off FORTE_STRINGDICTFIXEDMEMORY:BOOL=OFF //FORTE string dict's initial max nr of strings FORTE_STRINGDICTINITIALMAXNROFSTRINGS:STRING=300 //FORTE string dict's initial string buffer size FORTE_STRINGDICTINITIALSTRINGBUFSIZE:STRING=8000 //Enable Forte Array Datatypes FORTE_SUPPORT_ARRAYS:BOOL=ON //Enable FORTE boot file loading on FORTE start-up FORTE_SUPPORT_BOOT_FILE:BOOL=ON //Enable Forte Custom Serializeable Datatypes FORTE_SUPPORT_CUSTOM_SERIALIZABLE_DATATYPES:BOOL=ON //Enable FORTE monitoring functionalities FORTE_SUPPORT_MONITORING:BOOL=ON //Build Tests FORTE_TESTS:BOOL=OFF //Test specific include directories FORTE_TESTS_INC_DIRS:PATH= //Test specific library directories FORTE_TESTS_LINK_DIRS:PATH= //FORTE will log the events received at and sent from function // blocks FORTE_TRACE_EVENTS:BOOL=ON //forte sticks per second FORTE_TicksPerSecond:STRING=1000 //Defines the time base in units per second that will be used in // the TIME data type, The default value 1000000000 means 1ns FORTE_TimeBaseUnitsPerSecond:STRING=1000000000 //Enable unicode support for STRING and WSTRING, WSTRING needs // unicode support enabled! FORTE_UNICODE_SUPPORT:BOOL=ON //Enable Forte 64-Bit Datatypes FORTE_USE_64BIT_DATATYPES:BOOL=ON //Enable Forte LReal Datatypes FORTE_USE_LREAL_DATATYPE:BOOL=ON //Enable Forte Real Datatypes FORTE_USE_REAL_DATATYPE:BOOL=ON //Enable Forte WSTRING Datatypes FORTE_USE_WSTRING_DATATYPE:BOOL=ON