HOME

TheInfoList



OR:

Citect is now a group of industrial software products sold by Aveva, but started as a software development company specialising in the
Automation Automation describes a wide range of technologies that reduce human intervention in processes, namely by predetermining decision criteria, subprocess relationships, and related actions, as well as embodying those predeterminations in machines ...
and Control industry. The main software products developed by Citect included CitectSCADA, CitectSCADA Reports, and Ampla.


History

Citect began as a subsidiary of
Alfa Laval Alfa Laval AB is a Sweden, Swedish corporation, company, founded in 1883 by Gustaf de Laval and :sv:Oscar Lamm, Oscar Lamm. The company, which started in providing centrifugal separation solutions for dairy (see Separator (milk)), now deals in th ...
in 1973. The company was then known as Control Instrumentation. A name change of the company took place to Ci Technologies, and then to Citect to take advantage of the well known name of its flagship software product, CitectSCADA. Whilst Citect was considered to be a software development company, it also had a large Professional Services division, which was a key contributor to the success of the business. In 2006, Citect Pty Ltd was acquired by the Schneider Electric group. At the end of 2008, Citect ceased trading as an independent company and all of its remaining operations were absorbed into Schneider Electric.


Products


Ampla

Ampla is Manufacturing Execution Systems (MES) software.


Cicode

Cicode is a programming language used by Citect
SCADA Supervisory control and data acquisition (SCADA) is a control system architecture comprising computers, networked data communications and graphical user interfaces for high-level supervision of machines and processes. It also covers sensors and ...
software. The structure and syntax of Cicode is very similar to that of the
Pascal programming language Pascal is an Imperative programming, imperative and Procedural programming, procedural programming language, designed by Niklaus Wirth as a small, efficient language intended to encourage good programming practices using structured programming an ...
, the main difference being that it does not include pointers and associated concepts. Citect provides a rich programming
API An application programming interface (API) is a way for two or more computer programs to communicate with each other. It is a type of software Interface (computing), interface, offering a service to other pieces of software. A document or standa ...
that includes sophisticated programming constructs such as concurrent tasks and semaphores. A Cicode sample is shown below. The function is used to log information to a file.
FUNCTION I0_Trace(STRING sPrompt)

   INT    hDev;
   INT    hTime;
   STRING sText;

   IF hTraceOn THEN
      IF (StrLeft(sPrompt, StrLength(sMask)) = sMask) THEN
         TraceMsg(sPrompt);

         hTime = TimeCurrent();
         sText = TimeToStr(hTime, 2)+" "+TimeToStr(hTime, 1)+" "+sPrompt;

         SemWait(hDebugSem, 10);
         FileWriteLn(hDebugFile, sText);
         SemSignal(hDebugSem);
      END
   END
END


CitectSCADA

CitectSCADA is a HMI /
SCADA Supervisory control and data acquisition (SCADA) is a control system architecture comprising computers, networked data communications and graphical user interfaces for high-level supervision of machines and processes. It also covers sensors and ...
software package supporting * an extremely wide range of Schneider Electric and 3rd party PLCs (using vendor's OPC driver or its own ''native'' drivers) and * a big collection of symbols of industrial equipments for drawing the application scenes made by Citect with a design-time HMI/
GUI The GUI ( "UI" by itself is still usually pronounced . or ), graphical user interface, is a form of user interface that allows users to interact with electronic devices through graphical icons and audio indicator such as primary notation, inste ...
construction tool (called ''Citect Graphics Builder'') and * a run-time application logics expressed in the Cicode
programming language A programming language is a system of notation for writing computer programs. Most programming languages are text-based formal languages, but they may also be graphical. They are a kind of computer language. The description of a programming ...
.


Citect for DOS

Martin Roberts wrote Citect for DOS, released in 1987, as a response to the limited range of PC-based operator interface software available at the time. Citect for DOS consisted of a configuration database (in
dBase dBase (also stylized dBASE) was one of the first database management systems for microcomputers and the most successful in its day. The dBase system includes the core database engine, a query system, a forms engine, and a programming language ...
format), a bitmap (256 colour raw format) and an animation file. The user would draw a representation of a facility using the readily available
Dr Halo Dr. Halo is a raster graphics editor developed by Media Cybernetics and released for computers running MS-DOS. It was among the first graphics editors available for MS-DOS with its initial release in 1984. Media Cybernetics boasted about three mi ...
graphical package and placing "Animation Points" in the desired location. "Tags" were assigned in the configuration databases, equating to addresses within the programmable electronic devices Citect was communicating with. By referencing these tags at animation points using other configuration databases, the user could show the state of equipment such as running, stopped or faulted in real-time. Citect for DOS could communicate with various programmable electronic devices via the various serial links offered by the device; some through direct PC serial port connections, others through 3rd party PC based cards designed to communicate with the target programmable electronic device. Software drivers were written for many protocols; its ability to communicate with a variety of devices - and to have new drivers written when required - became a primary selling point for Citect. The runtime software ran on a DSI card; a 32 bit co-processor that was inserted into an available ISA slot in the PC. This was due to insufficient processing power available in the 286 and 386 PCs available at the time.


Citect for Windows


=Version 1

= During the early 1990s PC computational power had caught up and Microsoft Windows based software was becoming popular, so Citect for Windows was developed and released in 1992. It no longer needed the DSI card to run on a PC. The configuration methodology remained similar to Citect for DOS but became more intuitive under MS Windows. Citect for Windows was written as a direct response to a request by Argyle Diamonds. The company was originally intending to use a Honeywell system until a number of Arygle's site engineers talked Argyle around to Citect after highlighting the existing problems they were having with Honeywell systems on site. Argyle contributed $1 million to the development of Citect for Windows. To this day the "ArgDig" alarm database (i.e. Argyle Digital) is still part of Citect.


=Version 2

= In 1993 BHP Iron Ore upgraded its Port Hedland operator interface to Citect for Windows. Being the largest installation attempted by Citect at the time, Version 1 was showing many limitations. Version 2 was developed to improve on these limitations. Key changes were made to the graphics configuration by Andrew Allan, including a move away from Dr Halo/Animation Point to the new "CTG" (Citect Graphics) system. A CTG combined the old BMP/AN files into a single object based file that gave the user a WYSIWYG look when using the new drawing package. The Port Hedland scope of work required additional functionality not inherent in Citect for Windows, but due to the versatile nature of the software (in particular by the use of Cicode) many additional features were programmed.


=Version 3 and 4

= Version 3 of Citect for Windows was developed to build in much of the functionality that previously had to be programmed, such as indication of a communications failure to any programmable electronic device displaying real-time data. While version 2 tended to be a bit unstable, version 3 was quite robust. Version 4 was the same as Version 3 but ported to suit the 32 bit platform of Windows NT.


=Version 5 and 6

= At this time Citect for Windows had the dominant market share (in Australia) of PC based operator interface software but new competitor software was catching up to the features and functionality of Citect and gaining in popularity. Citect began to focus more on remaining competitive; version 5 was released containing mainly features aimed at keeping the software at the leading edge of the market. Version 6 continued this trend and included more SCADA-like functionality in addition to the poll-based real-time control system that still remains the core of the Citect software today.


=Version 7

= Version 7 was released in August 2007. A. This version is also the first version to support Windows Vista Operating system. Support for Windows 7, along with notable features such as Pelco Camera integration, was added in 2010 with the release of version 7.20. CitectSCADA 2015 release on 2 July 2015


=Version 8

= Version 8 was released in 2016, with an overhauled UI and support for Windows 10.


References

{{reflist Production and manufacturing software SCADA