Jump to content

Edit filter log

Details for log entry 37,755,993

00:45, 16 May 2024: 203.109.148.136 (talk) triggered filter 1,296, performing the action "edit" on Citect. Actions taken: none; Filter description: Mixed-use words (logging) (examine | diff)

Changes made in edit



=====Version 2018=====
=====Version 2018=====
Also sucks


=====Version 2020=====
=====Version 2020=====

Action parameters

VariableValue
Edit count of the user ($1) (user_editcount)
null
Name of the user account ($1) (user_name)
'203.109.148.136'
Age of the user account ($1) (user_age)
0
Groups (including implicit) the user is in ($1) (user_groups)
[ 0 => '*' ]
Rights that the user has ($1) (user_rights)
[ 0 => 'createaccount', 1 => 'read', 2 => 'edit', 3 => 'createtalk', 4 => 'writeapi', 5 => 'viewmyprivateinfo', 6 => 'editmyprivateinfo', 7 => 'editmyoptions', 8 => 'abusefilter-log-detail', 9 => 'urlshortener-create-url', 10 => 'centralauth-merge', 11 => 'abusefilter-view', 12 => 'abusefilter-log', 13 => 'vipsscaler-test' ]
Whether or not a user is editing through the mobile interface ($1) (user_mobile)
false
Whether the user is editing from mobile app ($1) (user_app)
false
Page ID ($1) (page_id)
9082185
Page namespace ($1) (page_namespace)
0
Page title without namespace ($1) (page_title)
'Citect'
Full page title ($1) (page_prefixedtitle)
'Citect'
Edit protection level of the page ($1) (page_restrictions_edit)
[]
Last ten users to contribute to the page ($1) (page_recent_contributors)
[ 0 => '110.175.225.166', 1 => 'Teetlebomb', 2 => 'SimLibrarian', 3 => '93.45.111.218', 4 => 'BattyBot', 5 => 'Citation bot', 6 => 'Komeoyu', 7 => 'My Gussie', 8 => 'JackintheBox', 9 => '120.16.20.231' ]
Page age in seconds ($1) (page_age)
546217786
Action ($1) (action)
'edit'
Edit summary/reason ($1) (summary)
'/* Version 2018 */ '
Time since last page edit in seconds ($1) (page_last_edit_age)
7150794
Old content model ($1) (old_content_model)
'wikitext'
New content model ($1) (new_content_model)
'wikitext'
Old page wikitext, before the edit ($1) (old_wikitext)
'{{Short description|Group of industrial software products}} {{Use dmy dates|date=June 2020}} {{Use Australian English|date=October 2015}} {{More citations needed|date=August 2008}} {{Infobox company | name = Citect | logo = <!-- Deleted image removed: [[File:citect2.png|Citect Logo]] --> | | fate = Acquired | | foundation = [[Sydney]], [[Australia]], 1973 | | industry = [[Industrial Automation]] | owner = [[AVEVA]] | | products = [[CitectSCADA]] <br /> Vijeo Citect <br /> Citect Facilities <br /> CitectHistorian <br /> Vijeo Historian <br /> Ampla | homepage = {{URL|https://sw.aveva.com/monitor-and-control/hmi-supervisory-and-control/citect-scada}} | }} '''Citect''' is now a group of industrial software products sold by [[Aveva]], but started as a software development company specialising in the [[Automation]] and Control industry. The main software products developed by Citect included CitectSCADA, CitectSCADA Reports, and Ampla. As of August 2021, Citect SCADA is now known as AVEVA Plant SCADA.<ref> [https://www.aveva.com/en/perspectives/blog/citect-scada-becomes-aveva-plant-scada/ Citect SCADA Launches into New Era as AVEVA Plant SCADA"],''[[AVEVA]]''</ref> == History == Citect began as a subsidiary of [[Alfa Laval]] in 1973.<ref>[http://www.ieaust.org.au/education/professional-development-program/participating-organisations/citect.cfm Engineers Australia]{{dead link|date=August 2017 |bot=InternetArchiveBot |fix-attempted=yes }}</ref> 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 product|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.<ref>[https://web.archive.org/web/20051223193042/http://www.nema.org/media/ind/20051020c.cfm Schneider Electric Agrees to Acquire Citect]</ref> 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]] software. The structure and syntax of '''Cicode''' is very similar to that of the [[Pascal programming language]], the main difference being that it does not include pointers and associated concepts. Citect provides a rich programming [[API]] 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. <CODE><PRE> 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 </PRE></CODE> ===CitectSCADA=== {{ infobox software | name = CitectSCADA | developer = AVEVA | latest_preview_version = 2015 (7.50) | latest_release_version = 2015 | latest_release_date = 2 July 2015 | operating_system = [[Microsoft Windows]] | website = https://sw.aveva.com/monitor-and-control/hmi-supervisory-and-control/citect-scada }} [[File:CitectSCADA 01.jpg|thumb|180px|left|Screenshot of the steel mill demo in CitectSCADA V7.0]] CitectSCADA is a [[Human–machine interface|HMI]] / [[SCADA]] software package supporting * an extremely wide range of [[Schneider Electric]] and 3rd party [[programmable logic controller|PLC]]s (using vendor's [[OLE for process control|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 [[Human–machine interface|HMI]]/[[GUI]] construction tool (called ''Citect Graphics Builder'') and * a run-time application logics expressed in the [[Cicode]] [[programming language]]. ====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]] 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]] 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|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.<ref>[http://www.citect.com/index.php?option=com_content&view=article&id=1629&Itemid=1647 "What's New - CitectSCADA V7.20"],''[[Schneider Electric]]'', Retrieved 20 October 2011.</ref> CitectSCADA 2015 release on 2 July 2015<ref>{{Cite web|url=http://www.citect.schneider-electric.com/unlock-the-value/|title = AVEVA Global Customer Support - Login}}</ref> =====Version 8===== Version 8 was released in 2016, with an overhauled UI and support for Windows 10.<ref>{{Cite web|url=https://www.citect.schneider-electric.com/scada/citectscada/about-citect-scada-2016|title=About Citect SCADA 2016|last=Ko|first=Raymond|website=www.citect.schneider-electric.com|language=en|access-date=2017-01-19}}</ref> =====Version 2018===== =====Version 2020===== Sucks =====Version 2023===== Version 2023 was released in 2022. It brings UI/UX Enhancements, OPC UA Server tag writing, Industrial graphics tag writing, Alarm enhancements, Equipment improvements, Web browser control, Embedded industrial graphics, Embedded AVEVA Historian support, Embedded HTML5 webpages, Windows 11 and Server 2022 Support, and Cybersecurity enrichment.<ref>{{Cite web|url=https://www.aveva.com/en/perspectives/blog/aveva-plant-scada-is-even-better-2023/|title=AVEVA Plant SCADA is even better for 2023|last=Wilbert|first=Jeremy|language=en|access-date=2022-08-02}}</ref> ==References== {{reflist}} [[Category:Production and manufacturing software]] [[Category:SCADA]]'
New page wikitext, after the edit ($1) (new_wikitext)
'{{Short description|Group of industrial software products}} {{Use dmy dates|date=June 2020}} {{Use Australian English|date=October 2015}} {{More citations needed|date=August 2008}} {{Infobox company | name = Citect | logo = <!-- Deleted image removed: [[File:citect2.png|Citect Logo]] --> | | fate = Acquired | | foundation = [[Sydney]], [[Australia]], 1973 | | industry = [[Industrial Automation]] | owner = [[AVEVA]] | | products = [[CitectSCADA]] <br /> Vijeo Citect <br /> Citect Facilities <br /> CitectHistorian <br /> Vijeo Historian <br /> Ampla | homepage = {{URL|https://sw.aveva.com/monitor-and-control/hmi-supervisory-and-control/citect-scada}} | }} '''Citect''' is now a group of industrial software products sold by [[Aveva]], but started as a software development company specialising in the [[Automation]] and Control industry. The main software products developed by Citect included CitectSCADA, CitectSCADA Reports, and Ampla. As of August 2021, Citect SCADA is now known as AVEVA Plant SCADA.<ref> [https://www.aveva.com/en/perspectives/blog/citect-scada-becomes-aveva-plant-scada/ Citect SCADA Launches into New Era as AVEVA Plant SCADA"],''[[AVEVA]]''</ref> == History == Citect began as a subsidiary of [[Alfa Laval]] in 1973.<ref>[http://www.ieaust.org.au/education/professional-development-program/participating-organisations/citect.cfm Engineers Australia]{{dead link|date=August 2017 |bot=InternetArchiveBot |fix-attempted=yes }}</ref> 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 product|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.<ref>[https://web.archive.org/web/20051223193042/http://www.nema.org/media/ind/20051020c.cfm Schneider Electric Agrees to Acquire Citect]</ref> 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]] software. The structure and syntax of '''Cicode''' is very similar to that of the [[Pascal programming language]], the main difference being that it does not include pointers and associated concepts. Citect provides a rich programming [[API]] 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. <CODE><PRE> 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 </PRE></CODE> ===CitectSCADA=== {{ infobox software | name = CitectSCADA | developer = AVEVA | latest_preview_version = 2015 (7.50) | latest_release_version = 2015 | latest_release_date = 2 July 2015 | operating_system = [[Microsoft Windows]] | website = https://sw.aveva.com/monitor-and-control/hmi-supervisory-and-control/citect-scada }} [[File:CitectSCADA 01.jpg|thumb|180px|left|Screenshot of the steel mill demo in CitectSCADA V7.0]] CitectSCADA is a [[Human–machine interface|HMI]] / [[SCADA]] software package supporting * an extremely wide range of [[Schneider Electric]] and 3rd party [[programmable logic controller|PLC]]s (using vendor's [[OLE for process control|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 [[Human–machine interface|HMI]]/[[GUI]] construction tool (called ''Citect Graphics Builder'') and * a run-time application logics expressed in the [[Cicode]] [[programming language]]. ====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]] 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]] 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|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.<ref>[http://www.citect.com/index.php?option=com_content&view=article&id=1629&Itemid=1647 "What's New - CitectSCADA V7.20"],''[[Schneider Electric]]'', Retrieved 20 October 2011.</ref> CitectSCADA 2015 release on 2 July 2015<ref>{{Cite web|url=http://www.citect.schneider-electric.com/unlock-the-value/|title = AVEVA Global Customer Support - Login}}</ref> =====Version 8===== Version 8 was released in 2016, with an overhauled UI and support for Windows 10.<ref>{{Cite web|url=https://www.citect.schneider-electric.com/scada/citectscada/about-citect-scada-2016|title=About Citect SCADA 2016|last=Ko|first=Raymond|website=www.citect.schneider-electric.com|language=en|access-date=2017-01-19}}</ref> =====Version 2018===== Also sucks =====Version 2020===== Sucks =====Version 2023===== Version 2023 was released in 2022. It brings UI/UX Enhancements, OPC UA Server tag writing, Industrial graphics tag writing, Alarm enhancements, Equipment improvements, Web browser control, Embedded industrial graphics, Embedded AVEVA Historian support, Embedded HTML5 webpages, Windows 11 and Server 2022 Support, and Cybersecurity enrichment.<ref>{{Cite web|url=https://www.aveva.com/en/perspectives/blog/aveva-plant-scada-is-even-better-2023/|title=AVEVA Plant SCADA is even better for 2023|last=Wilbert|first=Jeremy|language=en|access-date=2022-08-02}}</ref> ==References== {{reflist}} [[Category:Production and manufacturing software]] [[Category:SCADA]]'
Unified diff of changes made by edit ($1) (edit_diff)
'@@ -115,4 +115,5 @@ =====Version 2018===== +Also sucks =====Version 2020===== '
New page size ($1) (new_size)
10362
Old page size ($1) (old_size)
10351
Size change in edit ($1) (edit_delta)
11
Lines added in edit ($1) (added_lines)
[ 0 => 'Also sucks' ]
Lines removed in edit ($1) (removed_lines)
[]
Whether or not the change was made through a Tor exit node ($1) (tor_exit_node)
false
Unix timestamp of change ($1) (timestamp)
'1715820321'