Poll - 5 top Scada Basic modes requested

20 Posts
10 Users
0 Likes
145 Views
(@r.buisson@arcinfo.com)
Posts: 0
New Member Guest
 

New wish for combox box, list box .... possibility to sort by alphabetical order the contents

 
Posted : 05/03/2015 3:30 pm
n.kunzer
(@n-kunzerarcinfo-com)
Posts: 1236
Member Moderator
Topic starter
 

OK I transmit this one.
Actually we are starting this development I guess...

 
Posted : 05/03/2015 4:49 pm
(@admin_doc72)
Posts: 493
Member Admin
 

Hello.

I have taken my time to decide about my top 5:

(1) Extended String functions have been mentioned quite often and alreay implemented partially. I welcome this. It would have also been on my list.

(2) Filtering the variable database by POPULATION and being able to iterate through the result.

(3) Automatically preloading all programs in the /P folder.

(4) Simplified handling of buffers and callback functions.

(5) New datatypes: bool.

Items 4 and 5 are probably out of the context of this thread. I will open a new thread soon with the title "5 top Scada Basic language and IDE improvements" 😉

 
Posted : 18/03/2015 10:05 pm
n.kunzer
(@n-kunzerarcinfo-com)
Posts: 1236
Member Moderator
Topic starter
 

Hi guys,

For your information the following modes have been added in 11.1 update:
"INSERT"
"REMOVE"
"SORT"
to the following instructions:
ListBox
ComboBox
CheckList
OptionList

An update of the help for 11.1 will be deliver on the KB.
Official help will be updated for 11.2

Cheers!
Nico

 
Posted : 11/06/2015 7:27 am
(@j.becker@pcvue.de)
Posts: 0
New Member Guest
 

Hello guys,

I also have some new Modes for the alarmviewer (ALARMDISPLAY):

- “ISLINESELECTED”, Window, Branch, Identity, Line
Return 1 if the given line is selected, 0 if it is not selected, -1 if the line does not exist

- “ISLINEVISIBLE”, Window, Branch, Identity, Line
Return 1 if the given line is currently visible in the buffer, 0 if the line is in the scrolled buffer (not visible), -1 if the line does not exist

- “GETLINECOUNT”, Window, Branch, Identity
Return the number of line

- “GET_NAME_FROM_LINE”, Window, Branch, Identity
List mode only, return the alarm name of the given line.

 
Posted : 23/07/2015 12:02 pm