SCADA Basic - VBA dictionary

2 Posts
2 Users
0 Likes
35 Views
(@as.rasidi@arcinfo.com)
Posts: 0
New Member Guest
 

Hello All,

Is there a document that translates the SCADA Basic with VBA syntaxes for examples

In VBA B)
Variables("BMS.SMS.ALARMVAL").Value = Variables("BMS.SMS.TEST_SMS_ALARM").Value

In SCADA Basic 😉
@BMS.SMS.ALARMVAL = @BMS.SMS.TEST_SMS_ALARM;

A client of ours asked on this, he wants to transfer a good chunk of VBA from the old project into the SCADA Basic for the sake of unity and standardised programming.

 
Posted : 14/08/2017 6:42 am
RT
 RT
(@r-toussaintarcinfo-com)
Posts: 38
Eminent Member
 

Hi Abdul,
I don't think that such a document exists, because VBA and Scada Basic are not at all the same language.
And the objectives of Scada Basic and VBA are not the same too...
The only help you can have for VBA is the online help, that you can find though "help" menu in VBA script editor.

RT

 
Posted : 22/08/2017 5:53 pm