AzeoTech

Administrators
  • Posts

    6,433
  • Joined

1 Follower

Recent Profile Visitors

53,127 profile views

AzeoTech's Achievements

Guru

Guru (5/5)

0

Reputation

Single Status Update

See all updates by AzeoTech

  1. Hi,

    I have a huge application with multiple sequences and functions(sequences).

    Now in the same application I want to add scheduling part.

    Eg: User will select days of week and a time. I want to set a value to a channel when system clock hits the user selected day and time.

    I am planning to do it with a sequence using while loop and waituntil function.

    So, I wanted to know is it possible to run multiple sequences simultaneously in Daqfactory? 

    I have one startup sequence currently, so after adding the scheduling part can I make multiple sequence to run at startup and keep running one in while loop without affecting other operations it is supposed to do?

    Or is there any other efficient way I can perform an action for certain days of a week at a specified time?

    Thanks!