Hello, a simple question for using a procdure:
There are four clocks
clock1
clock2
clock3
clockDummy
I want to put them all enabledOFF without any exeption, no problem!
I want to put them all enabledOFF exept one exeption, f.e.Clock2, no problem
How can I get an information: Is there an exeption or not?
What is the right way to call the procedure with a empty parameter.
I tried some procedure blocks, but I did not found an optimal way.
I get a little sick when I see a lot of global variables set to redundant information about other variables and lists. It is a burden to keep everything in sync.
I generally avoid those by writing small value functions that examine the master list(s) and return their lengths or filtered subsets.