Log In
Join
Join the Community
Register
Log in
Or sign in with
Facebook
Google
GitHub
Linkedin
SIGN UP FOR OUR NEWSLETTER
Register
Main Menu
Home
Explore
Products
Cabinets & Panel Components
CNC Machines
Communication & Security
Connectors, Wire & Cable
Data Analytics & Simulation
Electrical Power Control
HMIs & SCADA
Motors & Controls
PLCs & PACs
Pneumatics & Hydraulics
Robotics
Safety
Sensors & Instruments
View all
Industry
Advanced Mfg
Agriculture
Automotive
Building
Chemical
Electronics
Energy & Infrastructure
Food & Beverage
Forest Products
Logistics
Medical & Pharma
Metal
Military & Aerospace
Natural Resources
Plastics & Polymers
Product Mfg
View all
Content
Ebooks
Forums
Industry Articles
Industry Webinars
Industry White Papers
News
Partner Content Hub
Technical Articles
Textbook
Tools
Worksheets
Articles
Latest
News
Technical Articles
Industry Articles
Industry White Papers
Forums
Latest
General Discussion
Hardware
Software
Communication
Education
Textbooks
Video Lectures
Worksheets
Industry Webinars
Ebooks
Tools
Videos
Latest
Industry Videos
Industry Webinars
Video Lectures
Giveaways
Partner Content Hub
Contact Us
Register
Log In
Network Sites
Search...
Home
Search
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Search results
Search everything
Search threads
Search blogs
Keywords
Search titles only
Posted by
You may enter multiple names here.
Newer than
Search
D
Mark VIe integration with DCS HMI
Frequently with a Mark VIe turbine control system the plant DCS isn't from GE (though obviously GE would love to sell you the plant DCS as well, they most typically do that with new plants) so this isn't an unusual situation, so I'm surprised you're not getting good answers. It probably has to...
demigrog2
Post #3
Sep 5, 2018
Forum:
Distributed Control Systems - DCS
D
GE Control ST Software Version
You can't directly use files written in a later version of ToolboxST in an older version, unfortunately. Depending on what you want to do, however, there is one loophole that may help--copy paste. If you have both versions of ToolboxST installed, you can copy-paste from the newer version into...
demigrog2
Post #2
Jul 19, 2018
Forum:
General Software Chat
D
MARKVIe Modifications
OK, you're right, that is weird. So, two questions. What Mark VIe runtime version is this, and is that TTXSPV4 block the original TTXSPV4 from turblib or is it possibly a User Block with modified behavior? The icon for it in the treeview will be different if it is a user block.
demigrog2
Post #21
Jul 19, 2018
Forum:
Power Generation
D
MARKVIe Modifications
I'd still like to get the values for the input TTXD2 array and the outputs TTXSP1, TTXSP2, and TTXSP3 from the exact same frame. I've got a TTXSPV4 block right here in front of me (Mark VIe runtime V04.07.06C on a UCSA controller), calculating TTXSP1 correctly (highest-lowest).
demigrog2
Post #19
Jul 17, 2018
Forum:
Power Generation
D
MARKVIe Modifications
To see if the block is working, you need the inputs (TTXD2 array) and TTXSPV4 block outputs from the exact same controller frame. You've got sreenshots of both, but probably from different points in time, so they don't match. As CSA pointed out you can't go by the HMI screens (even though both...
demigrog2
Post #9
Jul 12, 2018
Forum:
Power Generation
D
PCMI Diagnostic Alarm in Mark VIe
The message text you posted isn't the actual diagnostic, it is ToolboxST saying it can't get a list of diagnostics from the pack. A lot of things could cause this, but most of them have more specific diagnostics or error messages. When you connect to the device in Toolbox, are there any errors...
demigrog2
Post #2
Jun 26, 2018
Forum:
Programmable Logic Controller - PLC
D
Mark VIeS Virtual Controller Pcode Error
Ah, if your Mark VIeS version is V03.02.07C and the Virtual Mark VIeS version is V04.03.00C or later, that might explains things. Between the two versions two pins were added to the COMPARE block (HYST and SENS), and given the serialization failure was in a user block called BLOCK_COMPARE_R...
demigrog2
Post #6
Jun 19, 2018
Forum:
Power Generation
D
Mark VIeS Virtual Controller Pcode Error
Interesting; the best possibility I can think of is that the Mark VIeS virtual controller version doesn't match the runtime version used to configure the device in ToolboxST. The block libraries are built into the simulator rather than accepting a download from ToolboxST like the real runtime...
demigrog2
Post #2
Jun 18, 2018
Forum:
Power Generation
D
Virus Infection via serial Modbus
It isn't that simple. Depending heavily on what programming language, processor, OS, and libraries are involved, malformed data can certainly be used as an attack vector. For example, passing an address out of range in a write register command could easily attack a modbus driver running on...
demigrog2
Post #9
Jun 8, 2018
Forum:
Cyber Security
D
Virus Infection via serial Modbus
Is this a hypothetical question? If you've got an infected powermeter I'd love to know more details. There's a prior discussion on this subject already (use search), but it boils down to whether you're talking about a general threat or specific threat. No general malware is going to be able...
demigrog2
Post #6
Jun 4, 2018
Forum:
Cyber Security
D
Problems Accessing Configuration Management System (CMS)
I'd submit this to GE's product services, but if you're in a hurry: First a question, what version of ControlST are you using? CMS was switched from CVS to SVN on the backend and a lot of improvements made in V6 and later. This is for my own curiosity, as I think the below workaround should...
demigrog2
Post #2
Apr 23, 2018
Forum:
Power Generation
D
Mark VIE DCS Configuration
I should probably add the Cimplicity side of this; open your screen and the smart object cim file (by convention, these are .cim files that start with tp_) and drag the object type you want onto your screen. A popup window will let you choose options, including the Device and "Ctrlr", which...
demigrog2
Post #6
Apr 16, 2018
Forum:
Distributed Control Systems - DCS
D
Mark VIE DCS Configuration
There really isn't anything special to do; so long as the variable names on your Cimplicity object match the globals defined by logic it will just work. The blocks in the Standard and DCS block libraries that have HMI faceplates follow a naming convention. Pins that are used by an HMI...
demigrog2
Post #4
Apr 16, 2018
Forum:
Distributed Control Systems - DCS
D
Mark VIE DCS Configuration
All of the mapping between the HMI objects and controller logic is by variable name; usually the variable name is a combination of a device's tag name and sub variables. Usually there is a single block in the controller representing the device that has a corresponding tag name and variables. You...
demigrog2
Post #2
Apr 13, 2018
Forum:
Distributed Control Systems - DCS
D
Plant Cyber Resiliency
Cybersecurity is all about defense in depth--layers of protection rather than assuming one defense is foolproof protection. Poor engineering has often compromised what should have been easy layers--hardcoded passwords on embedded systems for example. You also have to know what your level of...
demigrog2
Post #4
Apr 13, 2018
Forum:
General Automation Chat
D
Hyper Terminal Configuration for UCSBH3A
Normally you'd let ToolboxST do that, rather than trying to use a terminal and do it manually. Look at the "Controller Setup" section of GEH-6700, which should be installed with ControlST. If you really want to connect over serial, which I don't recommend unless you are an expert, there are...
demigrog2
Post #2
Mar 1, 2018
Forum:
Power Generation
D
ICS Module Counterfeiting
What you're describing is called a supply chain attack, and is a grave concern across the industrial controls industry. Probably the best known example is Stuxnet, where PLCs were apparently tampered with before even making it to Iran. Counterfeit devices are possible, especially for...
demigrog2
Post #3
Feb 16, 2018
Forum:
Programmable Logic Controller - PLC
D
Toolbox License
The newer licenses for ControlST (V5 and later) have the raw capability for one-year licenses, but I'm not sure GE sells them that way to external customers. It isn't an option on the part number flowchart (google search for GHT-200060), but maybe something has been added recently. I'd call GE...
demigrog2
Post #4
Jan 29, 2018
Forum:
Power Generation
D
Read Only Toolbox and Mark 6
In Toolbox, you can set a password for Privilege Level 1 and above (change online values). Open your M6B file for a controller, and use the Options->Passwords menu option. Don't forget your password, I'd make a backup of your unprotected M6B in a safe place.
demigrog2
Post #3
Jan 29, 2018
Forum:
Power Generation
D
Virus infection via Modbus
I'd take exception to the statement that PLCs don't get viruses; no reason they can't. Most are just industrial PCs running a RTOS like Vxworks, realtime linux, or QNX. While general purpose viruses probably won't touch those platforms, the "advanced persistent threats" out there certainly do...
demigrog2
Post #9
Jan 29, 2018
Forum:
Cyber Security
Prev
1
2
3
4
Next
First
Prev
2 of 4
Go to page
Go
Next
Last
Top
Continue to site
QUOTE OF
THE DAY
“
”
-