Hi folks,
I can't seem to get a time specifier to work on my alarm conditions. I am writing a program for a DT80 using DeTransfer. I have tried every combination of syntax I can think of.
Page 70 in the DT80 user manual has a description of how to use a time specifier to make an alarm only go true after a certain period of time. Example line from my code is:
ALARM142(514CV><602CV,603CV)/30M
I have also tried
ALARM142(514CV><602CV,603CV)//30M
ALARM142(514CV><602CV,603CV) /30M
ALARM142(514CV><602CV,603CV) //30M
I always get an error E10, or E9 depending on which syntax I use. Any suggestions??
Thanks,
Simon
Hi folks,
I can't seem to get a time specifier to work on my alarm conditions. I am writing a program for a DT80 using DeTransfer. I have tried every combination of syntax I can think of.
Page 70 in the DT80 user manual has a description of how to use a time specifier to make an alarm only go true after a certain period of time. Example line from my code is:
````
ALARM142(514CV><602CV,603CV)/30M
````
I have also tried
````
ALARM142(514CV><602CV,603CV)//30M
ALARM142(514CV><602CV,603CV) /30M
ALARM142(514CV><602CV,603CV) //30M
````
I always get an error E10, or E9 depending on which syntax I use. Any suggestions??
Thanks,
Simon