Solutions
...
Interacting with Litmus Produc...
Reading out all Event definitions
5 min
use cases litmus production record database is capable of monitoring tag data for production events and then record these events reading out an event definition can be used to verify what events do exist and what are the triggers and what data are recorded if a trigger is executed user can do this either by using applications such as microsoft sql server management studio mssql cli this can also be used for building custom solutions based on applications which allow for an odbc connection such as excel c# net python litmus does provide such as custom solution which can be downloaded from our central portal method execute stored procedure prorec event readalleventconfigurations how to use to read out all event definitions, call the stored procedure prorec event readalleventconfigurations using the t sql exec or execute keyword below is an example using t sql in sql server management studio execute \[le productionrecord] \[dbo] \[ prorec event readalleventconfigurations ] ; result the function returns a table as result note the result does include a column with no naming which is intended to provide a single string representation of a nodename, eventname and triggername combination this is used by a litmus provided solution and can also be used by customers in a similar capacity