FB_MdTempGrouping
This machine data component contains parameters that are relevant for managing the temperature channels in a group. This creates compatibility with FB_MdTempChannel so that parameters of a temperature channel can be loaded.
Syntax:
FUNCTION_BLOCK FB_MdTempGrouping EXTENDS FB_MdTempChannel
Machine data
Index (Identifier) | Parameter | PLC storage location |
---|---|---|
| GroupID (ModuleID) | |
| TuningLastExecution | |
| TuningRequired | |
| ConfigID | |
| ChannelIdx | |
| ZoneID | |
| SupplyID | |
| ExtruderID | |
| OutputSel_C | |
| OutputSel_H | |
| OutputDelay | |
| ZoneName (15 indices) | |
| TuningLastExecution | |
| TuningRequired | |
| ConfigID | |
| ChannelIdx | |
| TempSensTerm | |
| SensorType | |
| TermChannel | |
| TuningMethod | |
| ColdJunction.CompMode | |
| ColdJunction.CompZone | |
| CoolerSwapIdx | |
| HeaterSwapIdx | |
| SensTermSwapIdx | |
| SensorOffset | |
| SensorLowerRange | |
| SensorUpperRange | |
| ActTempGain | |
| ActTempOffset | |
| InUse | |
| Enable | |
| UseCooling | |
| TuneCooling | |
| ForcedCoolingEnabled | |
| ExtruderCompEna | |
| EnableErrorHeating | |
| NoFanWhileTrackdown | |
| OpenLoopHeating | |
| TuneExtruderComp | |
| TuneHeaterLoad | |
| TuneIdleLoad | |
| HibernateICtrlHeat | |
| HibernateICtrlCool | |
| HighPrecision | |
| DisableAutoStep | |
| DisableTerminalCom | |
| Kp (Heat/Cool) | |
| Td (Heat/Cool) | |
| Tn (Heat/Cool) | |
| Tv (Heat/Cool) | |
| Kff (Heat/Cool) | |
| ICtrlLimit | |
| TuneEnd | |
| TuneKp | |
| TuneTd | |
| TuneTn | |
| TuneTv | |
| TuneY | |
| Overshoot | |
| dTmax | |
| TuneTrackingTd | |
| TrackingRate | |
| WeightingCooling | |
| ErrorHeatingFactor | |
| RampingRate | |
| RampingTolerance | |
| RampingRateCooling | |
| TrackingTd | |
| SettlingTime | |
| LoadIdle | |
| ForcedCoolingOffTime | |
| ForcedCoolingOnTime | |
| ExtruderComp | |
| SupplyLoadHeater | |
| SupplyLoad | |
| SupplyLoadCooler | |
| AbsoluteHigh | |
| AbsoluteLow | |
| PwmMinOnTime | |
| PwmMaxOnTime | |
| PwmFactorCooling | |
| GroupID (ModuleID) | <Local> ( |
| ConfigID | |
| ChannelIdx |
Properties
Name | Type | Access | Initial value | Description |
---|---|---|---|---|
Connected | BOOL | Get | FALSE | Component is connected to its dependencies (except for the MD container). |
FB_MdTempGrouping | ||||
ChannelIdx | INT | Get | 0 | Channel index that was read in |
ConfigID | UDINT | Get | 0 | ID of the group configuration (incremental) that was read in |
GroupID | INT | Get | 0 | Index (ID) of the group that was read in |
OverflowMode | BOOL | Get, Set | FALSE | Overflow mode: The component can read |
ReadMode | BOOL | Get, Set | FALSE | The class does not transfer the data during the loading process, but saves it locally. |
FB_MdBaseComponent | ||||
LinkedContainer | Get | NULL | Points to the container to which the component was appended. | |
Tc3_PlasticFunctions.FB_MdComponent | ||||
Further characteristics | <> | <> | <> | Implemented by FB_MdComponent |
Methods
Name | Description |
---|---|
AddNextComponent() | Adds the subsequent component to the component (list). |
FB_MdTempGrouping | |
ClearChain() | Overwritten FB_MdComponent method, which additionally disables |
ClearReadValuesRecurse() | Sets the data loaded in |
ReadModeRecurse( | Sets the |
SyncConfig() | Adopts the configuration from the ReadMode. |
FB_MdTempChannel | |
ConnectChannel( | Connects the component with the necessary dependency. |
FB_MdBaseComponent | |
[ | Used with inheriting classes to initialize the encoding offset after |
[ | Used with the inheriting class to initialize the encoding offset. |
[ | Simplified method for reading a text-based machine data parameter. This method is used within the MdNextParameter(...) Callback method. |
[ | Simplified method for writing a text-based machine data parameter. This method is used within the MdSetParameter(...) Callback method. |
Tc3_PlasticFunctions.FB_MdComponent | |
Other methods | Implemented by FB_MdComponent. |
Event-driven methods (callback methods)
Name | Description |
---|---|
Container call for saving the parameters in a file, implemented by FB_MdComponent. | |
Container call for loading the parameters into the runtime, implemented by FB_MdComponent. |
Interfaces
Type | Description |
---|---|
I_MdComponent | Standard interface on FB_MdComponent |
I_MdTempGrouping | Standard interface on FB_MdTempGrouping. |
I_MdReadMode | Interface to an MD component with |
I_MdTempChannel | Standard interface on FB_MdTempChannel. |
I_MdTempZone | Standard interface on FB_MdTempZone. |
I_MdBaseComponent | Standard interface on FB_MdBaseComponent |
Further interfaces | Implemented by FB_MdComponent |
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.4024.42 | PC or CX (x64, x86) | Tc3_PlasticBaseApplication (>= v3.12.6.0) |