190

Click here to load reader

Code Builder - English Manual

  • Upload
    pandhu

  • View
    278

  • Download
    1

Embed Size (px)

DESCRIPTION

code builder

Citation preview

Page 1: Code Builder - English Manual

© 2009 Sielco Sistemi Srl

Code Builder Guide

Page 2: Code Builder - English Manual

Code Builder Guide

by Sielco Sistemi Srl

Code Builder is the integrated development environmentthat gives the possibility to enrich and personalise theapplication; a simple C-like programming language allowsthe programmer to interact with all the elements of WinlogPro (tags, templates, recipes, reports, etc.), to define loopsor "if-then-else" conditions, to create functions (Macro) thatcan be executed automatically or under operator control.The editor allows an easy recalling of all functions andlanguage structures and provides a series of syntacticcontrols.

Page 3: Code Builder - English Manual

3Contents

© 2009 Sielco Sistemi Srl

Table of Contents

Foreword 0

Part I Introduction 12

Part II The first step 14

Part III Speedbar 17

Part IV Advanced use of the keyboard 19

Part V The use of the mouse 21

Part VI The use of the clipboard 23

Part VII Menus 25

................................................................................................................................... 251 Introduction

................................................................................................................................... 252 Files

......................................................................................................................................................... 25Introduction

......................................................................................................................................................... 26New

......................................................................................................................................................... 26Open

......................................................................................................................................................... 26Close

......................................................................................................................................................... 26Save

......................................................................................................................................................... 27Save As

......................................................................................................................................................... 27Projects

......................................................................................................................................................... 28Reopen

......................................................................................................................................................... 28Print

......................................................................................................................................................... 29Print Setup

......................................................................................................................................................... 29Exit

................................................................................................................................... 293 Edit

......................................................................................................................................................... 29Introduction

......................................................................................................................................................... 29Undo

......................................................................................................................................................... 29Cut

......................................................................................................................................................... 30Copy

......................................................................................................................................................... 30Paste

......................................................................................................................................................... 30Delete

......................................................................................................................................................... 30Preferences

................................................................................................................................... 304 Search

......................................................................................................................................................... 30Introduction

......................................................................................................................................................... 30Find

......................................................................................................................................................... 31Replace

......................................................................................................................................................... 31Search again

................................................................................................................................... 315 Syntax

......................................................................................................................................................... 31Introduction

......................................................................................................................................................... 31Analyse

......................................................................................................................................................... 31Analyse project

................................................................................................................................... 326 Window

Page 4: Code Builder - English Manual

Code Builder Guide4

© 2009 Sielco Sistemi Srl

......................................................................................................................................................... 32Introduction

......................................................................................................................................................... 32Cascade

......................................................................................................................................................... 32Tile

......................................................................................................................................................... 32Arrange icons

......................................................................................................................................................... 32Minimize all

................................................................................................................................... 327 Help

......................................................................................................................................................... 32Introduction

......................................................................................................................................................... 33Help

......................................................................................................................................................... 33Contents

......................................................................................................................................................... 33Index

Part VIII How to configure the integratedenvironment 35

................................................................................................................................... 351 Introduction

................................................................................................................................... 352 Colors

................................................................................................................................... 363 Editor

Part IX API 38

................................................................................................................................... 381 Introduction

................................................................................................................................... 382 Bit

......................................................................................................................................................... 38BitAnd

......................................................................................................................................................... 38BitMask

......................................................................................................................................................... 39BitNot

......................................................................................................................................................... 39BitOr

......................................................................................................................................................... 40BitXor

......................................................................................................................................................... 40GetBit

......................................................................................................................................................... 41ResetBit

......................................................................................................................................................... 41SetBit

................................................................................................................................... 423 Date and Time

......................................................................................................................................................... 42DateTimeToSeconds

......................................................................................................................................................... 43GetDateString

......................................................................................................................................................... 43GetDayFromSeconds

......................................................................................................................................................... 44GetDayOfMonth

......................................................................................................................................................... 44GetDayOfWeek

......................................................................................................................................................... 44GetHour

......................................................................................................................................................... 45GetHourFromSeconds

......................................................................................................................................................... 45GetMilliseconds

......................................................................................................................................................... 46GetMinute

......................................................................................................................................................... 46GetMinuteFromSeconds

......................................................................................................................................................... 47GetMonth

......................................................................................................................................................... 47GetMonthFromSeconds

......................................................................................................................................................... 47GetSecond

......................................................................................................................................................... 48GetSecondFromSeconds

......................................................................................................................................................... 48GetTickCount

......................................................................................................................................................... 49GetTimeString

......................................................................................................................................................... 49GetYear

......................................................................................................................................................... 50GetYearFromSeconds

......................................................................................................................................................... 50SetDateTime

......................................................................................................................................................... 51UnsignedGetTickCount

................................................................................................................................... 514 Devices

Page 5: Code Builder - English Manual

5Contents

© 2009 Sielco Sistemi Srl

......................................................................................................................................................... 51DeviceEnableCommunication

......................................................................................................................................................... 52DeviceName

......................................................................................................................................................... 52GetDeviceRxErrors

......................................................................................................................................................... 53GetDeviceTxErrors

......................................................................................................................................................... 53IsDeviceCommunicationEnabled

......................................................................................................................................................... 54IsDeviceCommunicationKo

......................................................................................................................................................... 54ResetDeviceRxErrors

......................................................................................................................................................... 54ResetDeviceTxErrors

................................................................................................................................... 555 Directory

......................................................................................................................................................... 55DirectoryCreate

......................................................................................................................................................... 55DirectoryDelete

......................................................................................................................................................... 56DirectoryGetCurrent

......................................................................................................................................................... 56DirectorySetCurrent

................................................................................................................................... 566 Files

......................................................................................................................................................... 56FileAttrFound

......................................................................................................................................................... 57FileAttrFoundEx

......................................................................................................................................................... 57FileCopy

......................................................................................................................................................... 58FileClose

......................................................................................................................................................... 58FileDelete

......................................................................................................................................................... 59FileEof

......................................................................................................................................................... 59FileExist

......................................................................................................................................................... 60FileFindClose

......................................................................................................................................................... 60FileFindCloseEx

......................................................................................................................................................... 60FileFindFirst

......................................................................................................................................................... 61FileFindFirstEx

......................................................................................................................................................... 61FileFindNext

......................................................................................................................................................... 62FileFindNextEx

......................................................................................................................................................... 62FileGetAttr

......................................................................................................................................................... 63FileSetAttr

......................................................................................................................................................... 63FileGetSize

......................................................................................................................................................... 63FileMove

......................................................................................................................................................... 64FileNameFound

......................................................................................................................................................... 64FileNameFoundEx

......................................................................................................................................................... 65FileOpen

......................................................................................................................................................... 66FilePos

......................................................................................................................................................... 66FileRead

......................................................................................................................................................... 66FileReadLn

......................................................................................................................................................... 67FileRename

......................................................................................................................................................... 67FileSeek

......................................................................................................................................................... 68FileSize

......................................................................................................................................................... 68FileSplitPath

......................................................................................................................................................... 69FileWrite

......................................................................................................................................................... 69FileWriteLn

................................................................................................................................... 707 Gates

......................................................................................................................................................... 70NumGates

.................................................................................................................................................. 70GetNumGateCommunicationStatus

.................................................................................................................................................. 70GetNumGateGateID

.................................................................................................................................................. 71GetNumGateNID

.................................................................................................................................................. 71GetNumGateProp

.................................................................................................................................................. 72GetNumGateValue

.................................................................................................................................................. 72GetNumGateValueAsString

.................................................................................................................................................. 73GetTotalNumGates

.................................................................................................................................................. 74NumGateExists

Page 6: Code Builder - English Manual

Code Builder Guide6

© 2009 Sielco Sistemi Srl

.................................................................................................................................................. 74SetNumGateValue

......................................................................................................................................................... 75DigGates

.................................................................................................................................................. 75DigGateExists

.................................................................................................................................................. 75GetDigGateCommunicationStatus

.................................................................................................................................................. 76GetDigGateGateID

.................................................................................................................................................. 76GetDigGateNID

.................................................................................................................................................. 77GetDigGateProp

.................................................................................................................................................. 77GetDigGateValue

.................................................................................................................................................. 78GetTotalDigGates

.................................................................................................................................................. 78SetDigGateValue

......................................................................................................................................................... 79CmpGates

.................................................................................................................................................. 79CmpGateExists

.................................................................................................................................................. 79GetCmpGateGateID

.................................................................................................................................................. 80GetCmpGateNID

.................................................................................................................................................. 80GetCmpGateValue

.................................................................................................................................................. 81GetCmpGateValueAsString

.................................................................................................................................................. 81GetTotalCmpGates

......................................................................................................................................................... 82StrGates

.................................................................................................................................................. 82GetStrGateCommunicationStatus

.................................................................................................................................................. 82GetStrGateGateID

.................................................................................................................................................. 83GetStrGateNID

.................................................................................................................................................. 83GetStrGateValue

.................................................................................................................................................. 84GetStrGateProp

.................................................................................................................................................. 84SetStrGateValue

.................................................................................................................................................. 85GetTotalStrGates

.................................................................................................................................................. 85StrGateExists

......................................................................................................................................................... 86EvnGates

.................................................................................................................................................. 86EvnGateExists

.................................................................................................................................................. 86GetEvnGateAckedStatus

.................................................................................................................................................. 87GetEvnGateGateID

.................................................................................................................................................. 87GetEvnGateNID

.................................................................................................................................................. 88GetEvnGateMsg

.................................................................................................................................................. 88GetEvnGateValue

.................................................................................................................................................. 89GetTotalEventGates

................................................................................................................................... 898 Generic

......................................................................................................................................................... 89Beep

......................................................................................................................................................... 89CloseKeyboard

......................................................................................................................................................... 90CloseSession

......................................................................................................................................................... 90CloseWindow

......................................................................................................................................................... 91EnableShutdown

......................................................................................................................................................... 91Exec

......................................................................................................................................................... 92ExecEx

......................................................................................................................................................... 92FileOpenDialog

......................................................................................................................................................... 94FileSaveDialog

......................................................................................................................................................... 95GetCurrentLanguage

......................................................................................................................................................... 96GetProjectCaption

......................................................................................................................................................... 96GetProjectName

......................................................................................................................................................... 97GetProjectPath

......................................................................................................................................................... 97GetShutdownStatus

......................................................................................................................................................... 98GetUserName

......................................................................................................................................................... 98GetUserGroups

......................................................................................................................................................... 99HexStrToInt

......................................................................................................................................................... 100Keyboard

......................................................................................................................................................... 100IconMessageBox

Page 7: Code Builder - English Manual

7Contents

© 2009 Sielco Sistemi Srl

......................................................................................................................................................... 102InputDialog

......................................................................................................................................................... 102IntToHexStr

......................................................................................................................................................... 103Logout

......................................................................................................................................................... 103Message Beep

......................................................................................................................................................... 104MessageBox

......................................................................................................................................................... 105Play

......................................................................................................................................................... 105PlaySound

......................................................................................................................................................... 105PrintString

......................................................................................................................................................... 106QuestionBox

......................................................................................................................................................... 107RealToInt

......................................................................................................................................................... 107ShellExec

......................................................................................................................................................... 108Sleep

......................................................................................................................................................... 108StopFunction

......................................................................................................................................................... 109StopSound

......................................................................................................................................................... 109WindowIsOpen

................................................................................................................................... 1109 Internet

......................................................................................................................................................... 110SendMail

......................................................................................................................................................... 111FTP

.................................................................................................................................................. 111FTPConnect

.................................................................................................................................................. 112FTPDisconnect

.................................................................................................................................................. 113FTPGet

.................................................................................................................................................. 114FTPPut

................................................................................................................................... 11510 Math

......................................................................................................................................................... 115Abs

......................................................................................................................................................... 115ArcCos

......................................................................................................................................................... 116ArcSin

......................................................................................................................................................... 116ArcTan

......................................................................................................................................................... 117Cos

......................................................................................................................................................... 117Exp

......................................................................................................................................................... 117Log

......................................................................................................................................................... 118Mod

......................................................................................................................................................... 118Pow

......................................................................................................................................................... 119Rand

......................................................................................................................................................... 119Round

......................................................................................................................................................... 119Sin

......................................................................................................................................................... 120Sqrt

......................................................................................................................................................... 120Tan

................................................................................................................................... 12111 Modem

......................................................................................................................................................... 121ModemAvailable

......................................................................................................................................................... 121ModemDial

......................................................................................................................................................... 122ModemHangup

......................................................................................................................................................... 122ModemSendSMS

......................................................................................................................................................... 123ModemSetPIN

......................................................................................................................................................... 124ModemSetServicesCenter

......................................................................................................................................................... 124ModemSetTextMode

................................................................................................................................... 12512 Recipes

......................................................................................................................................................... 125RecipeCreate

......................................................................................................................................................... 125RecipeExecute

......................................................................................................................................................... 126RecipeImport

................................................................................................................................... 12613 Report

......................................................................................................................................................... 126ReportAppendRecord

......................................................................................................................................................... 127ReportCreate

Page 8: Code Builder - English Manual

Code Builder Guide8

© 2009 Sielco Sistemi Srl

......................................................................................................................................................... 127ReportDisplay

......................................................................................................................................................... 128ReportGetPeriodType

......................................................................................................................................................... 128ReportInsertText

......................................................................................................................................................... 129ReportInsertTemplate

......................................................................................................................................................... 129ReportInsertTemplateEx

......................................................................................................................................................... 130ReportInsertHistoricalAlarmsRTF

......................................................................................................................................................... 133ReportInsertHistoricalAlarmsTXT

......................................................................................................................................................... 135ReportLotTime

......................................................................................................................................................... 136ReportPrint

......................................................................................................................................................... 136ReportSetFullPathFileName

......................................................................................................................................................... 137ReportSetPeriodDayOfWeek

......................................................................................................................................................... 138ReportSetPeriodDayOfMonth

......................................................................................................................................................... 139ReportSetPeriodDayAndMonth

......................................................................................................................................................... 140ReportSetPeriodNone

......................................................................................................................................................... 140ReportSetPeriodTime

......................................................................................................................................................... 141ReportShowCreationList

......................................................................................................................................................... 141ReportShowHistList

......................................................................................................................................................... 142ReportInsertText, ReportInsertTemplate example

......................................................................................................................................................... 144Report: Note

................................................................................................................................... 14414 String

......................................................................................................................................................... 144CharToStr

......................................................................................................................................................... 145Eol

......................................................................................................................................................... 145IntToStr

......................................................................................................................................................... 145RealToStr

......................................................................................................................................................... 146StrCase

......................................................................................................................................................... 146StrConcat

......................................................................................................................................................... 147StrDelete

......................................................................................................................................................... 147StrLen

......................................................................................................................................................... 147StrOfChar

......................................................................................................................................................... 148StrPos

......................................................................................................................................................... 148StrSubString

......................................................................................................................................................... 149StrToChar

......................................................................................................................................................... 149StrToInt

......................................................................................................................................................... 149StrToReal

................................................................................................................................... 15015 Template

......................................................................................................................................................... 150TPageClose

......................................................................................................................................................... 150TPageOpen

......................................................................................................................................................... 151TPagePrint

......................................................................................................................................................... 151TemplateAlarmsStatus

......................................................................................................................................................... 151TemplateChart

......................................................................................................................................................... 152TemplateDefineGroupNames

......................................................................................................................................................... 152TemplateDefinePagesAccess

......................................................................................................................................................... 153TemplateDefineUsers

......................................................................................................................................................... 153TemplateDevicesStatus

......................................................................................................................................................... 154TemplateEventsStatus

......................................................................................................................................................... 154TemplateGatesStatus

......................................................................................................................................................... 154TemplateHistAlarms

......................................................................................................................................................... 155TemplateHistEvents

......................................................................................................................................................... 155TemplateMakeReport

......................................................................................................................................................... 156TemplateMultilanguage

......................................................................................................................................................... 156TemplatePassword

......................................................................................................................................................... 157TemplatePrinterSetup

......................................................................................................................................................... 157TemplateRecipe

......................................................................................................................................................... 157TemplateSystemStatus

Page 9: Code Builder - English Manual

9Contents

© 2009 Sielco Sistemi Srl

......................................................................................................................................................... 158TemplateUserChanges

......................................................................................................................................................... 158TemplateViewReport

................................................................................................................................... 15916 Template objects

......................................................................................................................................................... 159Generic

.................................................................................................................................................. 159TObjEndUpdate

.................................................................................................................................................. 159TObjFunction

.................................................................................................................................................. 160TObjGetH

.................................................................................................................................................. 160TObjGetPropertyInt

.................................................................................................................................................. 161TObjGetStatus

.................................................................................................................................................. 161TObjGetText

.................................................................................................................................................. 162TObjGetW

.................................................................................................................................................. 162TObjGetX

.................................................................................................................................................. 162TObjGetY

.................................................................................................................................................. 163TObjBeginUpdate

.................................................................................................................................................. 163TObjSetPropertyBool

.................................................................................................................................................. 164TObjSetPropertyInt

.................................................................................................................................................. 164TObjSetPropertyReal

.................................................................................................................................................. 165TObjSetPropertyString

.................................................................................................................................................. 165TObjSetPropertyUnsigned

.................................................................................................................................................. 166TObjSetSize

.................................................................................................................................................. 166TObjSetStatus

.................................................................................................................................................. 167TObjSetText

.................................................................................................................................................. 167TObjSetXY

......................................................................................................................................................... 168Chart

.................................................................................................................................................. 168ChartEndDrawingFlagReset

.................................................................................................................................................. 168ChartEndDrawingFlagStatus

.................................................................................................................................................. 169ChartSetTimeRange

.................................................................................................................................................. 169ChartSetTimeRangeStartWidth

.................................................................................................................................................. 170ChartSetTimeRangeEndWidth

......................................................................................................................................................... 170HistAlarmsView

.................................................................................................................................................. 170HisViewEnablePrintOnCreation

.................................................................................................................................................. 171HisViewSetTimeRange

.................................................................................................................................................. 171HisViewSetTimeRangeStartWidth

.................................................................................................................................................. 172HisViewSetTimeRangeEndWidth

Part X Language Elements 174

................................................................................................................................... 1741 Introduction

................................................................................................................................... 1742 Foreword

................................................................................................................................... 1753 Variables

................................................................................................................................... 1764 Types

......................................................................................................................................................... 176Introduction

......................................................................................................................................................... 176Integer

......................................................................................................................................................... 176Real

......................................................................................................................................................... 176Boolean

......................................................................................................................................................... 176String

................................................................................................................................... 1765 Functions

................................................................................................................................... 1796 Instructions

......................................................................................................................................................... 179Introduction

......................................................................................................................................................... 179Function call

......................................................................................................................................................... 179Assignment

......................................................................................................................................................... 179Return value

Page 10: Code Builder - English Manual

Code Builder Guide10

© 2009 Sielco Sistemi Srl

......................................................................................................................................................... 180If Then Else condition

......................................................................................................................................................... 180For Next cycle

......................................................................................................................................................... 181While cycle

......................................................................................................................................................... 181Do While cycle

................................................................................................................................... 1817 Expressions

................................................................................................................................... 1828 Operators

Index 184

Page 11: Code Builder - English Manual

Part

I

Page 12: Code Builder - English Manual

12 Code Builder Guide

© 2009 Sielco Sistemi Srl

1 Introduction

The Code Builder is a development environment designed for making easier the writing offunctions in the language. It allows to write code, to save it permanently, to create a new one, tocheck its syntax and more besides; it offers a series of search and text editing operations typicalof editors; moreover, to simplify and reduce the presence of errors, the characters sequences aredisplayed in different colors, depending on their role in the syntax. As far as the language isconcerned, refer to what is written in the Language chapter, here there is only a guide to the useof the development environment.

Page 13: Code Builder - English Manual

Part

II

Page 14: Code Builder - English Manual

14 Code Builder Guide

© 2009 Sielco Sistemi Srl

2 The first step

Now you'll see a first example of how to use the integrated environment. First of all open CodeBuilder; below you can see Code Builder just opened.

The integrated environment consists of menus, speed buttons, a status bar for the information (atthe bottom) and an empty workspace.

The code windows on which to work will be shown in the workspace.

First of all open a file; select Open... from the menu File.

These are the steps you have to take to open an already existing file; now in the workspace youcan see a new window with in it the content of the file just loaded.

Page 15: Code Builder - English Manual

15The first step

© 2009 Sielco Sistemi Srl

Note, in the new window, the different color of the example code. The text is colored according tothe analysis made by the internal recognizer of Code Builder that categorizes the text elements.Of course you can change the attributes of every category at will, while the rules differentiating theclasses of elements can not be changed and have their origin in the language syntax.

You may note, on the status bar, some elements that were not there before; they are the cursorposition (row : column) in the first rectangle, and the word insertion in the third rectangle; this wordindicates that every character typed with the keyboard will be inserted in the present position ofthe cursor. You can also decide to replace the characters instead of inserting them. Pressing theINS key you will note two changes: the cursor shape is wider and on the bar there is the word overwriting. This way the characters are no longer inserted in the text but they overwrite it; to goback to the insertion mode just press again INS.

Page 16: Code Builder - English Manual

Part

III

Page 17: Code Builder - English Manual

17Speedbar

© 2009 Sielco Sistemi Srl

3 Speedbar

The speedbar (figure below) has speed buttons for functions frequently called up from the menus.

By placing the mouse pointer on one of these buttons, a brief explanation of the function will bedisplayed.

Page 18: Code Builder - English Manual

Part

IV

Page 19: Code Builder - English Manual

19Advanced use of the keyboard

© 2009 Sielco Sistemi Srl

4 Advanced use of the keyboard

With the keyboard it is possible to access several functions provided by the menus; we havealready seen that beside some menu items there is a combination of keys.

However, there are functions that can be accessed only through the keyboard: in the table thereis a list of keys and their function.

Page 20: Code Builder - English Manual

Part

V

Page 21: Code Builder - English Manual

21The use of the mouse

© 2009 Sielco Sistemi Srl

5 The use of the mouse

Right mouse buttons open a context menu with some common functions that aid user to writecode

API let you choose all built-in functions in the libraries, you can browse them in menulike way.Click on the name and the CBuilder add prototype in the current code window at the cursorposition.

Structures like functions let you browse and add language structures.

Page 22: Code Builder - English Manual

Part

VI

Page 23: Code Builder - English Manual

23The use of the clipboard

© 2009 Sielco Sistemi Srl

6 The use of the clipboard

The clipboard is an area, that can't be accessed directly, where you can insert or remove text.

The text on which you want to do some deleting or transfer operations must be, first of all,selected. To select the text you have to hold down the SHIFT key and move the cursor on thescreen so as to highlight the desired text. As an alternative, you can use the mouse holding downthe left button.

All the highlighted text (in figure below) will be the object of the desired operation (chosen in theedit menu).

After having selected the desired text it is possible to:

· Copy it in the clipboard

· Cut it, that is to say delete it from the code and move it to the clipboard

To paste text from the clipboard you don't have to do any selection, the text in the clipboard willbe inserted where the cursor is.

The speedbar button performing the paste function is colored (icon below) only when in theclipboard there is something that can be copied.

Similarly, the buttons for copying and deleting blocks of text, are highlighted only when, in thecode you are working on, there is some selected text.

Page 24: Code Builder - English Manual

Part

VII

Page 25: Code Builder - English Manual

25Menus

© 2009 Sielco Sistemi Srl

7 Menus

7.1 Introduction

Now we are going to see in detail the functions provided by the menus.

While you are working, there are two ways to access the menus: the first is to use the mouse, thesecond is to use the ALT key in combination with the underlined letter of the menu.

The functions provided by the menus can be applied to the current code window, that is to say theone that, compared to the others, is in the foreground (as shown in figure above).

7.2 Files

7.2.1 Introduction

The File menu includes all the functions necessary to permanently store and print the code.

Page 26: Code Builder - English Manual

26 Code Builder Guide

© 2009 Sielco Sistemi Srl

From this menu you can open already existing files, save what you are working on, print it or closeit. Beside every option of the menu you may note the indication of one or more keys; for examplethe option new corresponds to the combination CTRL+N.

The three dots (...) following an item indicate that this opens a dialog box:

7.2.2 New

New: it opens an empty window in the workspace.

7.2.3 Open

Open: it shows a dialog box in which you can select the file you want to work on.

Once you have selected the desired file, just press the button Open.

7.2.4 Close

Close: it closes the window code presently in the foreground.

7.2.5 Save

Save: it stores the file you are working on; the first time you save a file, created with thecommand new, you'll see a dialog box similar to the previous one, in which you can save the filewith a name automatically created, or give a new name to it. The data will be automatically savedwithout using the dialog box, of course if the file has been saved at least once before.

Page 27: Code Builder - English Manual

27Menus

© 2009 Sielco Sistemi Srl

7.2.6 Save As

Save as: it opens every time the dialog (the same of Save) box for saving the file.

7.2.7 Projects

Projects: let you choose the projects to work with.

In this page you can choose one of the available projects or e new path.

Page 28: Code Builder - English Manual

28 Code Builder Guide

