Jump to content

Ortep

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Ortep

  1. I want to log some events by using few inputs. Every time the input signal goes UP, the event time should be stored to memory. Every day the memory contents should be send by email to specific email address. I have never before done anything with Unitronics Vision PLC:s and I am not sure, if this email send is even possible. I've downloaded the VisiLogic software and played a little with it. I found out there is function called "Data Tables", which could be useful to store the event data (time, date etc.) I could use the "Data Tables Write Row" -function every time, when specific input goes up. This way I could fill up the table. But this is only a speculation. Is this method even possible? What about sending the data with email? I tried to find out a solution, but didn't succeed. Could someone help me out on this?
  2. Thank You for your answer. Sending values with SMS message was new thing for me. Never done it before. I didn't know this #-character thing and now I feel a little ashamed about it since this is told in help.... (I just saw it there) I could try this SB184/185. I just somehow thought that this SMS routine is done in system level, like the hardware/firmware would take care of controlling several messages. Temperature setting and controlling works now. I can see, there is about 14'C degree, even the setting is only 3'C degree. Spring is taking it's place and sun is shining...
  3. I have done few workarounds and everything works now. But still I'm curious about those errors 10 and 15 in SB180. Also I'm wondering, is it possible to send more than one SMS message with "Last Received Phone Number" value. What I'm trying to do is get all available M90 custom commands received via SMS to end user. All commands and syntaxes can not be fit in one SMS, so I split the message in two different messages. For a clearance: The idea is, that user sends SMS "HELP" to M90. Then M90 sends back SMS with all programmed commands. Now all these custom SMS commands doesn't fit in one SMS, so I wrote few lines in ladder: MB1 Help MB2 Send SMS1 --I P I ------------( )-- I MB3 Send SMS2 --( )-- I MB1 Help --®-- Somehow the last message (MB3 Send SMS2) is never sent. If I create a new rung and put - for example keypad number 3 button to exectute SMS2. Then it works. SB43 MB3 Send SMS2 --I P I------------( )-- Is it so, that Last Received Number works only once - with the first message? If not, I can't understant, why the second help message doesn't work.
  4. Does M90 question fit here? Anyway, I have M90-T1 with Siemens TC35. Everything has been working fine for a many years now. I have a program running in my summer cabin and its' practically controlling everything (electrics, heating, burglar and fire alarm, etc.) I have recently added a IO-PT400 box with one PT100 temperature probe. They all work fine. At the same time I have modified the program. It's more simple now. But for some reason some of the SMS messages stopped working. I have done a huge debugging, but somehow some of the messages don't work. Sometimes I get an error in SB180, but most cases it seems, like the message just disappears. For example: Message "Apua" does not work (Apua is "help" in finish) but if I change this very same text to "APUA" - just the text (nothing else) it starts working. In ladder there are always reset coil for incoming message contact. Next - and perhaps biggest problem is temperature setting. I want to set temperature with SMS message. I want to simply send SMS with text: TEMP 22 So the value 22 should go directly to pre-specified MI. I have done a line in SMS settings, with receive bit on, acknowledge bit on, string in message is: "TEMP ##" whre ## indicates to a variable, which indicates to temperature MI. Every time I send this message "TEMP 22" to M90, I have error in SI180: 11 (Illegal string received) What am I doing wrong here? The third question is about MI180 error messages. I keep getting errors 10 and 15 and they both are undocumented. Could someone tell me what these are? And last question: Is there any symbol or character, which act as enter key? This could be very helpfull with receiving SMS messages. Also some special characters would be nice, for example degree mark. Is there any list or table available of these symbols. Thanks!
×
×
  • Create New...