raining010 Posted April 2, 2014 Share Posted April 2, 2014 Hi, Admin I met a strange thing about DF alarms today. While I started program, there were some active alarms, but actually there was no alarm (no alarm data from outside via communication). I checked the data, these alarm happened in last year. I tried to restart the program many times, but these alarms were always active. Why? And how to clean these? I use 5.87a Thanks Link to comment Share on other sites More sharing options...
AzeoTech Posted April 2, 2014 Share Posted April 2, 2014 The alarms must have been fired when you saved the document. Take some data so they clear out, then save the document again. Link to comment Share on other sites More sharing options...
raining010 Posted April 9, 2014 Author Share Posted April 9, 2014 Hi, I can't do this now. Because the computer will serial port card only has runtime license, doesn't have save button. The program is copied into this desktop computer. My laptop has pro license, but don't have serial port card. Is there any code(sequence) to clear this? About this alarm, here are more details, The alarm line keeps red(no flash), even I reset it(in the reset place of alarm value). Besides, I found the alarm description can't be translated to other language. I use @ here, but doesn't work. Why I can't upload the photo? It will be more clear thansk Link to comment Share on other sites More sharing options...
AzeoTech Posted April 10, 2014 Share Posted April 10, 2014 Yes, a screenshot would be helpful. You should be able to upload photos, but may be limited to compressed types (gif, jpg, png). I believe we restrict bmp files because they are so big. Link to comment Share on other sites More sharing options...
raining010 Posted April 10, 2014 Author Share Posted April 10, 2014 I give up, every time I update the picture, it says 100%, but later changes to 'upload failed'. My picture is only 100 kb, jpg. By the way, in the alarm window, does @ work for translation? I tried, but failed And is there any command/way to clear these kept data? Thanks Link to comment Share on other sites More sharing options...
AzeoTech Posted April 10, 2014 Share Posted April 10, 2014 Email us the image at support@ Link to comment Share on other sites More sharing options...
AzeoTech Posted April 11, 2014 Share Posted April 11, 2014 OK, your Reset expression on your alarms look something like this: Reset_alarms&&(DI_FANS_FAULT[0]==0) So, in addition to the alarm flag resetting to 0, Reset_alarms has to be 1 as well. You have a button that sets Reset_Alarms for 3 seconds then sets it back to 0. The problem is that you are manually checking alarms in another sequence, every 4.9 seconds. Well, unless they happen to overlap, Reset_Alarms won't be 1 when the checking of alarms occurs. The simple solution is to simply change your reset alarms function to: Reset_Alarms = 1 alarm.checkAlarms() Reset_Alarms = 0 Link to comment Share on other sites More sharing options...
raining010 Posted April 11, 2014 Author Share Posted April 11, 2014 Thank you very much. I've left site now, I will check this later Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.