Proc Eng Instruments Entities
Computer Function (control room)
- Preview
- Usage
- Definition
import { ComputerFunctionControlRoom } from '@dinghy/diagrams/entitiesProcEngInstruments'
<ComputerFunctionControlRoom/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPUTER_FUNCTION_CONTROL_ROOM } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, COMPUTER_FUNCTION_CONTROL_ROOM)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;aspect=fixed;shape=mxgraph.pid2inst.compFunc;mounting=room',
},
_original_width: 50,
_original_height: 50,
}
Computer Function (field)
- Preview
- Usage
- Definition
import { ComputerFunctionField } from '@dinghy/diagrams/entitiesProcEngInstruments'
<ComputerFunctionField/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPUTER_FUNCTION_FIELD } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, COMPUTER_FUNCTION_FIELD)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;aspect=fixed;shape=mxgraph.pid2inst.compFunc;mounting=field',
},
_original_width: 50,
_original_height: 50,
}
Computer Function (inaccessible)
- Preview
- Usage
- Definition
import { ComputerFunctionInaccessible } from '@dinghy/diagrams/entitiesProcEngInstruments'
<ComputerFunctionInaccessible/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPUTER_FUNCTION_INACCESSIBLE } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, COMPUTER_FUNCTION_INACCESSIBLE)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;aspect=fixed;shape=mxgraph.pid2inst.compFunc;mounting=inaccessible',
},
_original_width: 50,
_original_height: 50,
}
Computer Function (local panel)
- Preview
- Usage
- Definition
import { ComputerFunctionLocalPanel } from '@dinghy/diagrams/entitiesProcEngInstruments'
<ComputerFunctionLocalPanel/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMPUTER_FUNCTION_LOCAL_PANEL } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, COMPUTER_FUNCTION_LOCAL_PANEL)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;aspect=fixed;shape=mxgraph.pid2inst.compFunc;mounting=local',
},
_original_width: 50,
_original_height: 50,
}
Discrete Instrument (control room)
- Preview
- Usage
- Definition
import { DiscreteInstrumentControlRoom } from '@dinghy/diagrams/entitiesProcEngInstruments'
<DiscreteInstrumentControlRoom/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DISCRETE_INSTRUMENT_CONTROL_ROOM } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, DISCRETE_INSTRUMENT_CONTROL_ROOM)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;aspect=fixed;shape=mxgraph.pid2inst.discInst;mounting=room',
},
_original_width: 50,
_original_height: 50,
}
Discrete Instrument (field)
- Preview
- Usage
- Definition
import { DiscreteInstrumentField } from '@dinghy/diagrams/entitiesProcEngInstruments'
<DiscreteInstrumentField/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DISCRETE_INSTRUMENT_FIELD } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, DISCRETE_INSTRUMENT_FIELD)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;aspect=fixed;shape=mxgraph.pid2inst.discInst;mounting=field',
},
_original_width: 50,
_original_height: 50,
}
Discrete Instrument (inaccessible)
- Preview
- Usage
- Definition
import { DiscreteInstrumentInaccessible } from '@dinghy/diagrams/entitiesProcEngInstruments'
<DiscreteInstrumentInaccessible/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DISCRETE_INSTRUMENT_INACCESSIBLE } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, DISCRETE_INSTRUMENT_INACCESSIBLE)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;aspect=fixed;shape=mxgraph.pid2inst.discInst;mounting=inaccessible',
},
_original_width: 50,
_original_height: 50,
}
Discrete Instrument (local panel)
- Preview
- Usage
- Definition
import { DiscreteInstrumentLocalPanel } from '@dinghy/diagrams/entitiesProcEngInstruments'
<DiscreteInstrumentLocalPanel/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DISCRETE_INSTRUMENT_LOCAL_PANEL } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, DISCRETE_INSTRUMENT_LOCAL_PANEL)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;aspect=fixed;shape=mxgraph.pid2inst.discInst;mounting=local',
},
_original_width: 50,
_original_height: 50,
}
Indicator (Control)
- Preview
- Usage
- Definition
import { IndicatorControl } from '@dinghy/diagrams/entitiesProcEngInstruments'
<IndicatorControl/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INDICATOR_CONTROL } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, INDICATOR_CONTROL)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;shape=mxgraph.pid2inst.indicator;mounting=room;overflow=fill;indType=ctrl',
},
_width: 50,
_height: 100,
}
Indicator (Function)
- Preview
- Usage
- Definition
import { IndicatorFunction } from '@dinghy/diagrams/entitiesProcEngInstruments'
<IndicatorFunction/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INDICATOR_FUNCTION } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, INDICATOR_FUNCTION)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;shape=mxgraph.pid2inst.indicator;mounting=room;overflow=fill;indType=func',
},
_width: 50,
_height: 100,
}
Indicator (Instrument)
- Preview
- Usage
- Definition
import { IndicatorInstrument } from '@dinghy/diagrams/entitiesProcEngInstruments'
<IndicatorInstrument/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INDICATOR_INSTRUMENT } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, INDICATOR_INSTRUMENT)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;shape=mxgraph.pid2inst.indicator;mounting=room;overflow=fill;indType=inst',
},
_width: 50,
_height: 100,
}
Indicator (PLC)
- Preview
- Usage
- Definition
import { IndicatorPlc } from '@dinghy/diagrams/entitiesProcEngInstruments'
<IndicatorPlc/>
// or
import { extendStyle } from "@dinghy/base-components";
import { INDICATOR_PLC } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, INDICATOR_PLC)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;shape=mxgraph.pid2inst.indicator;mounting=room;overflow=fill;indType=plc',
},
_width: 50,
_height: 100,
}
Logic (control room)
- Preview
- Usage
- Definition
import { LogicControlRoom } from '@dinghy/diagrams/entitiesProcEngInstruments'
<LogicControlRoom/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOGIC_CONTROL_ROOM } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, LOGIC_CONTROL_ROOM)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;aspect=fixed;shape=mxgraph.pid2inst.logic;mounting=room',
},
_original_width: 50,
_original_height: 50,
}
Logic (field)
- Preview
- Usage
- Definition
import { LogicField } from '@dinghy/diagrams/entitiesProcEngInstruments'
<LogicField/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOGIC_FIELD } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, LOGIC_FIELD)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;aspect=fixed;shape=mxgraph.pid2inst.logic;mounting=field',
},
_original_width: 50,
_original_height: 50,
}
Logic (inaccessible)
- Preview
- Usage
- Definition
import { LogicInaccessible } from '@dinghy/diagrams/entitiesProcEngInstruments'
<LogicInaccessible/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOGIC_INACCESSIBLE } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, LOGIC_INACCESSIBLE)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;aspect=fixed;shape=mxgraph.pid2inst.logic;mounting=inaccessible',
},
_original_width: 50,
_original_height: 50,
}
Logic (local panel)
- Preview
- Usage
- Definition
import { LogicLocalPanel } from '@dinghy/diagrams/entitiesProcEngInstruments'
<LogicLocalPanel/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LOGIC_LOCAL_PANEL } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, LOGIC_LOCAL_PANEL)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;aspect=fixed;shape=mxgraph.pid2inst.logic;mounting=local',
},
_original_width: 50,
_original_height: 50,
}
Programmable Logic Control (control room)
- Preview
- Usage
- Definition
import { ProgrammableLogicControlControlRoom } from '@dinghy/diagrams/entitiesProcEngInstruments'
<ProgrammableLogicControlControlRoom/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PROGRAMMABLE_LOGIC_CONTROL_CONTROL_ROOM } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, PROGRAMMABLE_LOGIC_CONTROL_CONTROL_ROOM)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;aspect=fixed;shape=mxgraph.pid2inst.progLogCont;mounting=room',
},
_original_width: 50,
_original_height: 50,
}
Programmable Logic Control (field)
- Preview
- Usage
- Definition
import { ProgrammableLogicControlField } from '@dinghy/diagrams/entitiesProcEngInstruments'
<ProgrammableLogicControlField/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PROGRAMMABLE_LOGIC_CONTROL_FIELD } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, PROGRAMMABLE_LOGIC_CONTROL_FIELD)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;aspect=fixed;shape=mxgraph.pid2inst.progLogCont;mounting=field',
},
_original_width: 50,
_original_height: 50,
}
Programmable Logic Control (inaccessible)
- Preview
- Usage
- Definition
import { ProgrammableLogicControlInaccessible } from '@dinghy/diagrams/entitiesProcEngInstruments'
<ProgrammableLogicControlInaccessible/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PROGRAMMABLE_LOGIC_CONTROL_INACCESSIBLE } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, PROGRAMMABLE_LOGIC_CONTROL_INACCESSIBLE)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;aspect=fixed;shape=mxgraph.pid2inst.progLogCont;mounting=inaccessible',
},
_original_width: 50,
_original_height: 50,
}
Programmable Logic Control (local panel)
- Preview
- Usage
- Definition
import { ProgrammableLogicControlLocalPanel } from '@dinghy/diagrams/entitiesProcEngInstruments'
<ProgrammableLogicControlLocalPanel/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PROGRAMMABLE_LOGIC_CONTROL_LOCAL_PANEL } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, PROGRAMMABLE_LOGIC_CONTROL_LOCAL_PANEL)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;aspect=fixed;shape=mxgraph.pid2inst.progLogCont;mounting=local',
},
_original_width: 50,
_original_height: 50,
}
Shared Control/Display in DCS (control room)
- Preview
- Usage
- Definition
import { SharedControlDisplayInDcsControlRoom } from '@dinghy/diagrams/entitiesProcEngInstruments'
<SharedControlDisplayInDcsControlRoom/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SHARED_CONTROL_DISPLAY_IN_DCS_CONTROL_ROOM } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, SHARED_CONTROL_DISPLAY_IN_DCS_CONTROL_ROOM)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;aspect=fixed;shape=mxgraph.pid2inst.sharedCont;mounting=room',
},
_original_width: 50,
_original_height: 50,
}
Shared Control/Display in DCS (field)
- Preview
- Usage
- Definition
import { SharedControlDisplayInDcsField } from '@dinghy/diagrams/entitiesProcEngInstruments'
<SharedControlDisplayInDcsField/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SHARED_CONTROL_DISPLAY_IN_DCS_FIELD } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, SHARED_CONTROL_DISPLAY_IN_DCS_FIELD)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;aspect=fixed;shape=mxgraph.pid2inst.sharedCont;mounting=field',
},
_original_width: 50,
_original_height: 50,
}
Shared Control/Display in DCS (inaccessible)
- Preview
- Usage
- Definition
import { SharedControlDisplayInDcsInaccessible } from '@dinghy/diagrams/entitiesProcEngInstruments'
<SharedControlDisplayInDcsInaccessible/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SHARED_CONTROL_DISPLAY_IN_DCS_INACCESSIBLE } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, SHARED_CONTROL_DISPLAY_IN_DCS_INACCESSIBLE)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;aspect=fixed;shape=mxgraph.pid2inst.sharedCont;mounting=inaccessible',
},
_original_width: 50,
_original_height: 50,
}
Shared Control/Display in DCS (local panel)
- Preview
- Usage
- Definition
import { SharedControlDisplayInDcsLocalPanel } from '@dinghy/diagrams/entitiesProcEngInstruments'
<SharedControlDisplayInDcsLocalPanel/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SHARED_CONTROL_DISPLAY_IN_DCS_LOCAL_PANEL } from '@dinghy/diagrams/entitiesProcEngInstruments'
<Shape
{...props}
_style={extendStyle(props, SHARED_CONTROL_DISPLAY_IN_DCS_LOCAL_PANEL)}
/>
{
_style: {
entity: 'html=1;outlineConnect=0;align=center;dashed=0;aspect=fixed;shape=mxgraph.pid2inst.sharedCont;mounting=local',
},
_original_width: 50,
_original_height: 50,
}