File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
TiaCodegen/Commands/Functions Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
66namespace TiaCodegen . Commands . Functions
77{
8- public class FDBACK : SystemFunctionBlockCall
8+ public class FDBACKCall : SystemFunctionBlockCall
99 {
10- public FDBACK ( string instanceName ,
10+ public FDBACKCall ( string instanceName ,
1111 IOperationOrSignal on = null ,
1212 IOperationOrSignal feedback = null ,
1313 IOperationOrSignal qbad_fio = null ,
@@ -30,7 +30,7 @@ public FDBACK(string instanceName,
3030 Interface [ "ACK_REQ" ] = new IOperationOrSignalDirectionWrapper ( ack_req , Direction . Output ) ;
3131 Interface [ "DIAG" ] = new IOperationOrSignalDirectionWrapper ( diag , Direction . Output ) ;
3232
33- SafetyTemplateString = @" <TemplateValue Name=""f_user_card"" Type=""Cardinality"">1</TemplateValue>
33+ AdditionalSafetyTemplateValues = @" <TemplateValue Name=""f_user_card"" Type=""Cardinality"">1</TemplateValue>
3434 <TemplateValue Name=""f_image_card"" Type=""Cardinality"">0</TemplateValue>" ;
3535
3636 Children . AddRange ( Interface . Values . Where ( x => x . OperationOrSignal != null ) . Select ( x => x . OperationOrSignal ) ) ;
You can’t perform that action at this time.
0 commit comments