© 2009 Sielco Sistemi Srl

7.2.8 Reopen

Reopen: show you a list of recent used files (max 10 item).

7.2.9 Print

Print: it sends to the printer the content of the window code you are working on.

Page 29: Code Builder - English Manual

29Menus

© 2009 Sielco Sistemi Srl

7.2.10 Print Setup

Printer setup: it configures the print options.

7.2.11 Exit

Exit: Close CBuilder and current work session.

7.3 Edit

7.3.1 Introduction

The edit menu includes all the functions necessary for the editing of text blocks, the correction ofwrong operations and the configuration of the working environment.

7.3.2 Undo

Undo: it restores the last text deleted. This can be a character or a block of characters.

7.3.3 Cut

Cut: it deletes the text selected in the window code and copies it in a memory area (clipboard)from where it can be read later on.

Page 30: Code Builder - English Manual

30 Code Builder Guide

© 2009 Sielco Sistemi Srl

7.3.4 Copy

Copy: it takes the selected block of characters and copies it in the clipboard.

7.3.5 Paste

Paste: it reads the content of the clipboard and inserts it in the code, where the cursor is at thatmoment.

7.3.6 Delete

Delete: Delete current selected text in the current window without copying it in the clipboard..

7.3.7 Preferences

Preferences: it opens a dialog box where it is possible to configure the environment at will.

7.4 Search

7.4.1 Introduction

In this menu there are the functions needed to search and replace text.

7.4.2 Find

Find: it opens a dialog box (figure below) where you can insert one or more words you want tosearch.

In this box you can specify the search parameters. Since the operation is carried out starting fromthe present position of the cursor, you can decide to move up (Up) or down (Down) the code. Byticking the box Match case, you can require that the word is searched exactly as it had beeninserted. This way the search will distinguish capitals from small letters. After having inserted thetext in the box, press the Find next button: the cursor will position itself on the first word orexpression found in the text.

Page 31: Code Builder - English Manual

31Menus

© 2009 Sielco Sistemi Srl

7.4.3 Replace

Replace: it opens a dialog box where you can specify the text to search and replace with a newone.

It is possible to specify if the search must distinguish capitals from small letters like in the previousfunction. The button Replace All repeats the inserted replacement for all the words orexpressions found in the text.

7.4.4 Search again

Search again: it repeats the last search without opening any dialog box.

7.5 Syntax

7.5.1 Introduction

This menu offers all the functions necessary for the syntactic control of the code.

7.5.2 Analyse

Analyse: it checks the file you are working on, searching for any syntactic mistake.

7.5.3 Analyse project

Analyse project: it checks all the project, in its entirety, searching for mistakes. If it finds one, thecursor will position itself where the mistake has been found.

Page 32: Code Builder - English Manual

32 Code Builder Guide

© 2009 Sielco Sistemi Srl

7.6 Window

7.6.1 Introduction

In this menu there are the commands for the management of the windows in the workspace.

At the bottom of the menu you can see the list of the code windows present: to access one ofthem you just need to select it from the menu.

7.6.2 Cascade

Cascade: it resizes and positions all the windows in the workspace, putting one over another, butslightly moving them, so as to be able to access each of them.

7.6.3 Tile

Tile: it divides the workspace giving all the code windows the same space.

7.6.4 Arrange icons

Arrange icons: it arranges the icons of the minimized windows.

7.6.5 Minimize all

Minimize all: it reduces all the code windows to the minimum size and sort them.

7.7 Help

7.7.1 Introduction

If you need help it can be useful to read the guide or the contextual help, both accessible from the Help menu.

Page 33: Code Builder - English Manual

33Menus

© 2009 Sielco Sistemi Srl

7.7.2 Help

Help: Help you starting from the introduction.

7.7.3 Contents

Contents: Show you the tree contents of the guide.

7.7.4 Index

Index: it's the word index of the cbuilder guide

Page 34: Code Builder - English Manual

Part

VIII

Page 35: Code Builder - English Manual

35How to configure the integrated environment

© 2009 Sielco Sistemi Srl

8 How to configure the integrated environment

8.1 Introduction

There are some aspects of the integrated environment that can be configured. You can do it byselecting Preferences from the Edit menu; a number of pages will appear: every page has adifferent name, colors, editor, etc.

To access a page different from the present one you have to click on the corresponding name.Now we are going to see in detail what you can configure in these pages.

8.2 Colors

It is possible to modify the color and the style of the text elements at will. The rules differentiatingthe text elements come directly from the language syntax.

By selecting an element from the Elements list (figure below), the page will be updatedautomatically, showing the configuration for that element.

For example, as shown in figure below, the element Reserved words has bold for style, white forbackground color and black for text color.

To change the style of an element you just need to tick or remove the tick from one of the boxesgrouped in the item styles. Similarly, to choose the color you will have to click on one of thecolored squares: by clicking with the mouse left button you select the text color, (FG) while, usingthe right button you define the background color (BG).

You can configure every element to your liking and confirm the changes made pressing the

Page 36: Code Builder - English Manual

36 Code Builder Guide

© 2009 Sielco Sistemi Srl

button OK; if you want to undo the changes just press the button Cancel.

To restore the default options you can press the button Default.

The item “use default for” indicates whether you can use for every element the selectedbackground color or you have to use for all the items the background color defined by Windows.

8.3 Editor

In the Editor page (shown in figure) there are functions concerning the code windows.

Looking at a code window, you may note the presence of a vertical and two horizontal grey lines:

· The vertical line represents a limit that it is better not to overcome: you can choose if youwant to display this limit, and also in which column to place it.

· The two horizontal lines signal, in the code window, the end of the file. They also can beomitted.

Pressing the TAB key in a code window, the cursor moves as far as the next tabulation: thetabulations size can be defined through the item tabulations width.

Persistent Block is the way you can avoid deletion of current selected block while pasting data.Click its check box so selected blocks won't be cancelled if you paste with CTRL+V or menusubfunction (see cut&paste )

Page 37: Code Builder - English Manual

Part

IX

Page 38: Code Builder - English Manual

38 Code Builder Guide

© 2009 Sielco Sistemi Srl

9 API

9.1 Introduction

The API are the functions already defined. They can be called up by any program. In this chapterwe are going to list and describe all the functions, dividing them depending on theirsubject-matter.

9.2 Bit

9.2.1 BitAnd

DescriptionMakes the bitwise AND between Value1 and Value2

Syntaxint BitAnd(int Value1, int Value2)

ParametersValue1 = first number to processValue2 = second number to process

Returned valueThe result of operation Value1 AND Value2

Related functionsBitOr(),BitXor(),BitNot()

Exampleint Result;int Value1;int Value2;Value1=HexStrToInt("0xFFA7");Value2=HexStrToInt("0x0FF5");Result=BitAnd(Value1,Value2);

The Result is 0xFA5

9.2.2 BitMask

Descriptionit makes the bitwise AND between a number and a mask

Syntaxint BitMask(int Num, int Mask)

ParametersNum = number to processMask = mask (bit position from 0 to 31)

Returned valuethe result of operation

Page 39: Code Builder - English Manual

39API

© 2009 Sielco Sistemi Srl

Related functionsSetBit(), ResetBit(), GetBit()

ExampleLowByte=BitMask(Value,HexStrToInt("000000FF"));

9.2.3 BitNot

DescriptionMakes the bit negation of Value

Syntaxint BitNot(int Value)

ParametersValue = value to process

Returned valueThe result of operation NOT Value

Related functionsBitOr(),BitXor(),BitAnd()

Exampleint Result;int Value;Value=HexStrToInt("0xFFA7");Result=BitNot(Value);

The Result is 0x0058

9.2.4 BitOr

DescriptionMakes the bitwise OR between Value1 and Value2

Syntaxint BitOr(int Value1, int Value2)

ParametersValue1 = first number to processValue2 = second number to process

Page 40: Code Builder - English Manual

40 Code Builder Guide

© 2009 Sielco Sistemi Srl

Returned valueThe result of operation Value1 OR Value2

Related functionsBitXor(),BitAnd(),BitNot()

Exampleint Result;int Value1;int Value2;Value1=HexStrToInt("0xFFA7");Value2=HexStrToInt("0x0FF5");Result=BitOr(Value1,Value2);

The Result is 0xFFF7

9.2.5 BitXor

DescriptionMakes the bitwise XOR between Value1 and Value2

Syntaxint BitXor(int Value1, int Value2)

ParametersValue1 = first number to processValue2 = second number to process

Returned valueThe result of operation Value1 XOR Value2

Related functionsBitOr(),BitAnd(),BitNot()

Exampleint Result;int Value1;int Value2;Value1=HexStrToInt("0xFFA7");Value2=HexStrToInt("0x0FF5");Result=BitXor(Value1,Value2);

The Result is 0xF052

9.2.6 GetBit

Descriptionit returns you a bit from a number

Syntaxint GetBit(int Num, int Bit)

Page 41: Code Builder - English Manual

41API

© 2009 Sielco Sistemi Srl

ParametersNum = number to checkBit = Bit to check (position from 0 to 31)

Returned valuerequeste bit

Related functionsBitMask(), SetBit(),ResetBit()

ExampleEven =GetBit(A,0);

9.2.7 ResetBit

Descriptionit resets (set to 0) a specified bit of a number

Syntaxint ResetBit(int Num, int Bit)

ParametersNum = number to processBit = Bit you want to reset (bit position from 0 to 31)

Returned valuenumber with the bit low.

Related functionsBitMask(), SetBit(), GetBit()

ExampleA_even=ResetBit(A,0);

9.2.8 SetBit

Descriptionit sets (to 1) a specified bit of a number

Syntaxint SetBit(int Num, int Bit)

Parameters

Page 42: Code Builder - English Manual

42 Code Builder Guide

© 2009 Sielco Sistemi Srl

Num = integer to processBit = Bit you want to set (bit position from 0 to 31)

Returned valuethe number with the bit high

Related functionsBitMask(), ResetBit(), GetBit()

ExampleSetBit(0,28);

9.3 Date and Time

9.3.1 DateTimeToSeconds

Description

Converts date time received in input to total seconds elapsed since January 1, 1901.

SyntaxUnsigned DateTimeToSeconds(int Day,int Month,int Year,int Hour,int

Minute,int Second)

ParametersDay = day of the date/time to convert in seconds since January 1, 1901.Month = month of the date/time to convert in seconds since January 1, 1901.Year = Year of the date/time to convert in seconds since January 1, 1901.Hour = hour of the date/time to convert in seconds since January 1, 1901.Minute = minute of the date/time to convert in seconds since January 1, 1901.Seconds = second of the date/time to convert in seconds since January 1, 1901.

Returned value

the number of seconds elapsed since January 1, 1901.

Related functionsGetDayFromSeconds(),GetMonthFromSeconds(),GetYearFromSeconds(),GetHourFromSeconds(),GetMinuteFromSeconds(),GetSecondFromSeconds()

ExampleUnsigned Seconds;Seconds=DateTimeToSeconds(10,7,1970,5,34,22);

Page 43: Code Builder - English Manual

43API

© 2009 Sielco Sistemi Srl

9.3.2 GetDateString

Description

It returns a string containing the date. In it days, months and years are separated by a specifiedpunctuation character; it is possible to specify whether you want the date to be written accordingto the European style.

SyntaxString GetDateString(String Separator, Bool EuropeanStyle)

ParametersSeparator = the character separating days, months and yearsEuropeanStyle = it indicates if you want to write the date in European style

Returned valuethe date written as a string with the required specifications

Related functionsGetYear(), GetMonth(), GetDayOfMonths(), GetDayOfWeek()

ExampleCurrentDate=GetDateString("/",true);

9.3.3 GetDayFromSeconds

DescriptionReturns the day of the date/time corresponding to the total seconds since January 1, 1901 passedin input to the instruction.

SyntaxInt GetDayFromSeconds(Unsigned Seconds)

ParametersSeconds = total amount of seconds since January 1, 1901.

Returned value

the number of the day corresponding.

Related functionsDateTimeToSeconds(),GetMonthFromSeconds(),GetYearFromSeconds(),GetHourFromSeconds(),GetMinuteFromSeconds(),GetSecondFromSeconds()

ExampleUnsigned Seconds;Int Day;Seconds=DateTimeToSeconds(10,7,1970,5,34,22);Seconds=Seconds+90000; // Add 25 hoursDay=GetDayFromSeconds(Seconds);

Page 44: Code Builder - English Manual

44 Code Builder Guide

© 2009 Sielco Sistemi Srl

9.3.4 GetDayOfMonth

Description

It returns an integer number representing the current day.

SyntaxInt GetDayOfMonth()

Parameters-

Returned value

the current day as an integer number

Related functionsGetDateString(), GetYear(),GetMonth(), GetDayOfWeek()

ExampleTodayIs=GetDayOfMonth();

9.3.5 GetDayOfWeek

Description

It returns an integer number representing the current day of the week (0=Sunday, 1 =Monday,2=Tuesday, ...).

SyntaxInt GetDayOfMonth()

Parameters-

Returned value

the current day of the week as an integer number

Related functionsGetDateString(), GetYear(), GetDayOfMonth(), GetMonth()

Exampleif ( GetDayOfWeek()==0 ) then

Sunday=true;end

9.3.6 GetHour

Description

It returns an integer number representing the current hour; minutes, seconds and milliseconds arenot in the returned value.

SyntaxInt GetHour()

Parameters

Page 45: Code Builder - English Manual

45API

© 2009 Sielco Sistemi Srl

-

Returned value

the hour as an integer number

Related functionsGetTimeString(), GetMinute(), GetSecond(), GetMilliSeconds()

ExampleHour=GetHour();

9.3.7 GetHourFromSeconds

DescriptionReturns the hour of the date/time corresponding to the total seconds since January 1, 1901passed in input to the instruction.

SyntaxInt GetHourFromSeconds(Unsigned Seconds)

ParametersSeconds = total amount of seconds since January 1, 1901.

Returned value

the number of the hour corresponding.

Related functionsDateTimeToSeconds(),GetDayFromSeconds(),GetMonthFromSeconds(),GetYearFromSeconds(), GetMinuteFromSeconds(),GetSecondFromSeconds()

ExampleUnsigned Seconds;Int HourSeconds=DateTimeToSeconds(10,7,1970,5,34,22);Seconds=Seconds+90000; // Add 25 hoursHour=GetHourFromSeconds(Seconds);

9.3.8 GetMilliseconds

Description

It returns an integer number representing the number of milliseconds of the current time.

SyntaxInt GetMilliseconds()

Parameters-

Returned value

the number of milliseconds of the current time as an integer number

Page 46: Code Builder - English Manual

46 Code Builder Guide

© 2009 Sielco Sistemi Srl

Related functionsGetTimeString(), GetHour(), GetMinute(), GetSecond()

ExampleMSecs=GetSecond() / 60 + GetMilliSeconds();

9.3.9 GetMinute

Description

It returns an integer number representing the number of minutes of the current hour.

SyntaxInt GetMinute()

Parameters-

Returned value

the number of minutes of the current hour as an integer number

Related functionsGetTimeString(), GetHour(), GetSecond(), GetMilliSeconds()

ExampleSecs=GetMinute()*60;

9.3.10 GetMinuteFromSeconds

DescriptionReturns the minute of the date/time corresponding to the total seconds since January 1, 1901passed in input to the instruction.

SyntaxInt GetMinuteFromSeconds(Unsigned Seconds)

ParametersSeconds = total amount of seconds since January 1, 1901.

Returned value

the number of the minute corresponding.

Related functionsDateTimeToSeconds(),GetDayFromSeconds(),GetMonthFromSeconds(),GetYearFromSeconds(), GetHourFromSeconds(),GetSecondFromSeconds()

ExampleUnsigned Seconds;Int MinuteSeconds=DateTimeToSeconds(10,7,1970,5,34,22);Seconds=Seconds+90000; // Add 25 hoursMinute=GetMinuteFromSeconds(Seconds);

Page 47: Code Builder - English Manual

47API

© 2009 Sielco Sistemi Srl

9.3.11 GetMonth

Description

It returns an integer number representing the current month.

SyntaxInt GetMonth()

Parameters-

Returned value

the current month as an integer number

Related functionsGetDateString(), GetYear(), GetDayOfMonths(), GetDayOfWeek()

ExampleMonthLeft=12-GetMonth();

9.3.12 GetMonthFromSeconds

DescriptionReturns the month of the date/time corresponding to the total seconds since January 1, 1901passed in input to the instruction.

SyntaxInt GetMonthFromSeconds(Unsigned Seconds)

ParametersSeconds = total amount of seconds since January 1, 1901.

Returned value

the number of the month corresponding.

Related functionsDateTimeToSeconds(),GetDayFromSeconds(),GetYearFromSeconds(), GetHourFromSeconds(),GetMinuteFromSeconds(),GetSecondFromSeconds()

ExampleUnsigned Seconds;Int Month;Seconds=DateTimeToSeconds(10,7,1970,5,34,22);Seconds=Seconds+90000; // Add 25 hoursMonth=GetMonthFromSeconds(Seconds);

9.3.13 GetSecond

Description

It returns an integer number representing the number of the seconds of the current time.

Page 48: Code Builder - English Manual

48 Code Builder Guide

© 2009 Sielco Sistemi Srl

SyntaxInt GetSecond()

Parameters-

Returned value

the number of seconds of the current time as an integer number

Related functionsGetTimeString(), GetHour(), GetMinute(), GetMilliSeconds()

ExampleSecs=GetMinute()*60 + GetSecond();

9.3.14 GetSecondFromSeconds

DescriptionReturns the second of the date/time corresponding to the total seconds since January 1, 1901passed in input to the instruction.

SyntaxInt GetSecondFromSeconds(Unsigned Seconds)

ParametersSeconds = total amount of seconds since January 1, 1901.

Returned value

the number of the second corresponding.

Related functionsDateTimeToSeconds(),GetDayFromSeconds(),GetMonthFromSeconds(),GetYearFromSeconds(), GetHourFromSeconds(),GetMinuteFromSeconds()

ExampleUnsigned Seconds;Int SecondSeconds=DateTimeToSeconds(10,7,1970,5,34,22);Seconds=Seconds+90000; // Add 25 hoursSecond=GetSecondFromSeconds(Seconds);

9.3.15 GetTickCount

(OBSOLETE)

Description

It returns an integer number representing the number of milliseconds elapsed since the start ofthe system. After about 24.8 days this number is 0 again.

SyntaxInt GetTickCount()

Parameters

Page 49: Code Builder - English Manual

49API

© 2009 Sielco Sistemi Srl

-

Returned value

the number of milliseconds elapsed since the start of the system as an integer number

Related functions-

ExampleTimeFromStart = GetTickCount() / TickSize;

Note: It's recommended to use UnsignedGetTickCount().

9.3.16 GetTimeString

Description

It returns a string containing the time. In it hour, minutes, seconds and milliseconds are separatedby a specified punctuation character.

SyntaxString GetTimeString(String Separator)

Parameters

Separator = the character separating hour, minutes and seconds

Returned value

the time written as a string with the required separator

Related functionsGetHour(), GetMinute(), GetSecond(), GetMilliSeconds()

ExampleCurrentTime=GetTimeString(":");

9.3.17 GetYear

Description

It returns an integer number representing the current year.

SyntaxInt GetYear()

Parameters-

Returned value

the current year as an integer number

Related functionsGetDateString(), GetMonth(), GetDayOfMonths(), GetDayOfWeek()

Page 50: Code Builder - English Manual

50 Code Builder Guide

© 2009 Sielco Sistemi Srl

ExampleDeltayear=GetYear()-1980;

9.3.18 GetYearFromSeconds

DescriptionReturns the year of the date/time corresponding to the total seconds since January 1, 1901passed in input to the instruction.

SyntaxInt GetYearFromSeconds(Unsigned Seconds)

ParametersSeconds = total amount of seconds since January 1, 1901.

Returned value

the number of the year corresponding.

Related functionsDateTimeToSeconds(),GetDayFromSeconds(),GetMonthFromSeconds(),GetHourFromSeconds(), GetMinuteFromSeconds(),GetSecondFromSeconds()

ExampleUnsigned Seconds;Int YearSeconds=DateTimeToSeconds(10,7,1970,5,34,22);Seconds=Seconds+90000; // Add 25 hoursYear=GetYearFromSeconds(Seconds);

9.3.19 SetDateTime

Description

Set Date and Time values

Syntax

Bool SetDateTaime(Int Day,int Month,int Year,int Hour,int Minutes,int Seconds)

Parameters

int Day= day to setint Month = month to setint Year = year to setint Hour = hour to setint Minutes= minutes to setint Seconds= seconds to set

Returned value

True : if function terminated correctly.

Page 51: Code Builder - English Manual

51API

© 2009 Sielco Sistemi Srl

False: if an error happens.

Related functions-

Example

SetDateTime(10,7,1970,10,11,50);

9.3.20 UnsignedGetTickCount

Description

It returns an unsigned integer number representing the number of milliseconds elapsed since thestart of the system. After about 49.7 days this number is 0 again.

SyntaxUnsigned UnsignedGetTickCount()

Parameters-

Returned value

the number of milliseconds elapsed since the start of the system as an unsignedt integer number

Related functions-

Example

Unsigned TimeFromStart;TimeFromStart = UnsignedGetTickCount();

9.4 Devices

9.4.1 DeviceEnableCommunication

Description

Enable or disable communication with the specified device.

SyntaxBool DeviceEnableCommunication(Int Channel, Int DevNum,BoolToEnable,Bool SaveChanges)

ParametersChannel = channel number

DevNum = device number

ToEnable= if "true" the communication with device will be enabled.if "false" the communication with device will be disabled.

SaveChanges= if "true" the changes will be permanently saved.

Page 52: Code Builder - English Manual

52 Code Builder Guide

© 2009 Sielco Sistemi Srl

if "false" tha changes will be valid only in the present session.

Returned value"true" if function has been executed correctly,"false" on error.

Related functionsIsDeviceCommunicationEnabled()

Example// Enable communication with device 3 of channel 1DeviceEnableCommunication(1,3,true);

9.4.2 DeviceName

Description

Returns the name of the device specified by channel number and device name.

SyntaxString DeviceName(Int Channel, Int DevNum)

ParametersChannel = channel numberDevNum = device number

Returned valuename of the device

Related functions-

ExampleDevName = DeviceName (1,3);

9.4.3 GetDeviceRxErrors

Description

Return the number of communication errors happened douring all data read operations from thespecified device.

SyntaxInt GetDeviceRxErrors(Int Channel, Int DevNum)

ParametersChannel = channel numberDevNum = device number

Returned valueNumber of communication errors."-1" on istruction failure.

Related functionsResetDeviceRxErrors(),GetDeviceTxErrors()

Page 53: Code Builder - English Manual

53API

© 2009 Sielco Sistemi Srl

ExampleInt RxErrors;RxErrors=GetDeviceRxErrors(1,3);

9.4.4 GetDeviceTxErrors

Description

Return the number of communication errors happened douring all data write operations towardsthe specified device.

SyntaxInt GetDeviceTxErrors(Int Channel, Int DevNum)

ParametersChannel = channel numberDevNum = device number

Returned valueNumber of communication errors."-1" on istruction failure.

Related functionsResetDeviceTxErrors(),GetDeviceRxErrors()

ExampleInt TxErrors;TxErrors=GetDeviceTxErrors(1,3);

9.4.5 IsDeviceCommunicationEnabled

Description

Return the enabled/disabled device communication status.

SyntaxBool IsDeviceCommunicationEnabled(Int Channel, Int DevNum)

ParametersChannel = channel numberDevNum = device number

Returned value"true" if device communication is enabled."false" if device communication is disabled.

Related functionsDeviceEnableCommunication()

ExampleBool Status;Status=IsDeviceCommunicationEnabled(1,3);

Page 54: Code Builder - English Manual

54 Code Builder Guide

© 2009 Sielco Sistemi Srl

9.4.6 IsDeviceCommunicationKo

Description

Return the device communication status (Ok/Ko).

SyntaxBool IsDeviceCommunicationKo(Int Channel, Int DevNum)

ParametersChannel = channel numberDevNum = device number

Returned value"true" if the communication with the device is KO"false" if the communication with the device is OK

Related functionsIsDeviceCommunicationEnabled()

ExampleBool ComKo;ComKo=IsDeviceCommunicationKo(1,3);

9.4.7 ResetDeviceRxErrors

Description

Reset read errors communication counter of the device.

SyntaxBool ResetDeviceRxErrors(Int Channel, Int DevNum)

ParametersChannel = channel numberDevNum = device number

Returned value"true" if function has been executed correctly,"false" on error.

Related functionsGetDeviceRxErrors(),ResetDeviceTxErrors()

ExampleResetDeviceRxErrors(1,3);

9.4.8 ResetDeviceTxErrors

Description

Reset write errors communication counter of the device.

SyntaxBool ResetDeviceTxErrors(Int Channel, Int DevNum)

Page 55: Code Builder - English Manual

55API

© 2009 Sielco Sistemi Srl

ParametersChannel = channel numberDevNum = device number

Returned value"true" if function has been executed correctly,"false" on error.

Related functionsGetDeviceTxErrors(),ResetDeviceRxErrors()

