is there any additional documentation to the "Target-Visualization, Interface Description", Document Version 1.0,
Ref: tech_doc_e.doc / V1.2.
Some parameter are not included in this document.
Actually interesting would be the nType Parameter from the function 2.19:
FUNCTION Printf : STRING
VAR_INPUT
stFormat: STRING;
dwValue: DWORD;
nType: INT;
END_VAR
Is to be used just like the C function sprintf, yet only one variable is needed in the formatted string.
Thanks and
best Regards
Christian
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
most probably it is working like the %2.3f function, just try it.
you will not be punished for trying.
and yes i agree the description of a lot of functions and libraries is very poor.
when i write my own it is the same, when it works i use it. even without comments and manual.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
is there any additional documentation to the "Target-Visualization, Interface Description", Document Version 1.0,
Ref: tech_doc_e.doc / V1.2.
Some parameter are not included in this document.
Actually interesting would be the nType Parameter from the function 2.19:
Thanks and
best Regards
Christian
could not find your function but yes it is standard C.
Thanks, but C does not have the nType Parameter, can it be omitted?
Printf is Part of the SysLibTargetVisu
most probably it is working like the %2.3f function, just try it.
you will not be punished for trying.
and yes i agree the description of a lot of functions and libraries is very poor.
when i write my own it is the same, when it works i use it. even without comments and manual.