Main Content
plcsetup
Syntax
Description
plcsetup(
sets the
modelname
)ProdHWDeviceType
parameter of the model specified by
modelname
to 'Generic->Custom'
for PLC code
generation. You must open the model before you use the plcsetup
function. After using plcsetup
, you can use
set_param
to modify the default settings. For
example:
set_param(gcs,"ProdHWDeviceType","32-bit generic");
Input Arguments
Version History
Introduced in R2023b