Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ InTouch HMI

调用存储过程

  • Last UpdatedSep 24, 2024
  • 1 minute read

使用 EXECUTE 语句调用存储过程。

EXECUTE sp_AlarmCounter @StartDate=’2007-01-01’, @EndDate=’2007-03-31’, @Tagname = ’tag1’, @Type = ’LO’, @Provider = ’WW21353\InTouch’, @Comment = ’SSAADD’

在本例中,StartDate 与 EndDate 参数是必需的。其余参数属于可选项。如果不提供某个参数的值,则它不会用于过滤结果集。

如果存储过程包含日期/时间变量,则可以使用 SQL Server 文档中指定的任何有效格式。