Siemens SIMATIC PCS 7 Programming And Operating Manual page 93

Process control system, sfc visualization v9.0
Hide thumbs Also See for SIMATIC PCS 7:
Table of Contents

Advertisement

BOOL SFCGetChartProp(LPCSTR pChartName, LPTSTR pChartComment, LONG length);
Determines the chart/instance comment.
Parameter:
pChartName(in): SFC chart name/instance name
pChartComment(out): Chart comment
length(in): Maximum length of the comment
BOOL SFCGetSequenceProp(LPCSTR pChartName, LONG lSequenceNumber, LPTSTR
pSequenceComment, LONG length);
Determines the sequencer comment.
Parameter:
pChartName(in): SFC chart name/instance name
lSequenceNumber(in): Sequencer number
pSequenceComment(out) Sequencer comment
length(in): Maximum length of the comment
BOOL SFCGetStepProp(LPCSTR pChartName, LONG lSequenceNumber, LONG
stepnumber, LPTSTR pStepComment, LONG length);
Determines the step comment.
Parameter:
pChartName(in): SFC chart name/instance name
lSequenceNumber(in): Sequencer number
lStepNumber(in): Step number
pStepComment(out): Step comment
length(in): Maximum length of the comment
BOOL SFCGetPositiontext(LPCTSTR pChartName, long lNumber, LPTSTR
pPositiontext, long length);
Determines the position text for the position text number.
Parameter:
pChartName(in): SFC instance name
lNumber(in): Position text number
pPositionstext(out): Position text
length(in): Maximum length of the position text
SFC Visualization (V9.0)
Programming and Operating Manual, 05/2017, A5E41356392-AA
Appendix
7.3 SFC API functions
93

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents