Main Content

Show Full Target List

Show the full list of supported target IDEs

Model Configuration Pane: PLC Code Generation

Description

You can change the contents of the reduced Target IDE list using the plccoderpref function. See plccoderpref.

View the full list of supported target IDEs in the Target IDE drop-down list. For more information, see Target IDE. This option is available on the PLC Code Generation pane in the Configuration Parameters dialog box.

Settings

on (default) | off

Default: On

On

The Target IDE list displays the full set of supported IDEs. For more information, see Supported IDE Platforms.

Off

The Target IDE list displays only the more commonly used IDEs. The default subset contains the following IDEs:

  • codesys23 — CODESYS Version 2.3 (default) target IDE

  • studio5000 — Rockwell Automation® Studio 5000 Logix Designer target IDE for AOI format

  • step7 — Siemens® SIMATIC® STEP® 7 target IDE

  • omron — OMRON® Sysmac® Studio

  • plcopen — PLCopen XML target IDE

You can customize the entries in the reduced Target IDE list by using the plccoderpref function.

Recommended Settings

ApplicationSetting
DebuggingNo impact
TraceabilityNo impact
EfficiencyNo impact
Safety precautionNo impact

Programmatic Use

Parameter: PLC_ShowFullTargetList
Type: string
Value: 'on' | 'off'
Default: 'on'

Version History

Introduced in R2010a

See Also