SystemLink Forum

cancel
Showing results for 
Search instead for 
Did you mean: 

About the functionality to specify the time

I have a question about whether you can specify the time with System Link.
With SystemLink's alarm trigger functionality or another functionality,
Is it possible to perform a test or measurement at a specified time (eg 2:00 am on July 16th) and finish by a certain deadline (eg 10:00 pm on July 20th)?
If it has that functionality, I would like to know specific methods.

0 Kudos
Message 1 of 2
(1,577 Views)

I think the only two options to do something like that would be with your own custom LV application or with an Automated Analysis Procedure.

 

From LV you would need to query for the running test results and then determine if any of them had been running to long and then use the SystemLink LV Alarm API to create an alarm instance if one of them had elapsed your expected time.

 

You could probably do something similar with a scheduled Automated Analysis Procedure.  You would need to use DIAdem to create a new analysis procedure that included a Python script that queried for the active running test results and determine if any of them had exceed their time limit.  Then use the SL Python or HTTP Alarm API to create the alarm instance.  Once you have built the ANP file in DIAdem you can upload it to the Analysis Automation library and create a schedule task that runs it every 5 minutes or something.

0 Kudos
Message 2 of 2
(1,436 Views)