ExampleResetDeviceTxErrors(1,3);

9.5 Directory

9.5.1 DirectoryCreate

Descriptionit creates a new directory

SyntaxBool DirectoryCreate(String DirName)

ParametersDirName = name of new directory

Returned valuetrue (directory successfully created)false (on error)

Related functionsDirectoryDelete()

ExampleDirectoryCreate("MyProj");

9.5.2 DirectoryDelete

Descriptionit deletes a directory

SyntaxBool DirectoryDelete(String DirName)

ParametersDirName = name of the directory you want to delete

Returned valuetrue (directory deleted)false (on failure)

Related functionsDirectoryCreate()

Page 56: Code Builder - English Manual

56 Code Builder Guide

© 2009 Sielco Sistemi Srl

ExampleDirectoryDelete("MyProj");

9.5.3 DirectoryGetCurrent

Descriptionit returns the current directory

SyntaxString DirectoryGetCurrent()

Parameters-

Returned valuethe current path

Related functionsDirectorySetCurrent()

ExampleSearchFor=DirectoryGetCurrent()+"\*.*";

9.5.4 DirectorySetCurrent

Descriptionit sets the current directory

SyntaxBool DirectorySetCurrent(String NewPath)

ParametersNewPath = new path you want to set

Returned valuetrue (current path updated)false (on error)

Related functionsDirectoryGetCurrent()

ExampleDirectorySetCurrent("y:\projects");

9.6 Files

9.6.1 FileAttrFound

(OBSOLETE)

DescriptionIt returns the file attribute of last file read by FileFindFirst or FileFindNext

Syntax

Page 57: Code Builder - English Manual

57API

© 2009 Sielco Sistemi Srl

Int FileAttrFound()

Parameters-

Returned valueattribute of last file found

Related functionsFileFindNext(), FileFindClose(), FileFindFirst(), FileNameFound()

ExampleExample

NB: It's recommended to use FileAttrFoundEx().

9.6.2 FileAttrFoundEx

DescriptionIt returns the file attribute of last file read by FileFindFirstEx or FileFindNextEx

SyntaxInt FileAttrFoundEx(int Handle)

ParametersHandle = this is the handle of the search in progress.

Returned valueattribute of last file found

Related functionsFileFindFirstEx() , FileFindNextEx() , FileFindCloseEx() , FileNameFoundEx()

Example-

9.6.3 FileCopy

Description

Copies a file

SyntaxBool FileCopy(String Src, String Dst, Bool IfExists)

ParametersSrc = file you want to copyDst = destination fileIfExists =true (if Dst exists it is not overwritten) / false (if Dst exists it's overwritten)

Returned valuetrue (on success)false (on failure)

Related functionsFileMove()

Page 58: Code Builder - English Manual

58 Code Builder Guide

© 2009 Sielco Sistemi Srl

Exampleif (FileExist("Promem.txt"))then

FileCopy("Promem.txt","Promem.bak",false); // overwrite if existsend

9.6.4 FileClose

Description

Closes an already open file

Syntaxint FileClose(Int Handle)

ParametersHandle = handle of the file

Returned value0 on successnon zero (on failure)

Related functionsFileOpen()

ExampleFileHandle=FileOpen("Starter.dat","rt"); // open text file for readingFileWriteLn(FileHandle,"Stringa di prova");FileWriteLn(FileHandle,"questa è la seconda riga");FileClose(FileHandle);

9.6.5 FileDelete

Descriptionit deletes a file

SyntaxBool FileDelete(String FileName)

ParametersFileName = name of the file

Returned valuetrue (on success)false (on error)

Related functions-

Exampleif (FileExist("Promem.bak"))then

FileDelete("Promem.bak");end

Page 59: Code Builder - English Manual

59API

© 2009 Sielco Sistemi Srl

9.6.6 FileEof

Descriptionit returns a nonzero value if reading/writing file pointer has arrived at the End Of File.

SyntaxInt FileEOF(Int Handle)

ParametersHandle = handle of opened file

Returned valuenonzero value at the end of the file

Related functions-

Exampleint i=0;FileHandle=FileOpen("MadeByAPI.dat","rb"); // it opensbinary file for reading

While (FileEOF(FileHandle) == 0) // it read 3chars at time i=i+1; s=FileRead(FileHandle,3); if (FileEOF(FileHandle) == 0) then // is data valid? MessageBox(s,"triplet number "+IntToStr(i)); endEndFileClose(FileHandle);

9.6.7 FileExist

Descriptionit tells you if the file exist

SyntaxBool FileExist(String FileName)

ParametersFileName = name of the file

Returned valuetrue ( it exists)false (it does not exist)

Related functions-

Exampleif (FileExist("Promem.bak")) then

FileDelete("Promem.bak");end

Page 60: Code Builder - English Manual

60 Code Builder Guide

© 2009 Sielco Sistemi Srl

9.6.8 FileFindClose

(OBSOLETE)

Descriptionit stops the process of directory file reading (started with FileFindFirst) then free used resources

Syntaxvoid FileFindClose()

Parameters-

Returned value-

Related functionsFileFindNext(), FileFindFirst(), FileNameFound(), FileAttrFound()

ExampleExample

Note: It's recommended to use FileFindCloseEx().

9.6.9 FileFindCloseEx

Descriptionit stops the process of directory file reading (started with FileFindFirstEx) then free used resources

Syntaxvoid FileFindCloseEx(int Handle)

ParametersHandle = this is the handle of the search in progress.

Returned value-

Related functionsFileFindFirstEx() , FileFindNextEx() , FileNameFoundEx() , FileAttrFoundEx()

Example-

9.6.10 FileFindFirst

(OBSOLETE)

Descriptionit starts directory file reading process

SyntaxBool FileFindFirst(String Path)

Page 61: Code Builder - English Manual

61API

© 2009 Sielco Sistemi Srl

ParametersPath = path that you want to get directory file list from

Returned valuetrue (if exist at least a file)false (empty directory)

Related functionsFileFindNext(), FileFindClose(), FileNameFound(), FileAttrFound()

ExampleExample

Note: Don't execute more than one FINDFIRST, if you start using FindFirst you have to close thereading session with FINDCLOSE to free resources.

NB: It's recommended to use FileFindFirstEx().

9.6.11 FileFindFirstEx

Descriptionit starts directory file reading process

Syntaxint FileFindFirstEx(String Path)

ParametersPath = path that you want to get directory file list from

Returned valueThe handle for the search in progress. It must be used in the following instructionsFileFindNextEx() and FileFindCloseEx().0 means error.

To know if at last one file have been found check that FileNameFoundEx() returns a stringdifferent from "".

Related functionsFileFindNextEx() , FileFindCloseEx() , FileNameFoundEx() , FileAttrFoundEx()

Example-

9.6.12 FileFindNext

(OBSOLETE)

Descriptionit goes on with the directory reading file process

SyntaxBool FileFindNext()

Page 62: Code Builder - English Manual

62 Code Builder Guide

© 2009 Sielco Sistemi Srl

Parameters-

Returned valuetrue (another file found)false (no more files)

Related functionsFileFindFirst(), FileFindClose(), FileNameFound(), FileAttrFound()

ExampleExample

Note: It's recommended to use FileFindNextEx().

9.6.13 FileFindNextEx

Descriptionit goes on with the directory reading file process

Syntaxbool FileFindNextEx(int Handle)

ParametersHandle = this is the handle of the search in progress.

Returned valuetrue (another file found)false (no more files)

Related functionsFileFindFirstEx() , FileFindCloseEx() , FileNameFoundEx() , FileAttrFoundEx()

Example-

9.6.14 FileGetAttr

Descriptionit returns attribute of a file

SyntaxInt FileGetAttr(String FileName)

ParametersFileName = name of the file

Returned valueattribute of the file

Related functionsFileSetAttr()

Example

Page 63: Code Builder - English Manual

63API

© 2009 Sielco Sistemi Srl

FileSetAttr("TryMe.bat",FileGetAttr("TryMe.bat") | 1);// this file must be READ ONLY!

9.6.15 FileSetAttr

Descriptionit sets attributes of a file

SyntaxInt FileGetAttr(String FileName,Int NewAttr)

ParametersFileName = name of the fileNewAttr = new attributes for the file

Returned value0 (attributes successfully changed)nonzero (onerror)Related functionsFileGetAttr()

Example

FileSetAttr("TryMe.bat",FileGetAttr("TryMe.bat")|1);// this file must be READ ONLY

9.6.16 FileGetSize

Descriptionit returns size of a file

SyntaxInt FileGetSize(String FileName)

ParametersFileName = name of the file

Returned valuefile size in bytes

Related functions-

Example

CCDim=FileGetSize("Command.Com");

9.6.17 FileMove

Descriptionit moves a file

SyntaxBool FileMove(String From, String To)

Page 64: Code Builder - English Manual

64 Code Builder Guide

© 2009 Sielco Sistemi Srl

ParametersFrom = name of the file you wanto to moveTo = new destination

Returned valuetrue (on success)false (on failure)

Related functionsFileCopy()

Exampleif (FileExist("Promem.txt")) then

FileMove("Promem.txt","E:\Temp\Promem.txt"); end

9.6.18 FileNameFound

(OBSOLETE)

DescriptionIt returns the file name of last file read by FileFindFirst or FileFindNext

SyntaxString FileNameFound()

Parameters-

Returned valuename of the file

Related functionsFileFindNext(), FileFindClose(), FileFindFirst()

ExampleExample

Note: It's recommended to use FileNameFoundEx().

9.6.19 FileNameFoundEx

DescriptionIt returns the file name of last file read by FileFindFirstEx or FileFindNextEx

SyntaxString FileNameFoundEx(int Handle)

ParametersHandle = this is the handle of the search in progress.

Returned value

Page 65: Code Builder - English Manual

65API

© 2009 Sielco Sistemi Srl

name of the file

Related functionsFileFindFirstEx() , FileFindNextEx() , FileFindCloseEx() , FileAttrFoundEx()

Example-

9.6.20 FileOpen

Descriptionit opens a file with specified mode

Syntaxint FileOpen(String FileName, String Mode)

ParametersFileName = name of the fileMode = open mode (see modes below)

Returned valuehandle of the file (on success) 0 (on failure)

Related functionsFileClose()

ExampleFileHandle=FileOpen("Promem.txt","wt"); // open a text file for writingFileWriteLn(FileHandle,"Stringa di prova");FileWriteLn(FileHandle,"questa è la seconda riga");FileClose(FileHandle);

Modes:

If you add t or b into the mode string, you can specify the data type you work on, text or binarydata.

Page 66: Code Builder - English Manual

66 Code Builder Guide

© 2009 Sielco Sistemi Srl

9.6.21 FilePos

Descriptionit returns the current file pointer position (file has to be opened)

SyntaxInt FilePos(Int Handle)

ParametersHandle = handle of opened file

Returned valueposition of the reading/writing file pointer

Related functionsFileSeek()

ExampleCurPos=FileSeek(CurrHandle);

9.6.22 FileRead

Descriptionit reads chars form a binary file

SyntaxString FileRead(Int Handle, Int Length)

ParametersHandle = handle of opened binary fileLength = number of chars tu read

Returned valuechars read from file

Related functionsFileWrite(), FileSize()

ExampleBuffer=FileRead(FileHandle,16); // it reads 16 chars

9.6.23 FileReadLn

Descriptionit reads a line form a text file

SyntaxString FileReadLn(Int Handle)

ParametersHandle = handle of opened text file

Returned valueline read from file

Page 67: Code Builder - English Manual

67API

© 2009 Sielco Sistemi Srl

Related functionsFileWriteLn(), FileOEF()

ExampleCurrLine=FileReadLn(TextFileHandle);

9.6.24 FileRename

Descriptionit changes the name of a file

SyntaxInt FileRename(String OldName, String NewName)

ParametersOldName = filename of the existing fileNewName = new file name for the file

Returned value0 (on success)-1 (on error)

Related functions-

Exampleif (FileExist("Promem.bak"))then

FileRename("Promem.bak","Promem.txt");end

9.6.25 FileSeek

Description

Moves the reading/writing pointer

Syntaxint FileSeek(Int Handle, Int Offset, Whence)

ParametersHandle = handle of the fileOffset = position of the pointerWhence = pointer movement from here (see table below)

Whence TableValue Description

0 it sets position from start of file1 it sets position from current pos.2 it sets position from end of file

Returned value0 on success (otherwise failure)

Page 68: Code Builder - English Manual

68 Code Builder Guide

© 2009 Sielco Sistemi Srl

Related functionsFilePos()

ExampleFileSeek (FileHandle, 15,0); // pos 15 from file start

9.6.26 FileSize

Descriptionit returns the size of an opened file

SyntaxInt FileSize(Int Handle)

ParametersHandle = handle of the opened file

Returned valuefile size in bytes

Related functions-

ExampleDirSize=DirSize+FileSize(CurrFileHandle);

9.6.27 FileSplitPath

Descriptionit splits a complete file name into its components (Drive, Path,FileName and Extension)

SyntaxString FileSplitPath(String FileName, Int Elem)

ParametersFileName = complete file nameElem = requested component:0 - Drive1 - Path2 - FileName3 - Extension

Returned valuerequested element

Related functions-

ExampleString FN="c:\windows\system\win.ini";String Drive;String Path;String FileName;String Ext;

Page 69: Code Builder - English Manual

69API

© 2009 Sielco Sistemi Srl

Drive=FileSplitPath(FN,0); // CPath=FileSplitPath(FN,1); // \WINDOWS\SYSTEMFileName=FileSplitPath(FN,2); // WINExt=FileSplitPath(FN,3); // .ini

9.6.28 FileWrite

Descriptionit writes chars in a binary file

Syntaxint FileWrite(Int Handle, String Data, Int Length)

ParametersHandle = handle of opened binary fileData = chars to writeLength = number of chars to write

Returned valuenumber of chares that are been written

Related functionsFileRead(), FileSize()

ExampleFileWrite(FileHandle,Buffer,16); // it writes 16 chars from Buffer tofile

9.6.29 FileWriteLn

Descriptionit writes a line in a text file

SyntaxInt FileWriteLn(Int Handle, String Line)

ParametersHandle = handle of opened text fileLine = string to write

Returned valuenon negative value on success

Related functionsFileReadLn(), FileOEF()

ExampleFileWriteLn(TextFileHandle,UserInserted);

Page 70: Code Builder - English Manual

70 Code Builder Guide

© 2009 Sielco Sistemi Srl

9.7 Gates

9.7.1 NumGates

9.7.1.1 GetNumGateCommunicationStatus

Description

Returns the status of the specified gate

SyntaxBool GetNumGateCommunicationStatus(String Name, Int Id)

Parameters

Name = name of the gate you want to read

Id = identifier of the gate you want to read

Returned valuetrue (if gate is OK)false (if gate is KO)

Related functionsGetDigGateCommunicationStatus(), GetStrGateCommunicationStatus()

ExampleBool ok;

ok = GetNumGateCommunicationStatus ("NUM 100",1);

9.7.1.2 GetNumGateGateID

Description

Returns the GateID of the indicated numeric gate.

Syntax

String GetNumGateGateID(Int Index)

Parameters

int Index = gate index in the numeric gates list.

Returned value

GateID as string value.

Related functions

GetNumGateNID()

Example

string GateID;

Page 71: Code Builder - English Manual

71API

© 2009 Sielco Sistemi Srl

GateID = GetNumGateGateID (10);

9.7.1.3 GetNumGateNID

Description

Returns the Gate NID of the indicated numeric gate.

Syntax

Int GetNumGateNID(Int Index)

Parameters

int Index = gate index in the numeric gates list.

Returned value

Gate NID as integer value.

Related functionsGetNumGateGateID()

Example

int GateNID;

GateNID = GetNumGateNID (10);

9.7.1.4 GetNumGateProp

Description

Returns a numeric gate property into a string

Syntax

String GetNumGateProp(String Name, Int Id, int Property)

Parameters

Name = name of the gate you want to read

Id = identifier of the gate you want to read

Property = property number

PROPERTIES CONSTANTChannel number 0Device number 1Gate address 2Value type 3

Page 72: Code Builder - English Manual

72 Code Builder Guide

© 2009 Sielco Sistemi Srl

Decimals 4Min value 5Max value 6Multiply factor 7Addictive factor 8Tolerance 9Sampling rate 10Read status 11Write status 12

Returned value

String containing the requested property

Related functions

-

Example

samplingRate = GetnumeGateProp (NUM1, ID1, 10);

9.7.1.5 GetNumGateValue

Description

It returns the value of the specified gate through name and numerical identifier.

SyntaxReal GetNumGateValue(String Name, Int Id)

ParametersName = name of the gate you want to readId = identifier of the gate you want to read

Returned value

value of the specified gate

Related functionsSetNumGateValue()

Exampleint Gate12Id;String Gate12Name;

Gate12 = GetNumGateValue(Gate12Name, Gate12Id);

9.7.1.6 GetNumGateValueAsString

Description

It returns the value of the specified gate as a formatted text string.

SyntaxString GetNumGateValueAsString(String Name, Int Id,String Format)

Parameters

Page 73: Code Builder - English Manual

73API

© 2009 Sielco Sistemi Srl

Name = name of the gate you want to readId = identifier of the gate you want to readFormat = format of the returned text.

Using the “%g” format, the software will show the real number using the less spacepossible (if needed using the exponential notation). If you want to specify how the numbershould appear, is possible to use the notation “%x.ylf”, where:· x is a number (optional), and indicates the number of digits to show. If it isnot present, all digits from the value read from the gate will be shown. If it is preceded bya 0, some 0 before the number will be shown in order to reach the specified number ofdigits.· y is a number (optional), and indicates the number decimal digits to show.If y is equal to "*" then the number of decimal digits to show is the number of decimaldigits defined for the given gate (this number is defined usingGate Builder).

Some examples:“%5.2lf” will produce 123.45“%5.0lf” will produce 123“%07.2lf” will produce 00123.45"%7.*lf" will produce 123.456 if the number of decimal digits defined with Gate Builder forthe gate associated to the label object is equal to 3.

In the same way it is possible to specify the format for integer number (“%xd”) . Themeaning of the x parameter is the same described above.

Returned value

value of the specified gate as formatted text

Related functionsGetNumGateValue()

Exampleint Gate12Id;String Gate12Name;Sring Value;Value = GetNumGateValueAsString(Gate12Name, Gate12Id,"%6.*lf");

9.7.1.7 GetTotalNumGates

Description

Returns the number of numeric gates defined in the application.

Syntaxint GetTotalNumGates()

Parameters-

Returned valueThe number of numeric gates defined in the application.

Page 74: Code Builder - English Manual

74 Code Builder Guide

© 2009 Sielco Sistemi Srl

Related functionsGetTotalDigGates(),GetTotalEvnGates(),GetTotalCmpGates(),GetTotalStrGates()

Example

TotalGates=GetTotalNumGates();

9.7.1.8 NumGateExists

Description

Check if the specified numeric gate exists.

SyntaxBool NumGateExists(String Name, Int Id)

Parameters

Name = name of the gate to search

Id = identifier of the gate to search

Returned valuetrue if the gate is defined in the applicationfalse if the gate does not defined in the application

Related functionsCmpGateExists() , DigGateExists() , EvnGateExists() , StrGateExists()

ExampleBool ok;ok = NumGateExists("N",1);

9.7.1.9 SetNumGateValue

Description

It changes the value of the specified gate through name and numerical identifier

SyntaxBool SetNumGateValue(String Name, Int Id, Real Value)

Parameters

Name = name of the gate you want to change

Id = identifier of the gate you want to change

Value = numerical value you want to give to the gate

Returned value

true (if the gate is existing and has been changed)

false (if not)

Related functionsGetNumGateValue()

Exampleif (GetNumGateValue(PrimaryName,PrimaryID)) then

Page 75: Code Builder - English Manual

75API

© 2009 Sielco Sistemi Srl

PrimaryState=OKState;end

9.7.2 DigGates

9.7.2.1 DigGateExists

Description

Check if the specified digital gate exists.

SyntaxBool DigGateExists(String Name, Int Id)

Parameters

Name = name of the gate to search

Id = identifier of the gate to search

Returned valuetrue if the gate is defined in the applicationfalse if the gate does not defined in the application

Related functionsCmpGateExists() , EvnGateExist() , NumGateExists() , StrGateExists()

ExampleBool Exists;Exists = DigGateExists("D",1);

9.7.2.2 GetDigGateCommunicationStatus

Description

Returns the status of the specified gate

SyntaxBool GetDigGateCommunicationStatus(String Name, Int Id)

Parameters

Name = name of the gate you want to read

Id = identifier of the gate you want to read

Returned valuetrue (if gate is OK)false (if gate is KO)

Related functionsGetNumGateCommunicationStatus(), GetStrGateCommunicationStatus()

ExampleBool ok;ok = GetDigGateCommunicationStatus ("DIG 100",1);

Page 76: Code Builder - English Manual

76 Code Builder Guide

© 2009 Sielco Sistemi Srl

9.7.2.3 GetDigGateGateID

Description

Returns the GateID of the indicated digital gate.

Syntax

String GetDigGateGateID(Int Index)

Parameters

int Index = gate index in the digital gates list.

Returned value

GateID as string value.

Related functionsGetDigGateNID()

Example

string GateID;

GateID = GetDigGateGateID (10);

9.7.2.4 GetDigGateNID

Description

Returns the Gate NID of the indicated digital gate.

Syntax

Int GetDigGateNID(Int Index)

Parameters

int Index = gate index in the digital gates list.

Returned value

Gate NID as integer value.

Related functionsGetDigGateGateID()

Example

int GateNID;

Page 77: Code Builder - English Manual

77API

© 2009 Sielco Sistemi Srl

GateNID = GetDigGateNID (10);

9.7.2.5 GetDigGateProp

Description

Returns a digital gate property into a string

Syntax

String GetDigGateProp(String Name, Int Id, int Property)

Parameters

Name = name of the gate you want to read

Id = identifier of the gate you want to read

Property = property number

PROPERTIES CONSTANTChannel number 0Device number 1Gate address 2Sampling rate 10Read status 11Write status 12

Returned value

String containing the requested property

Related functions

-

Example

samplingRate = GetDigGateProp (DIG1, ID1, 10);

9.7.2.6 GetDigGateValue

Description

It returns the value of the specified digital gate through name and numerical identifier. This valueis an integer number.

SyntaxInt GetDigGateValue(String Name, Int Id)

Parameters

Name = name of the gate you want to read

Id = identifier of the gate you want to read

Returned value

value of the specified gate

Page 78: Code Builder - English Manual

78 Code Builder Guide

© 2009 Sielco Sistemi Srl

Related functionsSetDigGateValue()

Example

DigiGate0001= GetDigGateValue("Gate0001",1);

9.7.2.7 GetTotalDigGates

Description

Returns the number of digital gates defined in the application.

Syntaxint GetTotalDigGates()

Parameters-

Returned valueThe number of digital gates defined in the application.

Related functionsGetTotalCmpGates(),GetTotalEvnGates(),GetTotalNumGates(),GetTotalStrGates()

Example

TotalGates=GetTotalDigGates();

9.7.2.8 SetDigGateValue

Description

Return the enabled/disabled device communication status.

SyntaxBool IsDeviceCommunicationEnabled(Int Channel, Int DevNum)

ParametersChannel = channel numberDevNum = device number

Returned value"true" if device communication is enabled."false" if device communication is disabled.

Related functions-

ExampleBool Status;Status=IsDeviceCommunicationEnabled(1,3);

Page 79: Code Builder - English Manual

79API

© 2009 Sielco Sistemi Srl

9.7.3 CmpGates

9.7.3.1 CmpGateExists

Description

Check if the specified compound gate exists.

SyntaxBool CmpGateExists(String Name, Int Id)

Parameters

Name = name of the gate to search

Id = identifier of the gate to search

Returned valuetrue if the gate is defined in the applicationfalse if the gate does not defined in the application

Related functionsDigGateExists() , EvnGateExists() , NumGateExists() , StrGateExists()

ExampleBool Exists;Exists = CmpGateExists("C",1);

9.7.3.2 GetCmpGateGateID

Description

Returns the GateID of the indicated compound gate.

Syntax

String GetCmpGateGateID(Int Index)

Parameters

int Index = gate index in the compound gates list.

Returned value

GateID as string value.

Related functionsGetCmpGateNID()

Example

string GateID;

GateID = GetCmpGateGateID (10);

Page 80: Code Builder - English Manual

80 Code Builder Guide

© 2009 Sielco Sistemi Srl

9.7.3.3 GetCmpGateNID

Description

Returns the Gate NID of the compound numeric gate.

Syntax

Int GetCmpGateNID(Int Index)

Parameters

int Index = gate index in the compound gates list.

Returned value

Gate NID as integer value.

Related functionsGetCmpGateGateID()

Example

int GateNID;

GateNID = GetCmpGateNID (10);

9.7.3.4 GetCmpGateValue

Description

It returns the value of the specified complex gate through name and numerical identifier.

SyntaxReal GetCmpGateValue(String Name, Int Id)

Parameters

Name = name of the gate you want to read

Id = identifier of the gate you want to read

Returned value

value of the specified gate

Related functions-

ExampleString PortName;GateName="GateA";CurrValue= GetCmpGateValue(GateName,GateNo);

Page 81: Code Builder - English Manual

81API

© 2009 Sielco Sistemi Srl

9.7.3.5 GetCmpGateValueAsString

Description

It returns the value of the specified gate as a formatted text string.

SyntaxString GetCmpGateValueAsString(String Name, Int Id,String Format)

ParametersName = name of the gate you want to readId = identifier of the gate you want to readFormat = format of the returned text.

Using the “%g” format, the software will show the real number using the less spacepossible (if needed using the exponential notation). If you want to specify how the numbershould appear, is possible to use the notation “%x.ylf”, where:· x is a number (optional), and indicates the number of digits to show. If it isnot present, all digits from the value read from the gate will be shown. If it is preceded bya 0, some 0 before the number will be shown in order to reach the specified number ofdigits.· y is a number (optional), and indicates the number decimal digits to show.If y is equal to "*" then the number of decimal digits to show is the number of decimaldigits defined for the given gate (this number is defined usingGate Builder).

Some examples:“%5.2lf” will produce 123.45“%5.0lf” will produce 123“%07.2lf” will produce 00123.45"%7.*lf" will produce 123.456 if the number of decimal digits defined with Gate Builder forthe gate associated to the label object is equal to 3.

In the same way it is possible to specify the format for integer number (“%xd”) . Themeaning of the x parameter is the same described above.

Returned value

value of the specified gate as formatted text

Related functionsGetCmpGateValue()

Exampleint Gate12Id;String Gate12Name;Sring Value;Value = GetCmpGateValueAsString(Gate12Name, Gate12Id,"%6.*lf");

9.7.3.6 GetTotalCmpGates

Description

Returns the number of compound gates defined in the application.

Page 82: Code Builder - English Manual

82 Code Builder Guide

© 2009 Sielco Sistemi Srl

Syntaxint GetTotalCmpGates()

Parameters-

Returned valueThe number of compound gates defined in the application.

Related functionsGetTotalDigGates(),GetTotalEvnGates(),GetTotalNumGates(),GetTotalStrGates()

Example

TotalGates=GetTotalCmpGates();

9.7.4 StrGates

9.7.4.1 GetStrGateCommunicationStatus

Description

Check if the specified numeric gate exists.

SyntaxBool NumGateExists(String Name, Int Id)

Parameters

Name = name of the gate to search

Id = identifier of the gate to search

Returned valuetrue if the gate is defined in the applicationfalse if the gate does not exist in the application

Related functionsGetNumGateCommunicationStatus(),GetDigGateCommunicationStatus()

ExampleBool Exists;Exists = NumGateExist("N",1);

9.7.4.2 GetStrGateGateID

Description

Returns the GateID of the indicated string gate.

Syntax

String GetStrGateGateID(Int Index)

Parameters

int Index = gate index in the string gates list.

Page 83: Code Builder - English Manual

83API

© 2009 Sielco Sistemi Srl

Returned value

GateID as string value.

Related functionsGetStrGateNID()

Example

string GateID;

GateID = GetStrGateGateID (10);

9.7.4.3 GetStrGateNID

Description

Returns the Gate NID of the indicated string gate.

Syntax

Int GetStrGateNID(Int Index)

Parameters

int Index = gate index in the string gates list.

Returned value

Gate NID as integer value.

Related functionsGetStrGateGateID()

Example

int GateNID;

GateNID = GetStrGateNID (10);

9.7.4.4 GetStrGateValue

DescriptionIt returns the value of the specified string gate through name and numerical identifier.

SyntaxString GetStrGateValue(String Name, Int Id)

Parameters

Name = name of the gate you want to read

Id = identifier of the gate you want to read

Page 84: Code Builder - English Manual

84 Code Builder Guide

© 2009 Sielco Sistemi Srl

Returned value

string of the specified gate

Related functionsSetStrGateValue()

ExampleCurrValue= GetStrGateValue("STRGate001",STRGateNo);

9.7.4.5 GetStrGateProp

Description

Returns a string gate property into a string

Syntax

String GetStrGateProp(String Name, Int Id, int Property)

Parameters

Name = name of the gate you want to read

Id = identifier of the gate you want to read

Property = property number

PROPERTIES CONSTANTChannel number 0Device number 1Gate address 2Sampling rate 10Read status 11Write status 12

Returned value

String containing the requested property

Related functions

-

Example

samplingRate = GetStrGateProp (STR1, ID1, 10);

9.7.4.6 SetStrGateValue

DescriptionIt changes the value of the specified string gate through name and numerical identifier.

SyntaxBool SetStrGateValue(String Name, Int Id, String Value)

Parameters

Page 85: Code Builder - English Manual

85API

© 2009 Sielco Sistemi Srl

Name = name of the gate tou want to change

Id = identifier of the gate you want to change

Value = new value to give to the gate

Returned value

true (if the gate is existing and has been changed)

false (if not)Related functionsGetStrGateValue()

ExampleGateModified= SetStrGateValue("Gate0001SS",1,"Alfa");

9.7.4.7 GetTotalStrGates

Description

Returns the number of string gates defined in the application.

Syntaxint GetTotalStrGates()

Parameters-

Returned valueThe number of string gates defined in the application.

Related functionsGetTotalDigGates(),GetTotalEvnGates(),GetTotalNumGates(),GetTotalCmpGates()

Example

TotalGates=GetTotalStrGates();

9.7.4.8 StrGateExists

Description

Check if the specified string gate exists.

SyntaxBool StrGateExists(String Name, Int Id)

Parameters

Name = name of the gate to search

Id = identifier of the gate to search

Returned valuetrue if the gate is defined in the applicationfalse if the gate does not defined in the application

Related functionsCmpGateExists() , DigGateExists() , EvnGateExists() , NumGateExists()

Page 86: Code Builder - English Manual

86 Code Builder Guide

© 2009 Sielco Sistemi Srl

ExampleBool Exists;Exists = StrGateExists("S",1);

9.7.5 EvnGates

9.7.5.1 EvnGateExists

Description

Check if the specified event/alarm gate exists.

SyntaxBool EvnGateExists(String Name, Int Id)

Parameters

Name = name of the gate to search

Id = identifier of the gate to search

Returned valuetrue if the gate is defined in the applicationfalse if the gate does not defined in the application

Related functionsCmpGateExists() , DigGateExists() , NumGateExists() , StrGateExists()

ExampleBool Exists;Exists = EvnGateExists("E",1);

9.7.5.2 GetEvnGateAckedStatus

Description:

It returns the alarm acquisition state of the specified event gate through name and numericalidentifier.

Syntax:

Bool GetEvnGateAckedStatus(String Name, Int Id)

Parameters:

Name = gate name

Id = gate identifier

Returned value:

True = alarm has been acknowledged by operator

False = alarm not has been acknowledged by operator

Related functions:

GetEvnGateValue(), GetEvnGateMsg()

Example:

if(GetEvnGateAckedStatus(EVN3,ID3)==false) then

Page 87: Code Builder - English Manual

87API

© 2009 Sielco Sistemi Srl

GetStrGateMsg(EV3,ID3);

end

9.7.5.3 GetEvnGateGateID

Description

Returns the GateID of the indicated event/alarm gate.

Syntax

String GetEvnGateGateID(Int Index)

Parameters

int Index = gate index in the event/alarm gates list.

Returned value

GateID as string value.

Related functionsGetEvnGateNID()

Example

string GateID;

GateID = GetEvnGateGateID (10);

9.7.5.4 GetEvnGateNID

Description

Returns the Gate NID of the indicated event/alarm gate.

Syntax

Int GetEvnGateNID(Int Index)

Parameters

int Index = gate index in the event/alarm gates list.

Returned value

Gate NID as integer value.

Related functionsGetEvnGateGateID()

Page 88: Code Builder - English Manual

88 Code Builder Guide

© 2009 Sielco Sistemi Srl

Example

int GateNID;

GateNID = GetEvnGateNID (10);

9.7.5.5 GetEvnGateMsg

Description:

Returns the message of the specified event gate through name and numerical identifier.

Syntax:

String GetEvnGateValue(String Name, Int Id)

Parameters:

Name = name of the gate you want to read

Id = identifier of the gate you want to read

Valore restituito:

message of the event gate

Funzioni inerenti:

GetEvnGateValue()

Example:

GateA_Msg= GetEvnGateMsg(GateA_Name,1);

9.7.5.6 GetEvnGateValue

Description

It returns the value of the specified event gate through name and numerical identifier.

SyntaxBool GetEvnGateValue(String Name, Int Id)

Parameters

Name = name of the gate you want to read

Id = identifier of the gate you want to read

Returned value

value of the selected event gate

Related functionsGetEvnGateMsg()

ExampleGateModified= GetEvnGateValue("Gate0001",1);

Page 89: Code Builder - English Manual

89API

© 2009 Sielco Sistemi Srl

9.7.5.7 GetTotalEventGates

Description

Returns the number of event/alarm gates defined in the application.

Syntaxint GetTotalEvnGates()

Parameters-

Returned valueThe number of event/alarm gates defined in the application.

Related functionsGetTotalDigGates(),GetTotalCmpGates(),GetTotalNumGates(),GetTotalStrGates()

Example

TotalGates=GetTotalEvnGates();

9.8 Generic

9.8.1 Beep

Description

It sends out an acoustic signal.

SyntaxVoid Beep()

Parameters-

Returned value-

Related functions-

ExampleBeep();

9.8.2 CloseKeyboard

DescriptionClose the keyboard actually opened.

SyntaxCloseKeyboard()

Parameters

Page 90: Code Builder - English Manual

90 Code Builder Guide

© 2009 Sielco Sistemi Srl

None

Returned valueNone

Related functionsKeyboard()

ExampleCloseKeyboard();.

9.8.3 CloseSession

Description

Already open session is closed

Syntax

Void CloseSession()

Parameters

(none)

Returned value

(none)

Related functions

-

Example

CloseSession();

9.8.4 CloseWindow

Description

It closes the window from which the function is called.

SyntaxVoid CloseWindow()

Parameters -

Returned value-

Related functionsWindowIsOpen()

ExampleCloseWindow();

Page 91: Code Builder - English Manual

91API

© 2009 Sielco Sistemi Srl

9.8.5 EnableShutdown

Description

Enable / Disable computer automatic power off after an exit of supervision session.

SyntaxEnableShutdown(Bool Flag)

ParametersFlag = true for automatic computer power off on supervision session exit.

false for no computer poer off on supervision session exit.

Returned value-

Related functionsGetShutdownStatus()

ExampleFunction void DisablePCOff() EnableShutdown(false); // Computerpower off disabledend

Function void EnablePCOff() EnableShutdown(true); // Computerpower off enabledend

9.8.6 Exec

DescriptionExecutes a program

SyntaxInt Exec(String ProgName)

ParametersProgName = filename of the program

Returned valuevalue > 31 (on success)

Related functions-

Exampleif (Exec("c:\windows\command\command.com") > 31) then DosShellExecuted=true;end

Page 92: Code Builder - English Manual

92 Code Builder Guide

© 2009 Sielco Sistemi Srl

9.8.7 ExecEx

DescriptionExecutes a program

SyntaxInt ExecEx(String ProgName,int WindowType)

ParametersProgName = filename of the programWindowType= If 1 then executes a program in a Maximized window

If 2 then executes a program in a Minimized windowIf 3 then executes a program in a default size window

Returned valuevalue > 31 (on success)

Related functions-

Exampleif (ExecEx("c:\windows\command\command.com",1) > 31) then DosShellExecuted=true;end

9.8.8 FileOpenDialog

DescriptionOpen a standard FileOpen Dialog.

SyntaxString FileOpenDialog( string Filename , string FilenameFilter,

int FilterIndex,string InitialDir,string DefaultExt,

bool HideReadOnly,bool PathMustExist,bool FileMustExist,bool NoValidate,bool NoChangeDir,bool AllowMultiSelect,bool CreatePrompt,bool NoReadOnlyReturn,

bool NoTestFileCreate,bool OverwritePrompt,bool ShareAware,

bool ShowHelp)

Page 93: Code Builder - English Manual

93API

© 2009 Sielco Sistemi Srl

Parametersstring FileName=name and directory path of the last file selected.string FileNameFilter= file masks (filters)int FilterIndex=filter selected by default when the dialog opens.string InitialDir=current directory when the dialog opens.string DefaultExt=default file extension.

bool HideReadOnly= removes the Open As Read Only check box from the dialog.bool PathMustExist=generates an error message if the user tries to select a file name with anonexistent directory path.bool FileMustExist=generates an error message if the user tries to select a nonexistent file.bool NoValidate=disables checking for invalid characters in file names. Allows selection of filenames with invalid characters.bool NoChangeDir= after the user clicks OK, resets the current directory to whatever it was beforethe file-selection dialog opened.bool AllowMultiSelect=allows users to select more than one file in the dialog.bool CreatePrompt=generates a warning message if the user tries to select a nonexistent file,asking whether to create a new file with the specified name.bool NoReadOnlyReturn=generates an error message if the user tries to select a read-only file.bool NoTestFileCreate=disables checking for network file protection and inaccessibility of diskdrives. Applies only when the user tries to save a file in a create-no-modify shared networkdirectory.bool OverwritePrompt=generates a warning message if the user tries to select a file name that isalready in use, asking whether to overwrite the existing file.bool ShareAware=ignores sharing errors and allows files to be selected even when sharingviolations occur.bool ShowHelp=displays a Help button in the dialog.

Returned valueA string with path + file name if the "OK" button is pressed.A string with "" if "ESC" button is pressed.

Related functionsFileSaveDialog()

Example string FileName;

FileName=FileOpenDialog("", //Filename . "*.txt|*.dat", //Filename filter &filter patterns. 1, //FilterIndex "C:\", //Initial dir. "*", //Defaultextension

true, // HideReadOnly false, // PathMustExist false, // FileMustExist false, // NoValidate false, // NoChangeDir false, //

Page 94: Code Builder - English Manual

94 Code Builder Guide

© 2009 Sielco Sistemi Srl

AllowMultiSelect false, // CreatePrompt false, //NoReadOnlyReturn false, //NoTestFileCreate false, // OverwritePrompt false, // ShareAware false); // ShowHelp

MessageBox(FileName,"File Selected");

9.8.9 FileSaveDialog

DescriptionOpen a standard FileSave Dialog.

SyntaxString FileSaveDialog( string Filename , string FilenameFilter,

int FilterIndex,string InitialDir,string DefaultExt,

bool HideReadOnly,bool PathMustExist,bool NoValidate,bool NoChangeDir,bool AllowMultiSelect,bool CreatePrompt,bool NoReadOnlyReturn,

bool NoTestFileCreate,bool OverwritePrompt,bool ShareAware,

bool ShowHelp)

Parametersstring FileName=name and directory path of the last file selected.string FileNameFilter= file masks (filters)int FilterIndex=filter selected by default when the dialog opens.string InitialDir=current directory when the dialog opens.string DefaultExt=default file extension.

bool HideReadOnly= removes the Open As Read Only check box from the dialog.bool PathMustExist=generates an error message if the user tries to select a file name with anonexistent directory path.bool NoValidate=disables checking for invalid characters in file names. Allows selection of filenames with invalid characters.bool NoChangeDir= after the user clicks OK, resets the current directory to whatever it was before

Page 95: Code Builder - English Manual

95API

© 2009 Sielco Sistemi Srl

the file-selection dialog opened.bool AllowMultiSelect=allows users to select more than one file in the dialog.bool CreatePrompt=generates a warning message if the user tries to select a nonexistent file,asking whether to create a new file with the specified name.bool NoReadOnlyReturn=generates an error message if the user tries to select a read-only file.bool NoTestFileCreate=disables checking for network file protection and inaccessibility of diskdrives. Applies only when the user tries to save a file in a create-no-modify shared networkdirectory.bool OverwritePrompt=generates a warning message if the user tries to select a file name that isalready in use, asking whether to overwrite the existing file.bool ShareAware=ignores sharing errors and allows files to be selected even when sharingviolations occur.bool ShowHelp=displays a Help button in the dialog.

Returned valueA string with path + file name if the "OK" button is pressed.A string with "" if "ESC" button is pressed.

Related functionsFileOpenDialog()

Example string FileName;

FileName=FileSaveDialog("",//Filename . "*.txt|*.dat", //Filename filter &filter patterns. 1, //FilterIndex "C:\", //Initial dir. "*", //Defaultextension true, // HideReadOnly false, // PathMustExist false, // NoValidate false, // NoChangeDir false, //AllowMultiSelect false, // CreatePrompt false, //NoReadOnlyReturn false, //NoTestFileCreate false, // OverwritePrompt false, // ShareAware false); // ShowHelp

MessageBox(FileName,"File Selected");

9.8.10 GetCurrentLanguage

Description

Returns the application current language

Page 96: Code Builder - English Manual

96 Code Builder Guide

© 2009 Sielco Sistemi Srl

SyntaxString GetCurrentLanguage()

Parameters-

Returned valuestring with the name of language currently selected in the application

Example

string ProjLanguage;

ProjLanguage=GetCurrentLanguage();

9.8.11 GetProjectCaption

Description

Returns the current project caption

SyntaxString GetProjectCaption()

Parameters-

Returned valuestring with the caption of current project

Related functionsGetProjectPath()

Example

ProjName=GetProjectCaption();

9.8.12 GetProjectName

Description

Returns the current project name

SyntaxString GetProjectName()

Parameters-

Returned valuestring with the name of current project

Related functionsGetProjectPath()

Page 97: Code Builder - English Manual

97API

© 2009 Sielco Sistemi Srl

Example

ProjName=GetProjectName();

9.8.13 GetProjectPath

Description

Returns the current project path

SyntaxString GetProjectPath()

Parameters-

Returned valuestring with the path of current project

Related functionsGetProjectName()

Example

ProjPath=GetProjectPath();

9.8.14 GetShutdownStatus

Description

Return the status enabled or disabled of computer automatic power off after an exit ofsupervision session.

SyntaxBool GetShutdownStatus()

Parameters-

Returned valueTrue : computer automatic power off is enabled.False : computer automativ power off is disabled.

Related functionsEnableShutdown()

ExampleFunction void Main() if (GetShutdownStatus()==true) then MessageBox(0,"Power off enabled","Status",0); else

Page 98: Code Builder - English Manual

98 Code Builder Guide

© 2009 Sielco Sistemi Srl

MessageBox(0,"Power off disabled","Status",0); endend

9.8.15 GetUserName

DescriptionIt returns the current user name (the one used to be identified through the PasswordTemplate)

SyntaxString GetUserName()

Parameters-

Returned valueCurrent user name

Related functionsGetUserGroups(),Logout()

Exampleif (GetUserName() != "MASTER") then

MessageBox("It is necessary to alert the MASTER","ALARMS");end

9.8.16 GetUserGroups

DescriptionIt returns the groups associated with the current user name

SyntaxInteger GetUserGroups()

Parameters-

Returned valueAn integer value that represents in binary format the groups associated with the currentUserName

For example: if the current User is associated with groups 1,3 and 7 the function GetUserGroups()will return the following value : 69.

[2^0 * 1] + (Group 1)1+

[2^1 * 0] + (Group 2)0+

[2^2 * 1] + (Group 3)4+

[2^3 * 0] + (Group 4)0+

Page 99: Code Builder - English Manual

99API

© 2009 Sielco Sistemi Srl

[2^4 * 0] + (Group 5)0+

[2^5 * 0] + (Group 6)0+

[2^6 * 1] + (Group 7)64+

[2^7 * 0] + (Group 8)0+

[2^8 * 0] + (Group 9)0+

[2^9 * 0] + (Group 10)0+

[2^10 * 0] + (Group 11)0+

[2^11 * 0] + (Group 12)0+

[2^12 * 0] + (Group 13)0+

[2^13 * 0] + (Group 14)0+

[2^14 * 0] + (Group 15)0

Related functionsGetUserName(),Logout()

Example

Groups=GetUserGroups();

9.8.17 HexStrToInt

DescriptionConverts an hex number to integer

SyntaxInt HexStrToInt(String HexValue)

ParametersHexValue = string containing hex number

Returned valuethe integer conversione of the hex number

Related functionsIntToHexStr()

Exampleint RedColor;RedColor=HexStrToInt("FF0000");

Page 100: Code Builder - English Manual

100 Code Builder Guide

© 2009 Sielco Sistemi Srl

9.8.18 Keyboard

DescriptionView the keyboard specified by the name.

The keyboard must be defined by Keyboard Builder tool.This function is utilized for touch screen applications.Following there are some keyboards examples built with Keyboard Builder

SYntaxKeyboard(String Name)

ParametersName = keyboard name to open

Returned valueNone

Related functionsCloseKeyboard()

ExampleKeyboard("NumericKeyboard");

9.8.19 IconMessageBox

Description

It shows on the screen a window containing text and the specified title, plus any combination ofpredefined icons and push buttons. It waits for confirmation from the user.

Syntax

Int IconMessageBox(String Text, String Title, Int ButtonType, IntIconType, Int DefaultButton)

Page 101: Code Builder - English Manual

101API

© 2009 Sielco Sistemi Srl

Parameters

Text = the text in the window

Title = the title of the window

ButtonType = indicate the button contained in the message box

IconType = display an icon in the message box

DefaultButton = indicate the default button

ButtonType:

1 message box contains three push buttons: Abort, Retry,Ignore

2 message box contains one push buttons: OK3 message box contains two push buttons: OK, Cancel4 message box contains two push buttons: Retry, Cancel5 message box contains two push buttons: Yes, No6 message box contains three push buttons: Yes, No,

Cancel

IconType

1 exclamation-point icon appears in the message box (iconexclamation) 2 exclamation-point icon appears in the message box (iconewarning) 3 icon consisting of a lowercase letter i in a circle appears in the message box

(iconinformation) 4 icon consisting of a lowercase letter i in a circle appears in the message box

(iconasterisk) 5 question-mark icon appears in the message box (iconquestion) 6 stop-icon appears in the message box (iconstop) 7 stop-icon appears in the message box (iconerror) 8 stop-icon appears in the message box (iconhand)

DefaultButton

1 frist is the default button 2 second is the default

button 3 third button is the default

button 4 fourth is the default

button

Returned value 0 if there is not enough memory to create the message box1 if Abort button was selected2 if Cancel button was selected3 if Ignore button was selected4 if No button was selected5 if OK button was selected6 if Retry button was selected7 if Yes button was selected

Related functionsQuestionBox(), InputDialog()

Page 102: Code Builder - English Manual

102 Code Builder Guide

© 2009 Sielco Sistemi Srl

ExampleIconMessageBox("You can now switch off","Shutdown sequence:", 2, 3,1);

9.8.20 InputDialog

Description

It shows on the screen a dialog box containing a text, a specified title, a string field that can bechanged, and some buttons to confirm or undo; a string field is a string that the user can changeat will using the keyboard.

SyntaxString InputDialog(String Text, String Title, String InitText)

Parameters

Text = the text in the window

Title = the title of the window

InitText = the text that it is first shown in the string field

Returned value

the string field if the user confirms the change, a null string if he doesn't

Related functionsMessageBox(), QuestionBox()

Example

User=InputDialog("User's name", "Personalized access", "default");

9.8.21 IntToHexStr

DescriptionConverts an integer value into hex format

Syntax

Page 103: Code Builder - English Manual

103API

© 2009 Sielco Sistemi Srl

String IntToHexStr(Int Value, Int Digits)

ParametersValue = integer to be convertedDigits = minimum string size, if number converted is shorter then add '0' to the left until stringlength is Digits Returned value

String containing the hexadecimal representation of the integer value

Related functionsHexStrToInt()

Example

Pattern = IntToHexStr(12800,4);

9.8.22 Logout

Description

Current user is logout from supervisor (UserName is set up None)

Syntax

Void Logout()

Parameters

(none)

Returned value

(none)

Related functions

GetUserName(),GetUserGroups()

Example

Logout();

9.8.23 Message Beep

Description:

It sends out an specified acoustic signal.

Syntax:

Void MessageBeep(int type)

Parameters:

type =numerical value that specify kind of acoustic signal expected

Value Acoustic message

1 IconAsterisk

Page 104: Code Builder - English Manual

104 Code Builder Guide

© 2009 Sielco Sistemi Srl

2 IconExclamation

3 IconHand

4 IconQuestion

5 OK

(if type parameter take none of this value then it play a single tone)

Returned value:

(none)

Related functions:

Beep()

Example:

MessageBeep(5);

9.8.24 MessageBox

Description

It shows on the screen a window containing text and the specified title. It waits for confirmationfrom the user.

SyntaxVoid MessageBox(String Text, String Title)

Parameters

Text = the text in the window

Title = the title of the window

Returned value -

Related functionsQuestionBox(), InputDialog()

Example

MessageBox("You can now switch off", "Shutdown sequence:");

Page 105: Code Builder - English Manual

105API

© 2009 Sielco Sistemi Srl

9.8.25 Play

DescriptionPlays an audio file with WAV extensionIt is an obolete function. Refer to PlaySound() function.

SyntaxVoid Play(String AudioFileName)

ParametersAudioFileName = filename of the audio file

Returned value-

Related functionsPlaySound()

ExamplePlay("Z:\Audio\WAV\Alarm.wav");

9.8.26 PlaySound

DescriptionPlays an audio file with WAV or MP3 extension

SyntaxVoid PlaySound(String AudioFileName,bool WaitMode,int RepeatCounter)

ParametersAudioFileName = filename of the audio fileWaitMode= if true the function waits untill the sound plaing is terminated.RepeatCounter= number of time that the sound will be repeated. If it is "0" then the sound will berepeated continuously and can be terminated with the StopSound() function.

Returned value-

Related functionsStopSound()

ExamplePlay("Z:\Audio\WAV\Alarm.wav",false,0);

9.8.27 PrintString

Description:

Prints string on the specified device

Syntax:

Page 106: Code Builder - English Manual

106 Code Builder Guide

© 2009 Sielco Sistemi Srl

Bool PrintString (String Msg, String Dev, Bool AddLF)

Parameters:

Msg = messagge to print

Dev = device to print on(LPT1, LPT2, etc)

AddLF = add LineFeed

Returned value:

true (on success)

false (on failure)

Related functions:

-

Example:

PrintString (“INIT Failed!”,LPT1,True);

9.8.28 QuestionBox

Description

It shows on the screen a window containing text and the specified title. It waits for the user tochoose Yes or No.

SyntaxBool QuestionBox(String Text, String Title)

Parameters

Text = the text in the window

Title = the title of the window

Returned value

true if the user chooses Yes

false if the user chooses No

Related functionsMessageBox(), InputDialog()

Example

Bool Engines = QuestionBox("Do I turn on the engines?","Enginesstatus");

Page 107: Code Builder - English Manual

107API

© 2009 Sielco Sistemi Srl

9.8.29 RealToInt

DescriptionConverts a real value into an integer (discarding decimals)

Syntaxint RealToInt(Real Value)

ParametersValue = integer value

Returned valueinteger that is real value truncated

Related functions-

Example

Temp=RealToInt(T0);

9.8.30 ShellExec

DescriptionThe ShellExec function performs an action on a file. The file can be an executable file or adocument.

SyntaxInt ExecEx(String FileName,String Verb,String WorkDir,intShowMode,String Class,String Args)

ParametersFileName = specify the name of the file to open or print. The function can open an executable file

or a document file. The function can print a document file. If the path is not includedwith a name, the current directory is assumed.

Verb = specifies an action for the application to perform. This member defaults to "Open" if noverb is specified.WorkDir = specifies the name of the working directory. If this member is not specified, the current

directory is used as the working directory.ShowMode = can be one of the values described below. If FileName specifies an executable file,

ShowMode specifies how the application is to be shown when it is opened. IfFileName specifies a document file, ShowMode should be zero. 0 = for document file.1 = SW_SHOW.2 = SW_SHOWMAXIMIZED.3 = SW_SHOWMINIMIZED.4 = SW_HIDE.5 = SW_MINIMIZE.

Page 108: Code Builder - English Manual

108 Code Builder Guide

© 2009 Sielco Sistemi Srl

6 = SW_RESTORE.7 = SW_SHOWMINNOACTIVE.8 = SW_SHOWNA.9 = SW_SHOWNOACTIVATE.10=SW_SHOWNORMAL.

Class = specifying the name of a file class or a globally unique identifier (GUID). Args = application parameters. The parameters must be separated by spaces.

Returned valuevalue > 31 (on success)

Related functions-

ExampleShellExec("MyDoc.pdf","open","C:\",0,".pdf","");

9.8.31 Sleep

Description

It waits for a specified period of time expressed in milliseconds.

SyntaxVoid Sleep(int MilliSeconds)

Parameters

Milliseconds = duration of the pause in milliseconds

Returned value-

Related functions-

ExampleSleep(1000);

9.8.32 StopFunction

Description:

Stops a running function

Syntax:

Int StopFunction (String FunctionName)

Parameters:

FunctionName = name of the function

Returned value:

0 on success

Page 109: Code Builder - English Manual

109API

© 2009 Sielco Sistemi Srl

-1 unknown function

-2 function is not running

Related functions:

-

Example:

int res;

res=StopFunction("Reader");

...

...

Function void Reader()

...

end

9.8.33 StopSound

DescriptionStops plaing a sound started with PlaySound function

SyntaxVoid StopSound()

Parameters-Returned value-

Related functionsPlaySound()

ExampleStopSound();

9.8.34 WindowIsOpen

Description

It returns the status of the window from which the function is called.

SyntaxBool WindowIsOpen()

Parameters-

Returned value

true if the window (e.g. a template), from which the function has been called up, is still open.

false if not.

Page 110: Code Builder - English Manual

110 Code Builder Guide

© 2009 Sielco Sistemi Srl

Related functionsCloseWindow()

ExampleStatoFinestraMadre=WindowIsOpen();

9.9 Internet

9.9.1 SendMail

DescriptionSends an e-mail with an optional attachment files.Works on a internet connection already active.

Syntaxstring SendMail( integer Timeout,

string AHostSMTPServer, string AUserName,string APassword,string AFrom,string ATo,string ACC,string ASubject,string ABody,bool AAttachmentPresent,string AAttachment)

ParametersTimeout = timeout for complete the operation (ms).AHostSMTPServer : Host SMTP serverAUserName: user account for the SMTP server.AUserPassword:password used for SMTP account authentication.AFrom : source mail address .ATo: destination mail address.

ACC: destination carbon copy recipients.ASubject: mail subject.ABody: mail body.AAttachmentPresent: if true then send with attachment.AAttachment:full path file name of the attachment.

Returned value

If no errors then an empty string is returned else the error message description is returned.

Example

Function void SendMailDemo()//*****************************************************************************// Send Mail demo procedure//*****************************************************************************

Page 111: Code Builder - English Manual

111API

© 2009 Sielco Sistemi Srl

string Ritorno; bool AttachmentPresent;

if (GetDigGateValue("AttachmentPresent",0)==1) then AttachmentPresent=true; else AttachmentPresent=false; end

Ritorno=SendMail(GetNumGateValue("MailTimeout",0), GetStrGateValue("HostSMTPServer",0), GetStrGateValue("UserName",0), GetStrGateValue("UserPassword",0), GetStrGateValue("AddressFrom",0), GetStrGateValue("AddressTo",0), GetStrGateValue("AddressCC",0), GetStrGateValue("MailSubject",0), GetStrGateValue("MailBody",0), AttachmentPresent, GetStrGateValue("MailAttachment",0));

if Ritorno=="" then MessageBox("Operation completed","Send Mail"); else MessageBox(Ritorno,"Send Mail"); end

end

9.9.2 FTP

9.9.2.1 FTPConnect

DescriptionOpen an FTP connection to a remote FTP server.

Syntaxinteger FTPConnect(integer FTPPort,

string AHostFTPServer, string AUserName,string APassword,bool APassive,integer Timeout)

ParametersFTPPort: port number used for the FTP control channelAHostFTPServer : Host FTP serverAUserName: user account for the FTP server.AUserPassword:password used for FTP account authentication.APassive: FTP data connection method: if "True" then uses Passive mode else if "False" thenuses active mode.Timeout = timeout for complete the operation (ms).

Returned value

Page 112: Code Builder - English Manual

112 Code Builder Guide

© 2009 Sielco Sistemi Srl

An integer value from 0 to 9 indicates the handle of the connection.

-1 value means that there are no connections available (the maximum number of simultaneousconnections are 10).

-2 generic error

Related functions

FTPDisconnect()

Example

Function void Connect()//*****************************************************************************// FTP Connection//*****************************************************************************#modal int Handle; bool Passive; if (GetNumGateValue("Passive",0)==1) then Passive=true;elsePassive=false;end Handle=FTPConnect(GetNumGateValue("Port",0), GetStrGateValue("Host",0), GetStrGateValue("User",0), GetStrGateValue("Password",0), Passive, GetNumGateValue("Timeout",0)); if (Handle==-1) then MessageBox("No available connections","Error"); return; end if (Handle==-2) then MessageBox("Generic error","Error"); return; end

SetDigGateValue("Connection",Handle,1); SetStrGateValue("HostName",Handle,GetStrGateValue("Host",0));end

9.9.2.2 FTPDisconnect

DescriptionClose an FTP connection to a remote FTP server.

SyntaxBool FTPDisconnect(integer Handle)

ParametersHandle: Handle of the connection to close.

Returned value

True:if operation is completed successfully.

Page 113: Code Builder - English Manual

113API

© 2009 Sielco Sistemi Srl

False:if there is an error.

Related functions

FTPConnect()

Example

Function void Disconnect(int Connection)//*****************************************************************************// FTP Disconnection//*****************************************************************************#modal bool Ritorno; Ritorno=FTPDisconnect(Connection); if (Ritorno==false) then MessageBox("Generic error","Error"); return; end

SetDigGateValue("Connection",Connection,0); SetStrGateValue("HostName",Connection,"");end

9.9.2.3 FTPGet

Description

Retrieves a file using FTP protocol from a remote FTP server.

SyntaxBool FTPGet(integer Handle,

string SourceFileName,string DestinationFileName,integer TransferType)

ParametersHandle: Handle of the already opened FTP connection.SourceFileName: source file name (with full path optional).DestinationFileName: destination file name (with full path optional).TransferType : if 0 then file transfer in Binary mode else if 1 then file transfer in ASCII mode.

Returned value

True:if operation is completed successfully.

False:if there is an error.

Related functions

Page 114: Code Builder - English Manual

114 Code Builder Guide

© 2009 Sielco Sistemi Srl

FTPPut()

Example

Function void Get(int Connection)//*****************************************************************************// FTP Get//*****************************************************************************#modal bool Ritorno; Ritorno=FTPGet(Connection,GetStrGateValue("SourcePathFile",0), GetStrGateValue("DestPathFile",0), GetNumGateValue("TransferType",0)); if (Ritorno==false) then MessageBox("Generic error","Error"); else MessageBox("Operation completed successfully","Put file"); endend

9.9.2.4 FTPPut

Description

Uploads a file using FTP protocol to a remote FTP server.

SyntaxBool FTPPut(integer Handle,

string SourceFileName,string DestinationFileName,integer TransferType)

ParametersHandle: Handle of the already opened FTP connection.SourceFileName: source file name (with full path optional).DestinationFileName: destination file name (with full path optional).TransferType : if 0 then file transfer in Binary mode else if 1 then file transfer in ASCII mode.

Returned value

True:if operation is completed successfully.

False:if there is an error.

Related functions

FTPGet()

Example

Page 115: Code Builder - English Manual

115API

© 2009 Sielco Sistemi Srl

Function void Put(int Connection)//*****************************************************************************// FTP Put//*****************************************************************************#modal bool Ritorno; Ritorno=FTPPut(Connection,GetStrGateValue("SourcePathFile",0), GetStrGateValue("DestPathFile",0), GetNumGateValue("TransferType",0)); if (Ritorno==false) then MessageBox("Generic error","Error"); else MessageBox("Operation completed successfully","Put file"); endend

9.10 Math

9.10.1 Abs

Descriptionit returns the absolute value of a real number

SyntaxReal Abs(Real Value)

ParametersValue = number to process

Returned valueabsolute value of the number

Related functions-

ExamplePosValue=Abs(NegValue);

9.10.2 ArcCos

Descriptionit returns inverse cosinus of a real value (value must be between -1 and 1)

SyntaxReal ArcCos(Real Value)

ParametersValue = value to process

Returned value

Page 116: Code Builder - English Manual

116 Code Builder Guide

© 2009 Sielco Sistemi Srl

inverse cosine of the value

Related functionsCos(), ArcSin()

Examplenewval=ArcCos(value);

9.10.3 ArcSin

Descriptionit returns inverse sinus of a real value (value must be between -1 and 1)

SyntaxReal ArcSin(Real Value)

ParametersValue = value to process

Returned valueinverse sinus of the value

Related functionsArcCos(), Sin()

Examplenewval=ArcSin(value);

9.10.4 ArcTan

Descriptionit returns inverse tangent of a real value

SyntaxReal ArcTan(Real Value)

ParametersValue = value to process

Returned valueinverse tangent of the value

Related functionsTan()

ExampleTheta=ArcTan(Y/X);

Page 117: Code Builder - English Manual

117API

© 2009 Sielco Sistemi Srl

9.10.5 Cos

Descriptionit returns cosinus of a real value (angle in radians)

SyntaxReal Cos(Real Value)

ParametersValue = value to process

Returned valuecosinus of the value

Related functionsSin(), ArcCos()

ExampleSinTheta=Sin(Theta);

9.10.6 Exp

Descriptionit returns exponential value of a real number (e^x)

SyntaxReal Exp(Real Value)

ParametersValue = value to process

Returned valueexponential value

Related functionsLog()

ExampleDelta=Exp(2.758);

9.10.7 Log

Descriptionit returns logarithm of a real value

SyntaxReal Log(Real Value)

ParametersValue = value to process

Returned valuelogarithm of the value

Page 118: Code Builder - English Manual

118 Code Builder Guide

© 2009 Sielco Sistemi Srl

Related functionsExp()

ExampleSimilZero=Log(1.00001);

9.10.8 Mod

Descriptionit returns the division modulus of two integers

SyntaxInt Mod(int A, int B)

ParametersA = dividendB = divisor

Returned valuemodulus of division

Related functions-

ExampleResto=Mod(44,6);

9.10.9 Pow

Descriptionraising to power (x^n)

SyntaxReal Pow(Real Base, Real Exponent)

ParametersBase = base to be raised Exponent = exponent of the number

Returned valuenumber raised to power specified

Related functionsSqrt()

ExamplePowerOfTwo=Pow(2,8);

Page 119: Code Builder - English Manual

119API

© 2009 Sielco Sistemi Srl

9.10.10 Rand

Descriptionit returns a random value generated from specified range

SyntaxInt Rand(Int Range)

ParametersRange = max value generated

Returned valuerandom value between 0 and (Range-1)

Related functions-

ExampleLottoNo=Rand(90)+1;

9.10.11 Round

Descriptionit rounds up a value to a specified decimal

SyntaxReal Round(Real Value, Int Decimals)

ParametersValue = value to be roundedDecimals = decimal for operation

Returned valuerounded value

Related functions-

ExampleLastValue=Round(Sampled,3);

9.10.12 Sin

Descriptionit returns sinus of a real value (angle in radians)

SyntaxReal Sin(Real Value)

ParametersValue = value to process

Returned valuesinus of the value

Page 120: Code Builder - English Manual

120 Code Builder Guide

© 2009 Sielco Sistemi Srl

Related functionsCos(), ArcSin()

ExampleSinTheta=Sin(Theta);

9.10.13 Sqrt

Descriptionit returns square root of a real value

SyntaxReal Sqrt(Real Value)

ParametersValue = value to process

Returned valuesquare root of the value

Related functionsPow()

ExampleVal=Sqrt(A*B);

9.10.14 Tan

Descriptionit returns tangent of a real value (angles are in radians)

SyntaxReal Tan(Real Value)

ParametersValue = value to process

Returned valuetangent of the value

Related functionsArcTan()

ExampleTanAlfa=Tan(Beta-Gamma);

Page 121: Code Builder - English Manual

121API

© 2009 Sielco Sistemi Srl

9.11 Modem

9.11.1 ModemAvailable

DescriptionIt checks if a GSM Modem is available on the serial port

Syntaxint ModemAvailable(int SerialPortNumber)

ParametersSerialPortNumber = it is the number of the serial port

1 - means serial port COM12 - means serial port COM2x - generic serial port COMx

Returned valueresult:0 GSM modem replies and it is ready1 (internal) it is not possible to create listening thread2 (internal) it is not possible to allocate memory for buffers-1 serial port can not be opened-2 serial port is already opened-3 modem replies ERROR (may be this is not a GSM modem)-4 modem's reply is not a standard reply (it is not OK or ERROR)-5 modem does not reply

Related functionsModemSetPIN() , ModemSetServicesCenter() , ModemSetTextMode() , ModemSendSMS()

Exampleif (ModemAvailable(2) !=0) then

MessageBox("Modem on the COM2 is ready","MODEM");end

9.11.2 ModemDial

DescriptionIt calls a remote device through telephone line (you need a modem installed)

SyntaxInt ModemDial(int Channel, String Number, int TimeOut)

ParametersChannel = the number of the communication channel (this channel must have

a remote protocol selected)Number = the telephone number to dialTimeOut = number of seconds to wait for connecting

Returned valueresult:0 Connected-1 Init Failed (initialization failed)-2 Dial failed (it cannot dial a number)

Page 122: Code Builder - English Manual

122 Code Builder Guide

© 2009 Sielco Sistemi Srl

-3 Busy (the line is busy)-4 TimeOut -5 Modem already in use -6 Channel is not remote (the specified channel has not a remote protocol)-7 Ghost Channel (the specified channel has not a protocol selected)

Related functionsModemHangup()

Exampleint res;res=ModemDial(1,"800600600",30);

9.11.3 ModemHangup

DescriptionIt closes the current remote connection

Syntaxvoid ModemHangup()

Parameters-

Returned value-

Related functionsModemDial()

ExampleModemHangup();

9.11.4 ModemSendSMS

DescriptionSend a short text message to a SMS compliant receiver, a mobile phone for example

Syntaxint ModemSendSMS(int SerialPortNumber, string Number, string Message)

ParametersSerialPortNumber = it is the number of the serial port

1 - means serial port COM12 - means serial port COM2x - generic serial port COMx

Number = Number of the receiver device (it can be sent to all device that can accept SMS)Message = text message to send

Returned valueresult:0 GSM modem replies and it is ready1 (internal) it is not possible to create listening thread2 (internal) it is not possible to allocate memory for buffers-1 serial port can not be opened-2 serial port is already opened

Page 123: Code Builder - English Manual

123API

© 2009 Sielco Sistemi Srl

-3 modem replies ERROR (may be this is not a GSM modem)-4 modem's reply is not a standard reply (it is not OK or ERROR)-5 modem does not reply-6 modem does not recognize command-11 inserted number is too long (it must be 40 chars wide at most)-12 inserted message is too long (it must be 160 chars wide at most)

Related functionsModemAvailable() , ModemSetPIN() , ModemSetServicesCenter() , ModemSetTextMode()

Examplestring message;message = "ALARM: high temp" + GetNumGateValue("temp",11)+ " °C";ModemSendSMS(1, "+393491212121", message);

9.11.5 ModemSetPIN

DescriptionSet the PIN to use the SIM card inserted in the GSM modem

Syntaxint ModemSetPIN(int SerialPortNumber, string PIN)

ParametersSerialPortNumber = it is the number of the serial port

1 - means serial port COM12 - means serial port COM2x - generic serial port COMx

PIN = PIN number used to access the SIM

Returned valueresult:0 GSM modem replies and it is ready1 (internal) it is not possible to create listening thread2 (internal) it is not possible to allocate memory for buffers-1 serial port can not be opened-2 serial port is already opened-3 PIN Error (warning: there are only few tries)-4 modem's reply is not a standard reply (it is not OK or ERROR)-5 modem does not reply

Related functionsModemAvailable() , ModemSetServicesCenter() , ModemSetTextMode() , ModemSendSMS()

ExampleModemSetPIN(2,"1234"); // Set 1234 PIN to use the SIM card

Note: It has to wait 30 seconds before using again the GSM Modem, otherwise authenticationprocess can fail

Page 124: Code Builder - English Manual

124 Code Builder Guide

© 2009 Sielco Sistemi Srl

9.11.6 ModemSetServicesCenter

DescriptionIt is necessary to set the center of services number in order to send SMS

Syntaxint ModemSetServicesCenter(int SerialPortNumber, stringServicesCenterNumber)

ParametersSerialPortNumber = it is the number of the serial port

1 - means serial port COM12 - means serial port COM2x - generic serial port COMx

ServicesCenterNumber = number of the services center (see note below)

Returned valueresult:0 GSM modem replies and it is ready1 (internal) it is not possible to create listening thread2 (internal) it is not possible to allocate memory for buffers-1 serial port can not be opened-2 serial port is already opened-3 modem replies ERROR (may be this is not a GSM modem)-4 modem's reply is not a standard reply (it is not OK or ERROR)-5 modem does not reply-11 Number of the centre too long (max 40 chars)

Related functionsModemAvailable() , ModemSetPIN() , ModemSetTextMode() , ModemSendSMS()

ExampleModemSetServicesNumber(2,"+393492000300");

Note:It is possible to read the services center number on a mobile phone searching through menus.The same number can be requested to own telephonic service provider or it can be found in themanual bought with the SIM card.

9.11.7 ModemSetTextMode

DescriptionSometimes it is necessary to set the format of the SMS; this function set a text format for shortmessages

Syntaxint ModemSetTextMode(int SerialPortNumber)

ParametersSerialPortNumber = it is the number of the serial port

1 - means serial port COM12 - means serial port COM2x - generic serial port COMx

Returned valueresult:

Page 125: Code Builder - English Manual

125API

© 2009 Sielco Sistemi Srl

0 GSM modem replies and it is ready1 (internal) it is not possible to create listening thread2 (internal) it is not possible to allocate memory for buffers-1 serial port can not be opened-2 serial port is already opened-3 modem replies ERROR (may be this is not a GSM modem)-4 modem's reply is not a standard reply (it is not OK or ERROR)-5 modem does not reply

Related functionsModemAvailable() , ModemSetPIN() , ModemSetServicesCenter() , ModemSendSMS()

ExampleModemSetPIN(2,"4488");ModemSetServicesNumber(2,"+393492000300"); ModemSetTextMode(2);

9.12 Recipes

9.12.1 RecipeCreate

Description

It creates a recipe according to the defined model and parameters.

SyntaxBool RecipeCreate(String Model, String Recipe, Bool ErrorMsg)

Parameters

Model = recipe model (existing)

Recipe = name of the recipe you want to create

ErrMsg = true if you want to display a message error

Returned value

true (if the operation has been successful)

false (if not)

Related functionsRecipeImport(), RecipeExecute()

ExampleRecipeIsReady=RecipeCreate("Recipes", "Week 32", false);

9.12.2 RecipeExecute

Description

It sends the values concerning the specified recipe to the various devices.

SyntaxBool RecipeExecute(String Model, String Recipe, Bool CompletionMsg)

Parameters

Page 126: Code Builder - English Manual

126 Code Builder Guide

© 2009 Sielco Sistemi Srl

Model = model whose values you want to change

Recipe = model values

ErrMsg = true if you want to display a message error

Returned valuetrue (if the operation has been successful)false (if not)

Related functionsRecipeCreate(), RecipeImport()

ExampleRecipeExecute (CurrModel,NewInsertedValues, true)

9.12.3 RecipeImport

Description

It saves the values concerning the model in the specified recipe.

SyntaxBool RecipeImport(String Model, String Recipe, Bool CompletionMsg)

Parameters

Model = model whose values you want to read (existing)

Recipe = recipe you want to import the values to (existing)

ErrMsg = true if you want to display a message error

Returned value

true (if the operation has been successful)

false (if not)

Related functionsRecipeCreate(), RecipeExecute()

ExampleRecipeImport (CurrModel,CurrValues, false);

9.13 Report

9.13.1 ReportAppendRecord

Description

This command is used for DAT report configured to "Save record on command". When thiscommand is executed,a new record will be appended to the present report file;if the file doesn'texist,it will be created.

If the report is configured to be saved in the default report directory, ReportCreate() function canbe used to automatically create a new file.In this case the previous report file will be renamed from(ReportName).001 to (ReportName).002 and a new file will be created with the name(ReportName).001.

Syntax

Page 127: Code Builder - English Manual

127API

© 2009 Sielco Sistemi Srl

ReportAppendRecord(String Name)

ParametersName = name of the report type (existing)

Returned value

-

Related functionsReportCreate()

Example

ReportAppendRecord("ReportName");

9.13.2 ReportCreate

Description

It draws up a Report file.

SyntaxBool ReportCreate(String Name)

ParametersName = name of the report type (existing)

Returned value

true (if the operation has been successful)

false (if not)

Related functionsReportDisplay(), ReportPrint() , ReportSetFullPathFileName()

ExampleFileCreatedFlag= ReportCreate("CurrentSystemStatus");

9.13.3 ReportDisplay

Description

It displays the last created Report file.

SyntaxBool ReportDisplay(String Name)

Parameters

Name = name of the report file

Returned value

Page 128: Code Builder - English Manual

128 Code Builder Guide

© 2009 Sielco Sistemi Srl

true (if the operation has been successful)

false (if not)

Related functionsReportCreate(), ReportPrint()

ExampleFileSuccesfullyReaded= ReportDisplay("SystemStatus");

9.13.4 ReportGetPeriodType

Description:

Returns an integer indicating the report creation frequency

Syntax:

Int ReportGetPeriodType(String ReportName)

Parameters:

ReportName = name of the report file

Returned value:

0 Never (report don't be created)

1 Time (report is created periodically at specified time interval)

2 DayOfWeek (report is created once a week)

3 DayOfMonth (report is created once a month)

4 DayAndMonth (report is created once a year)

Related functions:

ReportSetPeriodNone(),

ReportSetPeriodTime(),

ReportSetPeriodDayOfWeek(),

ReportSetPeriodDayOfMonth(),

ReportSetPeriodDayAndMonth()

Example:

GroupAReportTime = ReportGetPeriodTime(GroupAReportFileName);

9.13.5 ReportInsertText

Description

It insert text into a report during its creation.

This function must be used only inside a report.

Syntaxvoid ReportInsertText(String text)

Page 129: Code Builder - English Manual

129API

© 2009 Sielco Sistemi Srl

Parameters

text = text that will be inserted into report

Returned value

-

Related functionsReportInsertTemplate()

ExampleReportInsertText, ReportInsertTemplate example

Note: Restrictions

9.13.6 ReportInsertTemplate

Description

It insert template image into a report during its creation.

(Obsolete function - now replaced from ReportinsertTemplateEx)

This function must be used only inside a report.

Syntaxvoid ReportInsertTemplate(String text)

Parameters

text = template name which image will be inserted into report

Returned value

-

Related functionsReportInsertText(),ReportInsertTemplateEx()

ExampleReportInsertText, ReportInsertTemplate example

Note: Template images are quite large, an image of a 1024x768 template is about 2.5Mbytes.

Restrictions

9.13.7 ReportInsertTemplateEx

Description

It insert template image into a report during its creation.

This function must be used only inside a report.

Syntax

Page 130: Code Builder - English Manual

130 Code Builder Guide

© 2009 Sielco Sistemi Srl

void ReportInsertTemplate(String text)

Parameters

text = template name which image will be inserted into report

Returned value

-

Related functionsReportInsertText()

ExampleReportInsertText, ReportInsertTemplate example

Note: Template images are quite large, an image of a 1024x768 template is about 2.5Mbytes.

Restrictions

9.13.8 ReportInsertHistoricalAlarmsRTF

DescriptionThis function automatically insert an historical alarms / events list in a "RTF" report.

SyntaxReportInsertHistoricalAlarmsRTF(int sDay,int sMonth,int sYear,int sHour,int sMin,int sSec,int eDay,int eMonth,int eYear,int eHour,int eMin,int eSec,int ListType,bool ShowDescription,string ColumnName1,string ColumnName2,string ColumnName3,string ColumnName4,string ColumnName5,string ColumnName6,string ColumnName7,string ColumnName8,string ColumnName9,string ColumnName10,string ColumnName11,string ColumnName12,string ColumnName13,int FilterClass1,

Page 131: Code Builder - English Manual

131API

© 2009 Sielco Sistemi Srl

string FilterClass2,string FilterClass3,string FilterClass4,string FilterClass5,string FilterClass6,string FilterClass7)

PARAMETERS DESCRIPTION

sDay = start daysMonth = start monthsYear = start yearsHour = start hoursMin = start minutessSec = start seconds

Start date / Time from which start to insert in thereport the historical alarms / events

eDay = end dayeMonth = end montheYear = end yeareHour = end houreMin = end minuteseSec = end seconds

End date / Time to which stop to insert in reportthe historical alarms / events

ListType 0: show alarms1: show events2: show both alarms and events

ShowDescription True : show header description of eachconfigured columnFalse: don't show header description

ColumName1ColumName2ColumName3ColumName4ColumName5ColumName6ColumName7ColumName8ColumName9ColumName10ColumName11ColumName12ColumName13

There are at maximum 13 columns.The type of data to show in each column is

specified by columnname identifier and can be one of the following

name:"MESSAGE" : show the message of

alarm/event"START_DATE": show start date of alarm/event"START_TIME": show start time of alarm/event"END_DATE": show end date of alarm/event"END_TIME": show end time of alarm/event"DURATION": show duration of alarm/event"CLASS1": show class1 "CLASS2": show class2"CLASS3": show class3"CLASS4": show class4"CLASS5": show class5"CLASS6": show class6"CLASS7": show class7All the columns specified in ColumnName1..13must be also specified inProjectManager->Configuration->Template->HistoricalAlarms or HistoricalEvents.A NULL string ("") must be specified if therelative column must not be displayed.

FilterClass1 With these parameters is possible to specify a

Page 132: Code Builder - English Manual

132 Code Builder Guide

© 2009 Sielco Sistemi Srl

FilterClass2 FilterClass3 FilterClass4 FilterClass5 FilterClass6 FilterClass7

view filter for alarms/event in the report.FilterClass1 is a number while FilterClass2 toFilterClass7 are string of char.FilterClass1= -1 means don't care about Class1.(Show all alarms/events) FilterClass2...FilterClass7= "" means don't careabout Class2...Class7.

Returned valueNone.

Remarks

How to set columns width?

Each column is separated by a TAB char, so in the source report file must be set the tabulator ofeach columns.

For example with Microsoft WordPad, tabulator can be set by selecting Format->Tabulator MenuItem.

ExampleReportInsertHistoricalAlarmsRTF(10,11,2005,0,0,0,10,11,2005,23,59,59,0,true,"MESSAGE","START_DATE","START_TIME","END_DATE","END_TIME","DURATION","CLASS1","CLASS2","CLASS5","","","","",-1,"","","","","","");

Page 133: Code Builder - English Manual

133API

© 2009 Sielco Sistemi Srl

9.13.9 ReportInsertHistoricalAlarmsTXT

DescriptionThis function automatically insert an historical alarms / events list in a "TXT" report.

SyntaxReportInsertHistoricalAlarmsTXT(int sDay,int sMonth,int sYear,int sHour,int sMin,int sSec,int eDay,int eMonth,int eYear,int eHour,int eMin,int eSec,int ListType,bool ShowDescription,string ColumnName1,int ColumnWidth1,string ColumnName2,int ColumnWidth2,string ColumnName3,int ColumnWidth3,string ColumnName4,int ColumnWidth4,string ColumnName5,int ColumnWidth5,string ColumnName6,int ColumnWidth6,string ColumnName7,int ColumnWidth7,string ColumnName8,int ColumnWidth8,string ColumnName9,int ColumnWidth9,string ColumnName10,int ColumnWidth10,string ColumnName11,int ColumnWidth11,string ColumnName12,int ColumnWidth12,string ColumnName13,int ColumnWidth13,int FilterClass1,string FilterClass2,string FilterClass3,string FilterClass4,string FilterClass5,string FilterClass6,string FilterClass7)

Page 134: Code Builder - English Manual

134 Code Builder Guide

© 2009 Sielco Sistemi Srl

PARAMETERS DESCRIPTION

sDay = start day sMonth = start month sYear = start year sHour = start hour sMin = start minutes sSec = start seconds

Start date / Time from which start to insert in thereport the historical alarms / events

eDay = end day eMonth = end month eYear = end year eHour = end hour eMin = end minutes eSec = end seconds

End date / Time to which stop to insert in reportthe historical alarms / events

ListType 0: show alarms1: show events2: show both alarms and events

ShowDescription True : show header description of eachconfigured columnFalse: don't show header description

ColumName1,ColumnWidth1,ColumName2,ColumnWidth2,ColumName3,ColumnWidth3,ColumName4,ColumnWidth4,ColumName5,ColumnWidth5, ColumName6,ColumnWidth6,ColumName7,ColumnWidth7,ColumName8,ColumnWidth8,ColumName9,ColumnWidth9, ColumName10,ColumnWidth10,ColumName11,ColumnWidth11,ColumName12,.ColumnWidth12, ColumName13, ColumnWidth13,

There are at maximum 13 columns.The type of data to show in each column is

specified by columnname identifier and can be one of the following

name:"MESSAGE" : show the message of

alarm/event"START_DATE": show start date of alarm/event"START_TIME": show start time of alarm/event"END_DATE": show end date of alarm/event"END_TIME": show end time of alarm/event"DURATION": show duration of alarm/event"CLASS1": show class1 "CLASS2": show class2"CLASS3": show class3"CLASS4": show class4"CLASS5": show class5"CLASS6": show class6"CLASS7": show class7All the columns specified in ColumnName1..13must be also specified inProjectManager->Configuration->Template->HistoricalAlarms or HistoricalEventsA NULL string ("") must be specified if therelative column must not bedisplayedColumn Width identifier specify the maximumnumber of chars for each column.

FilterClass1 FilterClass2FilterClass3FilterClass4FilterClass5

With these parameters is possible to specify aview filter for alarms/event in the report.FilterClass1 is a number while FilterClass2 toFilterClass7 are string of char.

Page 135: Code Builder - English Manual

135API

© 2009 Sielco Sistemi Srl

FilterClass6FilterClass7

FilterClass1= -1 means don't care about Class1.(Show all alarms/events) FilterClass2...FilterClass7= "" means don't careabout Class2...Class7.

Returned valueNone.

ExampleReportInsertHistoricalAlarmsTXT(10,11,2005,0,0,0,10,11,2005,23,59,59,0,true,"MESSAGE",30"START_DATE",13"START_TIME",13"END_DATE",13"END_TIME",13"DURATION",15"CLASS1",3"CLASS2",10"CLASS5",10"","","","",-1,"","","","","","");

9.13.10 ReportLotTime

Description:

Returns a string with the following format:

DD/MM/YYYY - HH:MN:SS

Syntax:

String ReportLotTime (Int GG, Int MM, Int AAAA, Int HH, Int MN, Int SS)

Parameters:

GG = day

MM = month

AAAA = year

Page 136: Code Builder - English Manual

136 Code Builder Guide

© 2009 Sielco Sistemi Srl

HH = hour

MN = minutes

SS = seconds

Returned value

formatted string with parameters

Related functions

-

Example:

String start;

start = ReportLotTime (GetDayOfMonth(), GetMonth(), GetYear(), 0, 0,0);

9.13.11 ReportPrint

Description

It prints out the last created Report file.

SyntaxBool ReportPrint(String Name, Bool ViewPrintDlg)

Parameters

Name = name of the report file

ViewPrintDlg = true (it displays the printer preferences before printing)

false (it doesn't)

Returned value

true (if the operation has been successful)

false (if not)

Related functionsReportCreate(), ReportDisplay()

ExampleFileSuccesfullyPrinted= ReportPrint("SystemStatus");

9.13.12 ReportSetFullPathFileName

Description

Specify the file name (with absolute full path) that must be associated with the next report that willbe ceated.

This instruction is usually followed by ReportCreate()

Syntax

Page 137: Code Builder - English Manual

137API

© 2009 Sielco Sistemi Srl

Bool ReportSetFullPathFileName(String ReportType,StringFullPathFileName)

ParametersReportType = report type file nameFullPathFileName = name to be associated with the next report of type ReportType that will be

created.The filename must be specified with the absolute complete path, like:"C:\DOCUMENTS\Report_07_10_1970.txt. If the path does not exist,ReportCreate() function does not create any report. If a file with the samename already exist it will be overwritten. If a file name has been specifiedwith ReportSetFullPathFileName() function, all the reports that will be createdafter that function will overwrite the same file; to come back to the standardoperation mode it is necessary to use again ReportSetFullPathFileName() function, specifing FullPathFileName="".

Returned value

true (if the operation has been successful)

false (if not)

Related functionsReportCreate()

Example

//================================================================ // Associate the name "C:\Documents\LotNumber1.rtf" to the report type "ProductionLot" //================================================================ if (ReportSetFullPathFileName("ProductionLot","C:\Documents\LotNumber1.rtf")==true) then

//===================================// Create the report C:\Documents\LotNumber1.rtf

//===================================ReportCreate("ProductionLot");

//=================================// Return to the standart report operation mode//=================================ReportSetFullPathFileName("ProductionLot","");

end

9.13.13 ReportSetPeriodDayOfWeek

Description:

Specifies the day of the week when report has to be created.

Syntax:

Bool ReportSetPeriodDayOfWeek (String ReportName,Int Day,Int syncHour,

Int syncMin,Int syncSec)

Parameters:

ReportName = name of the report file

Page 138: Code Builder - English Manual

138 Code Builder Guide

© 2009 Sielco Sistemi Srl

Day = day of week (1=mon, 2=tue, 3=wend...)

syncHour, syncMin, syncSec = start time

Returned value:

true (on success)

false (when file doesn't exist or specified time parameters are wrong)

Related fuctions:

ReportGetPeriodType(),

ReportSetPeriodNone(),

ReportSetPeriodTime(),

ReportSetPeriodDayOfMonth(),

ReportSetPeriodDayAndMonth()

Example:

ReportSetPeriodDayOfWeek(RepName,2,9,0,0); // tue by 9.00

9.13.14 ReportSetPeriodDayOfMonth

Description:

Specifies the day of the month when report has to be created.

Syntax:

Bool ReportSetPeriodDayOfMonth (String ReportNameInt Day,Int syncHour,

Int syncMin, Int syncSec)

Parameters:

ReportName = name of the report file

Day = day of month

syncHour, syncMin, syncSec = start time

Returned value:

true (on success)

false (when file doesn't exist or specified time parameters are wrong)

Related functions:

ReportGetPeriodType(),

ReportSetPeriodNone(),

ReportSetPeriodTime(),

Page 139: Code Builder - English Manual

139API

© 2009 Sielco Sistemi Srl

ReportSetPeriodDayOfWeek(),

ReportSetPeriodDayAndMonth()

Example:

ReportSetPeriodDayOfMonth(RepName,24,9,0,0); // 24th by 9

9.13.15 ReportSetPeriodDayAndMonth

Description:

Specifies the day and month when report has to be created.

Syntax:

Bool ReportSetPeriodDayAndMonth (String ReportName, Int Day, int Month

Int syncHour, Int syncMin, IntsyncSec)

Parameters:

ReportName = name of the report file

Day = day

Month = month

syncHour, syncMin, syncSec = start time

Returned value:

true (on success)

false (when file doesn't exist or specified time parameters are wrong)

Related functions:

ReportGetPeriodType(),

ReportSetPeriodNone(),

ReportSetPeriodTime(),

ReportSetPeriodDayOfWeek(),

ReportSetPeriodDayOfMonth()

Example:

ReportSetPeriodDayOfMonth(RepName,24,1,9,0,0); // Jan 24th by 9.00

Page 140: Code Builder - English Manual

140 Code Builder Guide

© 2009 Sielco Sistemi Srl

9.13.16 ReportSetPeriodNone

Description:

Specifies that the report must not be created

Syntax:

Bool ReportSetPeriodNone (String ReportName)

Parameters:

ReportName = name of the report file

Returned value:

true (on success)

false (on failure, may be that report doesn't exist )

Related functions:

ReportGetPeriodType(),

ReportSetPeriodTime(),

ReportSetPeriodDayOfWeek(),

ReportSetPeriodDayOfMonth(),

ReportSetPeriodDayAndMonth()

Example:

ReportSetPeriodNone(GroupAReportFileName);

9.13.17 ReportSetPeriodTime

Description:

Sets the report creation interval time

Syntax:

Bool ReportSetPeriodTime (String ReportName,Int OraPeriodo, IntMinPeriodo,

Int SecPeriodo,Int OraSincron, IntMinSincron,

Int SecSincron)

Parameters:

ReportName = name of the report file

Page 141: Code Builder - English Manual

141API

© 2009 Sielco Sistemi Srl

OraPeriodo, MinPeriodo, SecPeriodo = interval between reports

OraSincron, MinSincron, SecSincron = start time

Returned value:

true (on success)

false (when file doesn't exist or specified time parameters are wrong)

Related functions:

ReportGetPeriodType(),

ReportSetPeriodNone(),

ReportSetPeriodDayOfWeek(),

ReportSetPeriodDayOfMonth(),

ReportSetPeriodDayAndMonth()

Example:

ReportSetPeriodTime(RepName,1,0,0,9,0,0); // every hours by 9.00

9.13.18 ReportShowCreationList

Description

Shows the list of the historical reports to be created

SyntaxVoid ReportShowCreationList()

Parameters-

Returned value-

Related functionsReportShowHistList()

ExampleReportShowCreationList();

9.13.19 ReportShowHistList

Description

Shows the historical reports list.

SyntaxVoid ReportShowHistList()

Page 142: Code Builder - English Manual

142 Code Builder Guide

© 2009 Sielco Sistemi Srl

Parameters-

Returned value-

Related functionsReportShowHistList()

Example

ReportShowHistList();

9.13.20 ReportInsertText, ReportInsertTemplate example

For example we have to create a daily report containing alarms found during a day.Alarms will be listed in a text file which line will rappresent date and time of the event.

ALARMS.TXT:....1/2/2001 09:16:581/2/2001 09:19:261/2/2001 09:21:391/2/2001 09:21:591/2/2001 09:22:191/2/2001 09:22:401/2/2001 09:23:00....

This file describe how report will be.ALARMS.RTF:

ALARMS FOUND:{InsertAlarms()}

This is the function called inside the report:ALARM.WLL:

Function void InsertAlarms() string line; int hh; int mn; int ss; int yy; int mm; int dd; int h1; int m1; int s1; int h2; int m2; int s2; int a; int i=0; int h=FileOpen("E:\ALARMS:TXT","rt"); While (FileEOF(h) == 0) line=FileReadLn(h); i=i+1; if (FileEOF(h) == 0) then ReportInsertText("Alarms at: "+line+Eol()); // convert date and time from text to numerical values a=StrPos(line,"/"); dd=StrToInt(StrSubString(line,1,a-1));line=StrDelete(line,1,a);

Page 143: Code Builder - English Manual

143API

© 2009 Sielco Sistemi Srl

a=StrPos(line,"/"); mm=StrToInt(StrSubString(line,1,a-1));line=StrDelete(line,1,a); a=StrPos(line," "); yy=StrToInt(StrSubString(line,1,a-1));line=StrDelete(line,1,a); a=StrPos(line,":"); hh=StrToInt(StrSubString(line,1,a-1));line=StrDelete(line,1,a); a=StrPos(line,":"); mn=StrToInt(StrSubString(line,1,a-1));line=StrDelete(line,1,a); // making a time range starting 30" before and ending 30" after ss=StrToInt(line); s1=ss-30; m1=mn; h1=hh; if (s1<0) then s1=60+s1; m1=m1-1; if (m1==-1) then m1=59; h1=h1-1; if (h1<0) then h1=23; end end end s2=s1; m2=m1+1; h2=h1; if (m2==60) then m2=0; h2=h2+1; if (h2==24) then h2=0; end end ChartSetTimeRange(dd,mm,yy,h1,m1,s1,dd,mm,yy,h2,m2,s2); //da -30" a +30" // insert chart that show the problem found ReportInsertTemplate("AlarmChart"); // template previously inserted AlarmChart // contains only one chart object that show the gates where problems were found ReportInsertText(Eol()+Eol()+Eol()+Eol()); end end FileClose(h);end

Resulting report at the end of the day can be like thisALARMS.001:

Page 144: Code Builder - English Manual

144 Code Builder Guide

© 2009 Sielco Sistemi Srl

9.13.21 Report: Note

If you want to use the new report manipulation API:ReportInsertText() andReportInsertTemplate()

you need the riched32.dll library in your system, this library is shipped with:MS Windows NT 4.0 or newer versionMS Internet Explorer 4.0 or newer versionMS Office 97 or newer version

9.14 String

9.14.1 CharToStr

Descriptionit makes a string of only one char

SyntaxString CharToStr(Int ASCIICode)

ParametersAsciiCode= ASCII code of desired char

Returned valuestring with the char

Related functions

Page 145: Code Builder - English Manual

145API

© 2009 Sielco Sistemi Srl

Eol(), StrToReal(), StrToInt(), IntToStr(), RealToStr(), StrToChar()

ExampleFGender=CharToStr(70);

9.14.2 Eol

Descriptionit returns the EndOfLine string

SyntaxString Eol()

Parameters-

Returned valuestring of one char (EOL char)

Related functionsCharToStr()

ExampleLine = "first line!" + Eol() + "second line!";

9.14.3 IntToStr

Description

Converts an integer value into its string representation

SyntaxString IntToStr(Int Value)

ParametersValue = integer to conver

Returned valuestring representation of the integer

Related functionsStrToInt(), StrToReal(), RealToStr(), ChatToStr()

ExampleMy=IntToStr(1975);

9.14.4 RealToStr

Description

Converts a real value into its string representation

SyntaxString RealToStr(Real Value)

Parameters

Page 146: Code Builder - English Manual

146 Code Builder Guide

© 2009 Sielco Sistemi Srl

Value = real value to convert

Returned value

String representation of the real value

Related functionsStrToInt(), StrToReal(), IntToStr(), ChatToStr()

ExampleAbsZero=RealToStr(-273.5);

9.14.5 StrCase

Description

Converts a string to lower case or upper case.

SyntaxString StrCase(String S, Bool UpperCased)

ParametersS = string to processUpperCased = true (convert to uppercase) false (convert to lowercase)

Returned valueThe converted string

Related functions-

ExampleLowCase=StrCase("VaLUe",false); // LowCase= "value"

9.14.6 StrConcat

Description

Concatenates two strings.

SyntaxString StrConcat(String S1, String S2)

ParametersS1 = first stringS2 = second string

Returned value

The string result of the concatenation of the two strings.

Related functionsStrDelete()

Example

Page 147: Code Builder - English Manual

147API

© 2009 Sielco Sistemi Srl

text = StrConcat ("Name","Spock"); // text = "NameSpock"

9.14.7 StrDelete

Description

Deletes a part (substring) of a string.

SyntaxString StrDelete(String S, Int Start, Int Len)

ParametersS = string to processStart = starting position of the substring to deleteLen = length of substring

Returned value

The string without the specified substring.

Related functionsStrSubString(), StrPos()

ExampleRes=StrDelete("it is not raining",7,4); // Res = "it is raining"

9.14.8 StrLen

Descriptionit returns the length of a string

SyntaxInt StrLen(String Value)

ParametersValue = string to process

Returned valuethe length of the string

Related functions-

ExampleNameLen = StrLen(Name);

9.14.9 StrOfChar

Description

Builds a string composed of the same char repeated.

SyntaxString StrOfChar(Int Chr, int Len)

Parameters

Page 148: Code Builder - English Manual

148 Code Builder Guide

© 2009 Sielco Sistemi Srl

Chr = char to be repeatedLen = total length of string

Returned valuestring created with specified parameters

Related functions-

ExampleTenB=StrOfChar (66,10); // = "BBBBBBBBBB"

9.14.10 StrPos

Description

Searches for a substring in a string.

SyntaxInt StrPos(String S, String SubStr)

ParametersS = string to search inSubStr = substring to search

Returned valueposition of the substring (if found), otherwise 0

Related functionsStrDelete(), StrSubString()

ExampleAt=StrPos("it is not raining","not"); // At = 7

9.14.11 StrSubString

Description

Extracts a substring from a string.

SyntaxString StrSubString(String S, Int Start, Int Len)

ParametersS = string to processStart = starting position of the substring to extractLen = length of the substring

Returned valueThe substring specified by parameters.

Related functionsStrDelete(),StrPos()

ExampleRes=StrSubString("it is not raining",7,4); // Res = "not "

Page 149: Code Builder - English Manual

149API

© 2009 Sielco Sistemi Srl

9.14.12 StrToChar

Description

Returns a char contained in a string, specified by its position.

SyntaxChar StrToChar (String Str, Int Pos)

ParametersStr = string to processPos = position of desired char (1 is the first char)

Returned value

The char of the string at the given position

Related functionsEol(), StrToReal(), StrToInt(), IntToStr(), RealToStr(), CharToStr()

ExampleLetter = StrToChar(InputField, i);

9.14.13 StrToInt

Descriptionit converts an integer value within a string to integer

SyntaxInt StrToInt(String Value)

ParametersValue = string that contains number

Valore resituitointeger value

Related functionsStrToReal(), IntToStr(), RealToStr(), CharToStr()

ExampleThickness = StrToInt(InputDialog("Thickness", "Line","10"));

9.14.14 StrToReal

Descriptionit converts real value within a string to real format

SyntaxReal StrToReal(String Value)

ParametersValue = string that contains value

Returned valuevalue converted to real

Page 150: Code Builder - English Manual

150 Code Builder Guide

© 2009 Sielco Sistemi Srl

Related functionsRealToStr(), StrToInt(), CharToStr(), IntToStr()

ExampleSize = StrToReal(strSize);

9.15 Template

9.15.1 TPageClose

Description

It closes the specified template page.

Syntaxvoid TPageClose(Integer Page)

ParametersPage = number of page to close

Returned value-

Related functions-

Exampleint genPage;...enPage = TPageOpen("Genesis");MessageBox("Click to close","Genesis page");TPageClose(genPage);

9.15.2 TPageOpen

Description

It opens a template page giving a specific name to it.

Syntaxint TPageOpen(String Name)

Parameters

Name = name to give to the page

Returned valuepage number >1 (on success)0 (on failure)

Related functions-

Exampleint mainPage;mainPage=TPageOpen("Genoma Project");

Page 151: Code Builder - English Manual

151API

© 2009 Sielco Sistemi Srl

9.15.3 TPagePrint

Description

Prints the template page that call this function

SyntaxBool TPagePrint(Bool ViewPrintDlg)

ParametersViewPrintDlg = if true shows the print dialog before printing

Returned valuetrue (on success)false (on failure)

Related functions-

Exampleif (TPagePrint(true)) then MessageBox("Printed","RESULT");else MessageBox("Print failed","RESULT");end

9.15.4 TemplateAlarmsStatus

Description

Open the alarms status template.

Syntaxvoid TemplateAlarmsStatus()

Parameters-

Returned value-

Related functionsTemplatePrinterSetup() , TemplateRecipe() , TemplateSystemStatus() , TemplateDevicesStatus(), TemplateGatesStatus() , TemplateAlarmsStatus() , TemplateEventsStatus() ,TemplateHistAlarms() , TemplateHistEvents() , TemplateUserChanges() , TemplateChart() ,TemplateMultilanguage() , TemplateMakeReport() , TemplateViewReport() , TemplatePassword()

ExampleTemplateAlarmsStatus();

9.15.5 TemplateChart

Description

Open the chart template.

Syntax

Page 152: Code Builder - English Manual

152 Code Builder Guide

© 2009 Sielco Sistemi Srl

void TemplateChart()

Parameters-

Returned value-

Related functionsTemplatePrinterSetup() , TemplateRecipe() , TemplateSystemStatus() , TemplateDevicesStatus(), TemplateGatesStatus() , TemplateAlarmsStatus() , TemplateEventsStatus() ,TemplateHistAlarms() , TemplateHistEvents() , TemplateUserChanges() , TemplateChart() ,TemplateMultilanguage() , TemplateMakeReport() , TemplateViewReport() , TemplatePassword()

ExampleTemplateChart();

9.15.6 TemplateDefineGroupNames

DescriptionIt opens the define groups name dialog.

Syntaxvoid TemplateDefineGroupNames()

Parameters-

Returned value-

Related functionsTemplatePrinterSetup() , TemplateRecipe() , TemplateSystemStatus() , TemplateDevicesStatus(), TemplateGatesStatus() , TemplateAlarmsStatus() , TemplateEventsStatus() ,TemplateHistAlarms() , TemplateHistEvents() , TemplateUserChanges() , TemplateChart() ,TemplateMultilanguage() , TemplateMakeReport() , TemplateViewReport() , TemplatePassword(),TemplateDefineGroupNames()

ExampleTemplateDefineGroupNames();

9.15.7 TemplateDefinePagesAccess

DescriptionIt opens the define pages access dialog.

Syntaxvoid TemplateDefinePagesAccess()

Parameters-

Returned value-

Page 153: Code Builder - English Manual

153API

© 2009 Sielco Sistemi Srl

Related functionsTemplatePrinterSetup() , TemplateRecipe() , TemplateSystemStatus() , TemplateDevicesStatus(), TemplateGatesStatus() , TemplateAlarmsStatus() , TemplateEventsStatus() ,TemplateHistAlarms() , TemplateHistEvents() , TemplateUserChanges() , TemplateChart() ,TemplateMultilanguage() , TemplateMakeReport() , TemplateViewReport() , TemplatePassword(),TemplateDefineGroupNames()

ExampleTemplateDefinePagesAccess();

9.15.8 TemplateDefineUsers

DescriptionIt open the define user dialog.

Syntaxvoid TemplateDefineUsers()

Parameters-

Returned value-

Related functionsTemplatePrinterSetup() , TemplateRecipe() , TemplateSystemStatus() , TemplateDevicesStatus(), TemplateGatesStatus() , TemplateAlarmsStatus() , TemplateEventsStatus() ,TemplateHistAlarms() , TemplateHistEvents() , TemplateUserChanges() , TemplateChart() ,TemplateMultilanguage() , TemplateMakeReport() , TemplateViewReport() , TemplatePassword()

ExampleTemplateDefineUsers();

9.15.9 TemplateDevicesStatus

Description

Open the devices status template.

Syntaxvoid TemplateDevicesStatus()

Parameters-

Returned value-

Related functionsTemplatePrinterSetup() , TemplateRecipe() , TemplateSystemStatus() , TemplateDevicesStatus(), TemplateGatesStatus() , TemplateAlarmsStatus() , TemplateEventsStatus() ,TemplateHistAlarms() , TemplateHistEvents() , TemplateUserChanges() , TemplateChart() ,TemplateMultilanguage() , TemplateMakeReport() , TemplateViewReport() , TemplatePassword()

Example

Page 154: Code Builder - English Manual

154 Code Builder Guide

© 2009 Sielco Sistemi Srl

TemplateDevicesStatus();

9.15.10 TemplateEventsStatus

Description

Open the events status template.

Syntaxvoid TemplateEventsStatus()

Parameters-

Returned value-

Related functionsTemplatePrinterSetup() , TemplateRecipe() , TemplateSystemStatus() , TemplateDevicesStatus(), TemplateGatesStatus() , TemplateAlarmsStatus() , TemplateEventsStatus() ,TemplateHistAlarms() , TemplateHistEvents() , TemplateUserChanges() , TemplateChart() ,TemplateMultilanguage() , TemplateMakeReport() , TemplateViewReport() , TemplatePassword()

ExampleTemplateEventsStatus();

9.15.11 TemplateGatesStatus

Description

Open the gates status template.

Syntaxvoid TemplateGatesStatus()

Parameters-

Returned value-

Related functionsTemplatePrinterSetup() , TemplateRecipe() , TemplateSystemStatus() , TemplateDevicesStatus(), TemplateGatesStatus() , TemplateAlarmsStatus() , TemplateEventsStatus() ,TemplateHistAlarms() , TemplateHistEvents() , TemplateUserChanges() , TemplateChart() ,TemplateMultilanguage() , TemplateMakeReport() , TemplateViewReport() , TemplatePassword()

ExampleTemplateGatesStatus();

9.15.12 TemplateHistAlarms

Description

Open the history of the alarms template.

Syntax

Page 155: Code Builder - English Manual

155API

© 2009 Sielco Sistemi Srl

void TemplateHistAlarms()

Parameters-

Returned value-

Related functionsTemplatePrinterSetup() , TemplateRecipe() , TemplateSystemStatus() , TemplateDevicesStatus(), TemplateGatesStatus() , TemplateAlarmsStatus() , TemplateEventsStatus() ,TemplateHistAlarms() , TemplateHistEvents() , TemplateUserChanges() , TemplateChart() ,TemplateMultilanguage() , TemplateMakeReport() , TemplateViewReport() , TemplatePassword()

ExampleTemplateHistAlarms();

9.15.13 TemplateHistEvents

Description

Open the history of the events template.

Syntaxvoid TemplateHistEvents()

Parameters-

Returned value-

Related functionsTemplatePrinterSetup() , TemplateRecipe() , TemplateSystemStatus() , TemplateDevicesStatus(), TemplateGatesStatus() , TemplateAlarmsStatus() , TemplateEventsStatus() ,TemplateHistAlarms() , TemplateHistEvents() , TemplateUserChanges() , TemplateChart() ,TemplateMultilanguage() , TemplateMakeReport() , TemplateViewReport() , TemplatePassword()

ExampleTemplateHistEvents();

9.15.14 TemplateMakeReport

Description

Open the report generation template.

Syntaxvoid TemplateMakeReport()

Parameters-

Returned value-

Related functions

Page 156: Code Builder - English Manual

156 Code Builder Guide

© 2009 Sielco Sistemi Srl

TemplatePrinterSetup() , TemplateRecipe() , TemplateSystemStatus() , TemplateDevicesStatus(), TemplateGatesStatus() , TemplateAlarmsStatus() , TemplateEventsStatus() ,TemplateHistAlarms() , TemplateHistEvents() , TemplateUserChanges() , TemplateChart() ,TemplateMultilanguage() , TemplateMakeReport() , TemplateViewReport() , TemplatePassword()

ExampleTemplateMakeReport();

9.15.15 TemplateMultilanguage

Description

Open the multi language template.

Syntaxvoid TemplateMultilanguage()

Parameters-

Returned value-

Related functionsTemplatePrinterSetup() , TemplateRecipe() , TemplateSystemStatus() , TemplateDevicesStatus(), TemplateGatesStatus() , TemplateAlarmsStatus() , TemplateEventsStatus() ,TemplateHistAlarms() , TemplateHistEvents() , TemplateUserChanges() , TemplateChart() ,TemplateMultilanguage() , TemplateMakeReport() , TemplateViewReport() , TemplatePassword()

ExampleTemplateMultilanguage();

9.15.16 TemplatePassword

Description

It open the password dialog.

Syntaxvoid TemplatePassword()

Parameters-

Returned value-

Related functionsTemplatePrinterSetup() , TemplateRecipe() , TemplateSystemStatus() , TemplateDevicesStatus(), TemplateGatesStatus() , TemplateAlarmsStatus() , TemplateEventsStatus() ,TemplateHistAlarms() , TemplateHistEvents() , TemplateUserChanges() , TemplateChart() ,TemplateMultilanguage() , TemplateMakeReport() , TemplateViewReport() , TemplatePassword()

ExampleTemplatePassword();

Page 157: Code Builder - English Manual

157API

© 2009 Sielco Sistemi Srl

9.15.17 TemplatePrinterSetup

Description

Open the printer setup template.

Syntaxvoid TemplatePrinterSetup()

Parameters-

Returned value-

Related functionsTemplatePrinterSetup() , TemplateRecipe() , TemplateSystemStatus() , TemplateDevicesStatus(), TemplateGatesStatus() , TemplateAlarmsStatus() , TemplateEventsStatus() ,TemplateHistAlarms() , TemplateHistEvents() , TemplateUserChanges() , TemplateChart() ,TemplateMultilanguage() , TemplateMakeReport() , TemplateViewReport() , TemplatePassword()

ExampleTemplatePrinterSetup();

9.15.18 TemplateRecipe

Description

Open the recipe manager template.

Syntaxvoid TemplateRecipe()

Parameters-

Returned value-

Related functionsTemplatePrinterSetup() , TemplateRecipe() , TemplateSystemStatus() , TemplateDevicesStatus(), TemplateGatesStatus() , TemplateAlarmsStatus() , TemplateEventsStatus() ,TemplateHistAlarms() , TemplateHistEvents() , TemplateUserChanges() , TemplateChart() ,TemplateMultilanguage() , TemplateMakeReport() , TemplateViewReport() , TemplatePassword()

ExampleTemplateRecipe();

9.15.19 TemplateSystemStatus

Description

Open the system status template.

Syntaxvoid TemplateSystemStatus()

Page 158: Code Builder - English Manual

158 Code Builder Guide

© 2009 Sielco Sistemi Srl

Parameters-

Returned value-

Related functionsTemplatePrinterSetup() , TemplateRecipe() , TemplateSystemStatus() , TemplateDevicesStatus(), TemplateGatesStatus() , TemplateAlarmsStatus() , TemplateEventsStatus() ,TemplateHistAlarms() , TemplateHistEvents() , TemplateUserChanges() , TemplateChart() ,TemplateMultilanguage() , TemplateMakeReport() , TemplateViewReport() , TemplatePassword()

ExampleTemplateSystemStatus();

9.15.20 TemplateUserChanges

Description

Open the user's operations template.

Syntaxvoid TemplateUserChanges()

Parameters-

Returned value-

Related functionsTemplatePrinterSetup() , TemplateRecipe() , TemplateSystemStatus() , TemplateDevicesStatus(), TemplateGatesStatus() , TemplateAlarmsStatus() , TemplateEventsStatus() ,TemplateHistAlarms() , TemplateHistEvents() , TemplateUserChanges() , TemplateChart() ,TemplateMultilanguage() , TemplateMakeReport() , TemplateViewReport() , TemplatePassword()

ExampleTemplateUserChanges();

9.15.21 TemplateViewReport

Description

Open the report manager template.

Syntaxvoid TemplateViewReport()

Parameters-

Returned value-

Related functionsTemplatePrinterSetup() , TemplateRecipe() , TemplateSystemStatus() , TemplateDevicesStatus()

Page 159: Code Builder - English Manual

159API

© 2009 Sielco Sistemi Srl

, TemplateGatesStatus() , TemplateAlarmsStatus() , TemplateEventsStatus() ,TemplateHistAlarms() , TemplateHistEvents() , TemplateUserChanges() , TemplateChart() ,TemplateMultilanguage() , TemplateMakeReport() , TemplateViewReport() , TemplatePassword()

ExampleTemplateViewReport();

9.16 Template objects

9.16.1 Generic

9.16.1.1 TObjEndUpdate

DescriptionTerminates the modify session of the object and update it.When you want to set some object properties trough TObjSetPropertyBool(),TObjSetPropertyInt(),TObjSetPropertyReal(),TObjSetPropertyString(),TObjSetPropertyUnsigned() functions,it isnecessary to call before the TObjBeginUpdate() function to initialize the modify section area of the object.After setting all needed properties, it is necessary to call the TObjEndUpdate() to update theobject.

SyntaxVoid TObjEndUpdate(Int Id)

ParametersId = identifier of the object. It is the number set in "ID" property object trough Template Builder.

Returned value-

Related functionsTObjSetPropertyBool(),TObjSetPropertyInt(),TObjSetPropertyReal(),TObjSetPropertyString(),TObjSetPropertyUnsigned(),TObjBeginUpdate()

Example...TObjBeginUpdate(100);TObjSetPropertyReal(100,"ScaleMin",20);TObjSetPropertyReal(100,"ScaleMax",80);TObjEndUpdate(100);...

9.16.1.2 TObjFunction

DescriptionSend a command to a specified object.For example, for the Chart object there is the possibility to open some configuration windows (likechart set or time range configuration) or to simulate the forward ,rewind , reset zoom button .In this way you can use your own button, label, or bitmap objects to manipulate the Chart object.

SyntaxVoid TObjFunction(Int Id,int Function)

Parameters

Page 160: Code Builder - English Manual

160 Code Builder Guide

© 2009 Sielco Sistemi Srl

Id = identifier of the object. It is the number set in "ID" property object trough Template Builder.Function : command to perform (Refer to the object help in the Template Builder to know the list ofcommands that can be set through this function.)

Returned value-

Related functions

Example...TObjFunction(1,3);...

9.16.1.3 TObjGetH

Description

It returns the height of the specified object.

SyntaxInt TObjGetH(Int Id)

Parameters

Id = identifier of the object

Returned value

Height of the object

Related functionsTObjGetW(), TObjSetSize()

ExampleObjHeight=TObjGetH(ObjID);

9.16.1.4 TObjGetPropertyInt

DescriptionReturn an Integer property of the specified object.

SyntaxInt TObjGetPropertyInt(Int Id, string PropertyName)

ParametersId = object identifier. It is the number set in the "ID" property of the object (see Template Builder).PropertyName = name of the property to read. Refer to the object help in the Template Builder toknow the list of properties that can be read trough this function.Value = value to set.

Returned valueNumeric value of the property

Related functions

Page 161: Code Builder - English Manual

161API

© 2009 Sielco Sistemi Srl

Example...int Index;Index=TObjGetPropertyInt(100,"ItemSelected");...

9.16.1.5 TObjGetStatus

Description

It returns the status of the specified object.

SyntaxInt TObjGetStatus(Int Id)

Parameters

Id = identifier of the object

Returned valuestatus of the object

Related functionsTObjSetStatus()

ExampleCurrStatus=TObjGetStatus(CurrObject);

9.16.1.6 TObjGetText

Description

It returns the text of the specified object; of course this function is useless to the objects that don'thave a text (e.g.: BitMap).

SyntaxString TObjGetText(Int Id)

Parameters

Id = identifier of the object

Returned value

text of the object

Related functionsTObjSetText()

ExampleCaption=TobjGetText(CurrObj);

Page 162: Code Builder - English Manual

162 Code Builder Guide

© 2009 Sielco Sistemi Srl

9.16.1.7 TObjGetW

Description

It returns the width of the specified object.

SyntaxInt TObjGetW(Int Id)

Parameters

Id = identifier of the object

Returned valueWidth of the object

Related functionsTObjGetH(), TObjSetSize()

ExampleObjWidth=TObjGetW(ObjID);

9.16.1.8 TObjGetX

Description

It returns the abscissa of the specified object through its identifier.

SyntaxInt TObjGetX(Int Id)

Parameters

Id = identifier of the object

Returned value

the abscissa of the specified object

Related functionsTObjSetXY(),TObjGetY()

ExampleposX=TObjGetX(CurrObj);

9.16.1.9 TObjGetY

Description

It returns the ordinate of the specified object through its identifier.

SyntaxInt TObjGetY(Int Id)

Parameters

Id = identifier of the object

Returned value

Page 163: Code Builder - English Manual

163API

© 2009 Sielco Sistemi Srl

the ordinate of the specified object

Related functionsTObjSetXY(),TObjGetX()

ExampleposY=TObjGetY(CurrObj);

9.16.1.10 TObjBeginUpdate

DescriptionInitialize properties updating session of the specified object.When you want to set some object properties trough TObjSetPropertyBool(),TObjSetPropertyInt(),TObjSetPropertyReal(),TObjSetPropertyString(),TObjSetPropertyUnsigned() functions,it isnecessary to call before the TObjBeginUpdate() function to initialize the modify section area of the object.After setting all needed properties, it is necessary to call the TObjEndUpdate() to update theobject.

SyntaxVoid TObjBeginUpdate(Int Id)

ParametersId = identifier of the object. It is the number set in "ID" property object trough Template Builder.

Returned value-

Related functionsTObjSetPropertyBool(),TObjSetPropertyInt(),TObjSetPropertyReal(),TObjSetPropertyString(),TObjSetPropertyUnsigned(),TObjEndUpdate()

Example...TObjBeginUpdate(100);TObjSetPropertyReal(100,"ScaleMin",20);TObjSetPropertyReal(100,"ScaleMax",80);TObjEndUpdate(100);...

9.16.1.11 TObjSetPropertyBool

DescriptionModify a Bool property of the specified object.

SyntaxVoid TObjSetPropertyBool(Int Id, string PropertyName,bool Value)

ParametersId = object identifier. It is the number set in the "ID" property of the object (see Template Builder).PropertyName = name of the property to set. Refer to the object help in the Template Builder toknow the list of properties that can be set trough this function.Value = value to set.

Returned value

Page 164: Code Builder - English Manual

164 Code Builder Guide

© 2009 Sielco Sistemi Srl

-

Related functionsTObjSetPropertyInt(),TObjSetPropertyReal(),TObjSetPropertyString(),TObjSetPropertyUnsigned(),TObjBeginUpdate(),TObjEndUpdate()

Example...TObjBeginUpdate(100);TObjSetPropertyBool(100,PropertyName,true);TObjEndUpdate(100);...

9.16.1.12 TObjSetPropertyInt

DescriptionModify an Integer property of the specified object.

SyntaxVoid TObjSetPropertyInt(Int Id, string PropertyName,Int Value)

ParametersId = object identifier. It is the number set in the "ID" property of the object (see Template Builder).PropertyName = name of the property to set. Refer to the object help in the Template Builder toknow the list of properties that can be set trough this function.Value = value to set.

Returned value-

Related functionsTObjSetPropertyBool(),TObjSetPropertyReal(),TObjSetPropertyString(),TObjSetPropertyUnsigned(),TObjBeginUpdate(),TObjEndUpdate()

Example...TObjBeginUpdate(100);TObjSetPropertyInt(100,"DecimalNumber",1);TObjEndUpdate(100);...

9.16.1.13 TObjSetPropertyReal

DescriptionModify a Real property of the specified object.

SyntaxVoid TObjSetPropertyInt(Int Id, string PropertyName,Int Value)

ParametersId = object identifier. It is the number set in the "ID" property of the object (see Template Builder).PropertyName = name of the property to set. Refer to the object help in the Template Builder toknow the list of properties that can be set trough this function.Value = value to set.

Page 165: Code Builder - English Manual

165API

© 2009 Sielco Sistemi Srl

Returned value-

Related functionsTObjSetPropertyBool(),TObjSetPropertyInt(),TObjSetPropertyString(),TObjSetPropertyUnsigned(),TObjBeginUpdate(),TObjEndUpdate()

Example...TObjBeginUpdate(100);TObjSetPropertyReal(100,"ScaleMin",20);TObjSetPropertyReal(100,"ScaleMax",80);TObjEndUpdate(100);...

9.16.1.14 TObjSetPropertyString

DescriptionModify a String property of the specified object.

SyntaxVoid TObjSetPropertyString(Int Id, string PropertyName,String Value)

ParametersId = object identifier. It is the number set in the "ID" property of the object (see Template Builder).PropertyName = name of the property to set. Refer to the object help in the Template Builder toknow the list of properties that can be set trough this function.Value = value to set.

Returned value-

Related functionsTObjSetPropertyBool(),TObjSetPropertyInt(),TObjSetPropertyReal(),TObjSetPropertyUnsigned(),TObjBeginUpdate(),TObjEndUpdate()

Example...TObjBeginUpdate(100);TObjSetPropertyString(100,"DescriptionText","Hello World");TObjEndUpdate(100);...

9.16.1.15 TObjSetPropertyUnsigned

DescriptionModify an Unsigned Integer property of the specified object.

SyntaxVoid TObjSetPropertyUnsigned(Int Id, string PropertyName,Unsigned int Value)

ParametersId = object identifier. It is the number set in the "ID" property of the object (see Template Builder).PropertyName = name of the property to set. Refer to the object help in the Template Builder toknow the list of properties that can be set trough this function.

Page 166: Code Builder - English Manual

166 Code Builder Guide

© 2009 Sielco Sistemi Srl

Value = value to set.

Returned value-

Related functionsTObjSetPropertyBool(),TObjSetPropertyInt(),TObjSetPropertyReal(),TObjSetPropertyString(),TObjBeginUpdate(),TObjEndUpdate()

Example...TObjBeginUpdate(100);TObjSetPropertyUnsigned(100,PropertyName,1);TObjEndUpdate(100);...

9.16.1.16 TObjSetSize

Description

It changes the size of the specified object through its identifier.

SyntaxVoid TObjSetSize(Int Id, Int w, Int h)

Paramentri

Id = identifier of the object

w = width

h = height

Returned value-

Related functionsTObjGetW(),TObjGetH()

ExampleTObjSetSize(CurrObj,50,50);

9.16.1.17 TObjSetStatus

Description

It changes the status of the specified object.

SyntaxVoid TObjSetStatus(Int Id, Int status)

Parameters

Id = identifier of the object

Status = new statusReturned value-

Related functions

Page 167: Code Builder - English Manual

167API

© 2009 Sielco Sistemi Srl

TObjGetStatus()

ExampleTObjSetStatus(ObjNotIdentified,0);

9.16.1.18 TObjSetText

Description

It changes the text of the specified object; of course this function is useless to the objects thatdon't have a text (e.g. BitMap).

SyntaxVoid TObjSetText(Int Id, String text)

Parameters

Id = identifier of the object

Text = new text

Returned value-

Related functionsTObjGetText()

ExampleTObjSetText(NuovoObj,"New");

9.16.1.19 TObjSetXY

Description

It changes the position of the specified object through its identifier.

SyntaxVoid TObjSetXY(Int Id, Int x, Int y)

Paramentri

Id = identifier of the object

x = new X-axis

y = new Y-axis

Returned value-

Related functionsTObjGetX(),TObjGetY()

ExampleTObjSetXY(CurrObj, 100, 100);

Page 168: Code Builder - English Manual

168 Code Builder Guide

© 2009 Sielco Sistemi Srl

9.16.2 Chart

9.16.2.1 ChartEndDrawingFlagReset

Description

Resets the end drawing flag.

When a template containing a chart object is opened, ChartEndDrawingFlag returns true onlyafter the supervisor have drawn all charts.

Syntaxvoid ChartEndDrawingFlagReset()

Parameters-

Returned value-

Related functionsChartEndDrawingFlagStatus()

ExampleChartEndDrawingFlagReset();TOpenPage("ChartContainer");while ( ChartEndDrawingFlagStatus() == false )end

9.16.2.2 ChartEndDrawingFlagStatus

Description

Returns the status of the End Drawing Flag.

When a template containing a chart object is opened, ChartEndDrawingFlag returns true onlyafter the supervisor have drawn all charts.

SyntaxBool ChartEndDrawingFlagStatus()

Parameters-

Returned valueTrue (if chart is drawn)False (otherwise)

Related functionsChartEndDrawingFlagReset()

ExampleChartEndDrawingFlagReset();TOpenPage("ChartContainer");while ( ChartEndDrawingFlagStatus() == false )end

Page 169: Code Builder - English Manual

169API

© 2009 Sielco Sistemi Srl

9.16.2.3 ChartSetTimeRange

Description

Sets start date time and end date time parameters of a template chart contained in a template.

The time range property of Chart object has to be External, External start or External stop.

Syntaxvoid ChartSetTimeRange(int sDay,int sMonth,int sYear, int sHour,int sMin,int sSec, int eDay,int eMonth,int eYear, int eHour,int eMin,int eSec)

ParameterssDay = start daysMonth = start monthsYear = start yearsHour = start hoursMin = start minutessSec = start secondseDay = end dayeMonth = end montheYear = end yeareHour = end houreMin = end minuteseSec = end seconds

Returned value-

Related functionsChartSetTimeRangeStartWidth(),ChartSetTimeRangeEndWidth()-

ExampleChartSetTimeRange (24,1,1975,0,0,0 ,24,1,2000,0,0,0);

9.16.2.4 ChartSetTimeRangeStartWidth

Description

Sets the start date time and time range parameters of a template chart contained in a template.

The time range property of Chart object has to be External, External start or External stop.

Syntaxvoid ChartSetTimeRangeStartWidth(int sDay,int sMonth,int sYear, int sHour,int sMin,int sSec, int Width)

ParameterssDay = start daysMonth = start monthsYear = start yearsHour = start hoursMin = start minutessSec = start secondsWidth = Time range (sec)

Page 170: Code Builder - English Manual

170 Code Builder Guide

© 2009 Sielco Sistemi Srl

Returned value-

Related functionsChartSetTimeRange(),ChartSetTimeRangeEndWidth()

ExampleChartSetTimeRangeStartWidth (24,1,1975,0,0,0 ,3600);

9.16.2.5 ChartSetTimeRangeEndWidth

Description

Sets the end date time and time range parameters of a template chart contained in a template.

The time range property of Chart object has to be External, External start or External stop.

Syntaxvoid ChartSetTimeRangeEndWidth(int sDay,int sMonth,int sYear, int sHour,int sMin,int sSec, int Width)

ParameterssDay = end daysMonth = end monthsYear = end yearsHour = end hoursMin = end minutessSec = end secondsWidth = Time range (sec)

Returned value-

Related functionsChartSetTimeRange(),ChartSetTimeRangeStartWidth()-

ExampleChartSetTimeRangeEndWidth (24,1,1975,0,0,0 ,3600);

9.16.3 HistAlarmsView

9.16.3.1 HisViewEnablePrintOnCreation

Description

Automatically prints the alarms historical view or events historical view after the template isopened.

Syntaxvoid HisViewEnablePrintOnCreation()

Parameters-

Page 171: Code Builder - English Manual

171API

© 2009 Sielco Sistemi Srl

Returned value-

Related functions-

ExampleHisViewEnablePrintOnCreation();

9.16.3.2 HisViewSetTimeRange

Description

Sets the time range of an historical view contained in a template.

The Time range property of HistView object has to be External, External start or External stop.

Syntaxvoid HisViewSetTimeRange(int sDay, int sMonth, int sYear, int sHour, int sMin, int sSec, int eDay, int eMonth, int eYear, int eHour, int eMin, int eSec)

ParameterssDay = start daysMonth = start monthsYear = start yearsHour = start hoursMin = start minutessSec = start secondseDay = end dayeMonth = end montheYear = end yeareHour = end houreMin = end minuteseSec = end seconds

Returned value-

Related functionsHisViewSetTimeRangeStartWidth(),HisViewSetTimeRangeEndWidth()

ExampleHisViewSetTimeRange (24,1,1975,0,0,0 ,24,1,2000,0,0,0);

9.16.3.3 HisViewSetTimeRangeStartWidth

Description

Sets the start date time and time range parameters of a Historical Alarms object contained in atemplate.

The time range property of Historical Alarms object has to be External, External start or Externalstop.

Syntaxvoid HisViewSetTimeRangeStartWidth(int sDay,int sMonth,int sYear, int sHour,int sMin,int sSec, int Width)

Page 172: Code Builder - English Manual

172 Code Builder Guide

© 2009 Sielco Sistemi Srl

ParameterssDay = start daysMonth = start monthsYear = start yearsHour = start hoursMin = start minutessSec = start secondsWidth = Time range (sec)

Returned value-

Related functionsHisViewSetTimeRange(),HisViewSetTimeRangeEndWidth()

ExampleHisViewSetTimeRangeStartWidth(24,1,1975,0,0,0 ,3600);

9.16.3.4 HisViewSetTimeRangeEndWidth

Description

Sets the end date time and time range parameters of a Historical alarms object contained in atemplate.

The time range property of thet object has to be External, External start or External stop.

Syntaxvoid HisViewSetTimeRangeEndWidth(int sDay,int sMonth,int sYear, int sHour,int sMin,int sSec, int Width)

ParameterssDay = end daysMonth = end monthsYear = end yearsHour = end hoursMin = end minutessSec = end secondsWidth = Time range (sec)

Returned value-

Related functionsHisViewSetTimeRange(),HisViewSetTimeRangeStartWidth()

ExampleHisViewSetTimeRangeEndWidth(24,1,1975,0,0,0 ,3600);

Page 173: Code Builder - English Manual

Part

X

Page 174: Code Builder - English Manual

174 Code Builder Guide

© 2009 Sielco Sistemi Srl

10 Language Elements

10.1 Introduction

The language is made up of basic elements (letters, numbers, punctuation, etc.), semantic rulesand a syntax that specify the correctness of the commands that can be created.

The instructions are expressions involving some variables and functions thanks to operatorsprovided by the language itself.

The variables are memory areas where you can store the needed data. They are called variablesbecause they can have various values.

There are several categories or types of variables. Their difference depends on the informationthey represent and on how much memory they take up.

The functions are set of instructions that are grouped together, in order to avoid writing themagain, and because so they represent a kind of instruction more complex.

This way it is possible to 'enrich' the language with a sort of new instructions.

The operators are the same you can find in elementary mathematics with the addition of somenew ones.

To simplify the writing of the code in a certain language there are some structures such asconditions, cycles, conditioned cycles etc.

The conditions are blocks of instructions carried out only if the condition actually takes place.

The cycles are blocks of instructions carried out a defined number of times.

The conditioned cycles are blocks of instructions carried out until the condition takes place.

The expressions let you create complex elements using simple ones.

All these instructions are written in text files that the interpreter is going to decode and execute.

10.2 Foreword

The language files interpreted by RunTime have the extension WLL (e.g. Filatoio2.wll).

For the language interpreter there's no difference between capitals and small letters (this is theso-called case insensitive):

(the double slash // specifies the beginning of a comment)

Real Value; // declaration of the real variable 'value'

Real value;

The interpreter reading this code fragment will spot an error because he will notice that theelement value has been defined twice.

Later on you will understand better the meaning of 'to define' and that 'element' is only a genericterm that in the specific cases can mean 'variable', 'function', 'constant' etc.

It is important to separate the elements with spaces or something, otherwise they will beconsidered as a single unit.

realValue;

If you wanted to declare the variable Value you have made a mistake: the interpreter sees only

Page 175: Code Builder - English Manual

175Language Elements

© 2009 Sielco Sistemi Srl

one element, that is to say realvalue.

In every file can be defined global functions and variables visible to all the defined functions. Theglobal variables are defined at the beginning of the file. The visibility is the possibility to access adatum; if a variable is not visible, then it can't be used at all.

10.3 Variables

They are elements containing the values to manipulate during the execution of a program or afunction..

In the language there are two types of variables:

· Global and so visible to all the program functions even if they are in different files (globalvisibility)

Syntax:

Global Type Name [= Default value]

Type is the type of variable (see Types).

Name is the name you want to give to the variable.

Example:

Global Real ExactTemperature;

Global Int AbsoluteZero=-273;

· Local, that is to say defined in each function. They can be used only within the functioncontext (local visibility)

Syntax:

Type Name [= Default value]

Type is the type of variable (see Types)

Name is the name you want to give to the variable.

Example:

Function Int AbsoluteTemperature(integer T0)

Real TemperaturePT01; // local var. TemperaturePT01

Real TemperaturePT02; // local var. TemperaturePT02

... // code

End; // end of functiondefinition

The variable Temperature PT01 is local to the function AbsoluteTemperature and so can't beused outside it. Anyway you can use the same name for another local variable in another function.

Page 176: Code Builder - English Manual

176 Code Builder Guide

© 2009 Sielco Sistemi Srl

10.4 Types

10.4.1 Introduction

The variables contain different information and, depending on the information they contain, theyare divided into categories or types; there are different types of variable:

Int 32 bit integer signed values

Real floating point values

Bool boolean values: they can only be either true or false

String strings of characters varying in length.

10.4.2 Integer

They are 32 bit integer values with signand can represent up to a billion

ExampleInt Counter;Int Difference = -1;

10.4.3 Real

They are real value with floating point that can store number with high precision

ExampleReal pi;Pi=3.141592;

10.4.4 Boolean

They are boolean values so they can have only two states true or false.

ExampleBool LedState;LedState=GetDigGateValue("LEDPORT",0);

10.4.5 String

they are string of char with different length.

ExampleString Name="Mark";String Surname="Red";String Iniziali;

INIZ = StrSubString (Name,1,1)+StrSubString (Surname,1,1);

10.5 Functions

They allow to join together more instructions and so create a complex instruction, and, at thesame time, avoid code redundancy.

A function is characterized by:

Page 177: Code Builder - English Manual

177Language Elements

© 2009 Sielco Sistemi Srl

· a return value that can be either a type or void. This means that the function doesn't returnanything

· a name (case insensitive) that identifies the function throughout the program

· a list of parameters (optional) . They are the values the function needs in order to beoperative.

· directives (optional). They are special commands that enrich the functions

· local variables (optional), necessary for the function development

· a sequence of instructions characterizing the function.

It's better to give the functions meaningful names in order to simplify work. So if a function dealswith the calculation of the temperature in Kelvin degrees, then you can call it'CalculateTemperatureK'.

Syntax:

Function Type Name([Parameter List)

[Directives]

[Local Vars]

Instructions

End

Type is the type of information returned by the function.

Name is the name identifying the function.

Parameter List are the list and the type of data to be entered in the function so that it canperform its task.

Local Vars is the definition of all the variables necessary for the function development.

Instructions is the sequence of instructions carried out by the function.

The directives indicate:

#Macro: the name of the function is inserted in the macro menu of RunTime; so the function canbe called up by the user.

#Startup: the function is executed at the start of RunTime in background. So it is possible tocreate cyclic functions performing checks or actions determined by certain conditions.

#Shutdown: the function is executed when you close RunTime.

#Modal: RunTime waits for the execution of the function to end (this mode keeps the operatorfrom intervening but it doesn't stop the sampling and the registration of the gates).

Example:

// definition of the function MainCycle()

Function Void MainCycle() // this function doesn'tneed // any parameter and doesn't // return anything

#Startup

Page 178: Code Builder - English Manual

178 Code Builder Guide

© 2009 Sielco Sistemi Srl

// definition of the local variables

int in1; // Digitalinput 1

int in2; // Digitalinput 2

while (WindowIsOpen()) // Main cycle activeuntil you // close RunTime

// Checks the presence of the alarm D1-100 Type 1

// [In1 And In2 (Module D1-10 n.1)]

in1 = GetDigGateValue("101IN",1);

in2 = GetDigGateValue("101IN",2);

if (in1+in2 == 2) then

SetDigGateValue("103OUT",1,1);

else

SetDigGateValue("103OUT",1,0);

end

// Checks the presence of the alarm D1-100 Type 2

// [In1 Or In2 (Module D1-10 n.2)]

in1 = GetDigGateValue("101IN",48);

in2 = GetDigGateValue("101IN",49);

if (in1+in2 > 0) then

SetDigGateValue("103OUT",2,1);

else

SetDigGateValue("103OUT",2,0);

end

// Check the presence of the temperature alarm D1-15

if (Abs(GetCmpGateValue("Tr-Ts",1)) > GetNumGateValue("102DeltaT",1)) then

SetDigGateValue("103OUT",3,1);

else

SetDigGateValue("103OUT",3,0);

end

Page 179: Code Builder - English Manual

179Language Elements

© 2009 Sielco Sistemi Srl

Sleep(10); // pause not to weigh down//the CPU with work

end

End // the definition of the function endshere

Putting properly into columns the instructions allows a better reading and understanding of afunction.

You can call up functions when you open or close a Template, or by using commands (e.g. aButton) defined in the Template itself.

N.B.: You can't execute a function if it is already being executed.

10.6 Instructions

10.6.1 Introduction

Every instruction must end with ';'. Let's see now the various instructions and structures thelanguage is made up of.

Reserved words like end, if, while etc don't need ';' .

10.6.2 Function call

They are used if you need to call a function

SyntaxFunctionName([Parameter Expressions]);

ExamplePompaSpenta=PompaAttiva()-3;AttivaPompaNum(3);

10.6.3 Assignment

it's used when you wanto di give a new value to a variable.

SyntaxVarName = Expression;

ExampleNumeroDiPID=((9*Var1)/(1-Var3))*(2-Var2);Temp=TriggerValue-CurrValue;

10.6.4 Return value

This reserved word is used when you need to exit from current function and get back to callerfunction; by this you can return a value to caller function.

SyntaxReturn Expression;

Page 180: Code Builder - English Manual

180 Code Builder Guide

© 2009 Sielco Sistemi Srl

ExampleFunction void Caller()...

Int A;.....

ASqr=Quadrato(A); // here the 'Caller' call function 'Quadrato'......End

Function int Quadrato(int Numero) int Quad; Quad=Numero*Numero; Return (Quad); // here ends 'Quadrato' and program

// return to the CallerEnd

10.6.5 If Then Else condition

it executes a piece of code only if a condition is verifyed

SyntaxIf (Condition) Then Instructions[Else Instructions]End

Example:If (ValvolaAperta==1) Then ChiudiValvolaPrimaria();Else ChiudiValvolaNum(ValvolaAperta);End

If (Temperatura < 75) Then Giri=2000 - Temperatura*5; SelezionaGiriMotoreNum(5,Giri);End

10.6.6 For Next cycle

it's a cycle where number of iterations are predefinedit needs an integer value as counter

SyntaxFor VarName = Expression To Expression Do [Instructions]End

ExampleFor NumPompa = 2 To (15-PompeSpente()) Do SelezionePompa(NumPompa); Livello=ControllaLivelloLiquido(); AttivaPompa (Livello/10);

Page 181: Code Builder - English Manual

181Language Elements

© 2009 Sielco Sistemi Srl

End

10.6.7 While cycle

it's a cycle where condition is tested first executing code insight.

SyntaxWhile (Comparison) [Instructions]End

ExampleWhile (Temperatura < 100) Velocita=Velocita+1; LeggiTemperatura(Temperatura);End

10.6.8 Do While cycle

In this cycle condition is tested aftere executing code insight, so code insight is executed at leastone time.

SyntaxDo [Instructions]While (Comparison);

Examplei=0;Do AccendiLuce(i); i=i+1;While(i<10);

10.7 Expressions

The expressions are the elements the language is based on.

An expression can be a constant, a variable or a complex equation. It doesn't perform an actionbut it is simply evaluated.

As in the mathematical expressions the elements are linked by logic and mathematical operators.

The result of an expression is a value that in its turn can be used as an element of anotherexpression; this way it is possible to put together even very complex formulas.

Here are some examples of expressions:

3 // a numericalconstant

ValueGateA // a variable

log(14) // a function returning a value

4+ValueGateB // the addition operator is there

GateAon && GateBon // the boolean AND operator is there

Page 182: Code Builder - English Manual

182 Code Builder Guide

© 2009 Sielco Sistemi Srl

Alpha+ 2*exp(Beta-Gamma-D) // complex expression

Calculating the expression you obtain a value that must be used as a parameter, if given to avariable, for a function, or as a test in a condition:

A=3;

B=ValueGateA;

StartScale (log(14), 4+ValueGateB);

if (GateAon && GateBon) then

ActivateAlarm();

end

Delta= Delta*2 + Alfa + 2*exp(Beta-Gamma-D);

The operators used in the equations have, as it happens in mathematics, a different priority; so tomake the writing of the equations more flexible and easy to understand you can use the roundbrackets.

AverageValue=(GateA+GateB+GateC) / 3;

The logic expressions are often found when some condition is required, as in the while cyclesand in the if..then conditions.

if ( (A==12 && D<100) && (B==0 || C>=120) ) then

end;

10.8 Operators

The operators are language elements that link different expressions so as to allow the formationof more sophisticated ones.

There are logic operators (And, Or, …) whose result is true or false, and algebraic operators(+,-,…) whose result is a numbe'.

Logic operators

== equality

!= inequality

>= majority or equality

<= minority or equality

> majority

< minority

&& AND

|| OR

Algebraic operators

+ addition

Page 183: Code Builder - English Manual

183Language Elements

© 2009 Sielco Sistemi Srl

- subtraction

* product

/ division

NB: If you need division modulus you've to use the API MOD().NB2: You can use addition operator also for strings.

Page 184: Code Builder - English Manual

Code Builder Guide184

© 2009 Sielco Sistemi Srl

Index

- # -# (function directive) 176

#macro 176

#Modal 176

#Shutdown 176

#Startup 176

- + -+ - * / 182

- = -= 179

- A -Abs 115

Advanced use of the keyboard 19

Analyse 31

Analyse project 31

API Functions - Introduction 38

ArcCos 115

ArcSin 116

ArcTan 116

Arrange icons 32

Assignement 179

- B -Beep 89

BitAnd 38

BitMask 38

BitNot 39

BitOr 39

BitXor 40

Bool 176

- C -Cascade 32

ChartEndDrawingFlagReset 168

ChartEndDrawingFlagStatus 168

CharToStr 144

ChartSetTimeRange 169

ChartSetTimeRangeEndWidth 170

ChartSetTimeRangeStartWidth 169

Close 26

CloseSession 90

CloseWindow 90

CmpGateExists 79

Colors 35

Condition 180

Contents 33

Copy 30

Cos 117

Cut 29

- D -DateTimeToSeconds 42

Delete 30

DeviceEnableCommunication 51

DeviceName 52

DigGateExists 75

DirectoryCreate 55

DirectoryDelete 55

DirectoryGetCurrent 56

DirectorySetCurrent 56

Do 181

Do While 181

Do While Cycle 181

- E -EnableShutdown 91

Environment setup - Introduction 35

Eol 145

EvnGateExists 86

Exec 91

ExecEx 92

Exit 29

exit current function 179

Page 185: Code Builder - English Manual

Index 185

© 2009 Sielco Sistemi Srl

Exp 117

Expressions 181

- F -FileAttrFound 56

FileAttrFoundEx 57

FileClose 58

FileCopy 57

FileDelete 58

FileEof 59

FileExist 59

FileFindClose 60

FileFindCloseEx 60

FileFindFirst 60

FileFindFirstEx 61

FileFindNext 61

FileFindNextEx 62

FileGetAttr 62

FileGetSize 63

FileMove 63

FileNameFound 64

FileNameFoundEx 64

FileOpen 65

FileOpenDialog 92

FilePos 66

FileRead 66

FileReadLn 66

FileRename 67

FileSaveDialog 94

FileSeek 67

FileSetAttr 63

FileSize 68

FileSplitPath 68

FileWrite 69

FileWriteLn 69

Find 30

Floating point value 176

For 180

For Cycle 180

Foreword 174

FTPConnect 111

FTPDisconnect 112

FTPGet 113

FTPPut 114

Function 176

function call 179

- G -GetBit 40

GetCmpGateGateID 79

GetCmpGateNID 80

GetCmpGateValue 80

GetCmpGateValueAsString 81

GetCurrentLanguage 95

GetDateString 43

GetDayFromSeconds 43

GetDayOfMonth 44

GetDayOfWeek 44

GetDeviceRxErrors 52

GetDeviceTxErrors 53

GetDigGateCommunicationStatus 75

GetDigGateGateID 76

GetDigGateNID 76

GetDigGateProp 77

GetDigGateValue 77

GetEvnGateAckedStatus 86

GetEvnGateGateID 87

GetEvnGateMsg 88

GetEvnGateNID 87

GetEvnGateValue 88

GetHour 44

GetHourFromSeconds 45

GetMilliseconds 45

GetMinute 46

GetMinuteFromSeconds 46

GetMonth 47

GetMonthFromSeconds 47

GetNumGateCommunicationStatus 70

GetNumGateGateID 70

GetNumGateNID 71

GetNumGateProp 71

GetNumGateValue 72

GetNumGateValueAsString 72

GetProjectCaption 96

GetProjectName 96

GetProjectPath 97

GetSecond 47

GetSecondFromSeconds 48

GetShutdownStatus 97

GetStrGateCommunicationStatus 82

Page 186: Code Builder - English Manual

Code Builder Guide186

© 2009 Sielco Sistemi Srl

GetStrGateGateID 82

GetStrGateNID 83

GetStrGateProp 84

GetStrGateValue 83

GetTickCount 48

GetTimeString 49

GetTotalCmpGates 81

GetTotalDigGates 78

GetTotalEvnGates 89

GetTotalNumGates 73

GetTotalStrGates 85

GetUserGroups 98

GetUserName 98

GetYear 49

GetYearFromSeconds 50

Global (global variables) 175

- H -Help 33

HexStrToInt 99

HisViewEnablePrintOnCreation 170

HisViewSetTimeRange 171

HisViewSetTimeRangeStartWidth 171

- I -IconMessageBox 100

If 180

If then else 180

Index 33

InputDialog 102

Int 176

Integer 176

Integer variable 176

Introduction 12

IntToHexStr 102

IntToStr 145

IsDeviceCommunicationEnabled 53

IsDeviceCommunicationKo 54

Istructions - Introduction 179

- K -Keyboard 100

- L -Language Elements - Introduction 174

Log 117

Logout 103

- M -Menu - Introduction 25

Menu Edit - Introduction 29

Menu File - Introduction 25

Menu Help - Introduction 32

Menu Search - Introduction 30

Menu Syntax - Introduction 31

Menu Window - Introduction 32

Message Beep 103

MessageBox 104

Minimize all 32

Mod 118

ModemAvailable 121

ModemDial 121

ModemHangup 122

ModemSendSMS 122

ModemSetPIN 123

ModemSetServicesCenter 124

ModemSetTextMode 124

- N -New 26

NumGateExists 74

- O -Open 26

Operators 182

- P -Paste 30

Play 105

PlaySound 105

Pow 118

Preferences 30

Print 28

Page 187: Code Builder - English Manual

Index 187

© 2009 Sielco Sistemi Srl

Print Setup 29

PrintString 105

Projects 27

- Q -QuestionBox 106

- R -Rand 119

Real 176

Real value 176

RealToInt 107

RealToStr 145

RecipeCreate 125

RecipeExecute 125

RecipeImport 126

Reopen 28

Replace 31

Report: Note 144

ReportAppendRecord 126

ReportCreate 127

ReportDisplay 127

ReportGetPeriodType 128

ReportInsertHistoricalAlarmsRTF 130

ReportInsertHistoricalAlarmsTXT 133

ReportInsertTemplate 129

ReportInsertTemplateEx 129

ReportInsertText 128ReportInsertTemplate example 142

ReportLotTime 135

ReportPrint 136

ReportSetFullPathFileName 136

ReportSetPeriodDayAndMonth 139

ReportSetPeriodDayOfMonth 138

ReportSetPeriodDayOfWeek 137

ReportSetPeriodNone 140

ReportSetPeriodTime 140

ReportShowCreationList 141

ReportShowHistList 141

ResetBit 41

ResetDeviceRxErrors 54

ResetDeviceTxErrors 54

return 179

returning a value 179

Round 119

- S -Save 26

Save As 27

Search again 31

SendMail 110

SetBit 41

SetDateTime 50

SetDigGateValue 78

SetNumGateValue 74

SetStrGateValue 84

ShellExec 107

Sin 119

Sleep 108

Speedbar 17

Sqrt 120

StopFunction 108

StopSound 109

StrCase 146

StrConcat 146

StrDelete 147

StrGateExists 85

String 176

StrLen 147

StrOfChar 147

StrPos 148

StrSubString 148

StrToChar 149

StrToInt 149

StrToReal 149

- T -Tan 120

TemplateAlarmsStatus 151

TemplateChart 151

TemplateDefinePagesAccess 152

TemplateDefineUser 153

TemplateDevicesStatus 153

TemplateEventsStatus 154

TemplateGatesStatus 154

TemplateGroupNames 152

TemplateHistAlarms 154

TemplateHistEvents 155

Page 188: Code Builder - English Manual

Code Builder Guide188

© 2009 Sielco Sistemi Srl

TemplateMakeReport 155

TemplateMultilanguage 156

TemplatePassword 156

TemplatePrinterSetup 157

TemplateRecipe 157

TemplateSystemStatus 157

TemplateUserChanges 158

TemplateViewReport 158

text strings 176

The first step 14

The use of the clipboard 23

The use of the mouse 21

Tile 32

TObjBeginUpdate 163

TObjEndUpdate 159

TObjFunction 159

TObjGetH 160

TObjGetStatus 161

TObjGetText 161

TObjGetW 162

TObjGetX 162

TObjGetY 162

TObjSetPropertyBool 163

TObjSetPropertyInt 160, 164

TObjSetPropertyReal 164

TObjSetPropertyString 165

TObjSetPropertyUnsigned 165

TObjSetSize 166

TObjSetStatus 166

TObjSetText 167

TPageClose 150

TPageOpen 150

TPagePrint 151

Types - Introduction 176

- U -Undo 29

UnsignedGetTickCount 51

- V -Variables 175

- W -While 181

While Cycle 181

WindowIsOpen 109

Page 189: Code Builder - English Manual

Endnotes 2... (after index)

189

© 2009 Sielco Sistemi Srl

Page 190: Code Builder - English Manual