Search the Community

Showing results for tags 'Email List'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 20 results

  1. Hi all  I need to view a project in instruction list format on Mitsubishi GX Works 2. On GX developer the shortcut is Alt + F1 or View tab then press instruction list.   Thanks 
  2. Hello all, I am attempting to sort a selection list via 'part-selection' buttons. Ex. a certain type of model is selected, I only want to have the members of the array which match that model to be selectable. I can move the members into a 'display' array just fine based on comparison, but I'm fuzzy on how to put those 'non-zero' array members into a selectable array in Sysmac HMI code   See For loop attached   Thanks!
  3. memory error

    hai, anyone know what the meaning of "ERR" in unpaired content in the picture?
  4. NX1P2 FTP Data Sending Process

    Hello people! I'm working on a project that part of it, is to send data that are collected in the PLC, via email to office. The PLC and HMI I use (NX1P2 and NB series),they do not support any email instruction, unfortunately.  To overcome this obstacle, I decided to forward those data (saved in .csv file) by using the FTPPutFile instruction and to upload the csv file from PLC to a dedicated folder to the office computer. PLC will be the client (passive) and the computer will be the server. And here is where I need your help.. The set up is offline by using a dummy ethernet switch. I set an IP address in the computer, as well as to the PLC side. If I set the PLC as a server (FTP server ->use -> port 21,pass & username), I can connect from the office computer to the PLC and download the file, by using cmd. When I try to use PLC as a client, Ftpputfile instruction always gives errorid 2407 and erroridex 00000226. In the FTPPutFile instruction box I set the following: ConnectSvr: IP address of PC, port 21, username & pass  SvrDirName: the physical path I set when I configured the FTP site on PC (C:\...) LocalDirName: '/' FileName: '.. .csv'    Further more, in the file explorer I type ftp:\\(IP address of PC), I log in but when I try to create a new folder 550 error is coming up (I suppose this is for permissions). Am I missing something? Do you have any suggestions/guide for making this work? I am not an IT and I am not experienced in that field so any help would be great!   Thanks! Man31          
  5. Pv +7 - How to create email body

    I'm trying to send an email out of the HMI and can't figure out how to build the body to contain all the info that I need. I can get the email to send fine and I can include one tag which works correctly. I though that I should be able to build the text that I need using an expression but I can't seem to figure that out. Here's what I want: Flow totalizer = 'tag' Last 24 Hour flow = 'tag' Last 24 Hour High flow = 'tag'   So just three lines ( I know there is an 82 char limiit) containing a little bit of text and some tags. I thought that I should be able to do something like: "Flow Totalizer" + 'tag' but that doesn't work. It validates but I get no output.   Any help would be very much appreciated. I normaly use a different brand HMI so I'm not really all that up to speed on PV. thank you.    
  6. CX-programmer IO list

    Hey. I have a PLC program I need to customized to a diffrent PLS (CP1L).  PLS ony support CX-programmer.  I miss the I/O list. Are there a easy workarund here, to find out the IO list ?    Best regards Wictor 
  7. Hi, I am new using SIEMENS. I am programming a KTP 400 Comfort. linked to a S7-1200. I would like to ask you how to do a solution I normally used in OMRON. There, I use an "indirect label" to index the line of a TXT file I want to show in a label of a button or indicator. This is similar to the "list of text" in TIA Portal. However, in OMRON I found the way to updated automatically the TXT file in the HMI using a computer but not using the software of OMRON. So, I would like to know how to do something similar using this SIEMENS HMI. I would like to show a label whose text changes according to the value of an index. However I would like to be able to change the file where the index points (TXT, CSV, etc) but not using TIA Portal. I would program a software to send the updated file automatically under FTP, or under the protocol you suggest me. Thank you very much.
  8. I'm a young Controls Engineer at an integration company, and I need assistance.   I have a client that has about 330 different alphanumeric product numbers broken down by length and width. The operator must be able to select the product number at the HMI to pass along to the robot we are integrating. Is there a way to be able to have the operator select the product number simply, without having to scroll over 300 items in a single control list. The HMI is not chosen yet, so it can be GE, Rockwell/AB, or Automation Direct, but we are using a AB ControlLogix Processor. Racking my brain and I have little VBA/Scripting experience.
  9. FX3U-ENET Email Function

    Hi, I am looking for some guidance relating to the FX3U-ENET module. Note, I am only a beginner trying to learn about the FX-PLC as I go. My aim is to have various events in the FX3U PLC send an email with some information within the email text body. The programming of the PLC for the event sequence seems to be going well but getting the ENET module to send the message is my problem. I am programming the ENET module parameters using FX-Configurator which appears to take the commands and that seems OK Reading the ENET manual it appears that the email server, DNS server and Proxy Server, need to be within the same local network as the PLC. See the page I have attached that states that the "Access range of the Ethernet module" is within the local network, and that "the Ethernet module does not send and receive emails directly via the internet connection, the mail server sends and receives emails". So taking that information at face value, it appears I need a mail server and a DNS server? My question is that correct and is there any easy option to achieve this? I have had a play around installing hmailserver on my PC as my local mail server and it seems to work. The message starts to send but I get an Error on the ENET module, checking FX-Configurator diagnostics it says i have a C103 error,  DNS settings incorrect.• Check the DNS mail address./ Check the content of the DNS setting . So this may refer to the DNS server needing to be on the local network? Setting up a DNS server, let alone a mail server seems to be a whole lot of trouble and not practical for the task of sending email messages. Is there an easier option? Am I reading the manual correct relating to the servers within the local network? Any thoughts? Thanks
  10. Hi guys,  I am sorry for posting same issue over and over but  I really want to get over with this one. The way PLC program setup and actual structure of rack is different.   Could it be a problem when I try send an email from ControlLogix by using MSG command? When I put 1,2 in the path field, It shows Au200_2 but it is supposed to be Au200_3. Any help would be appreciated. Thank you for your time  I really appreciate it.      
  11. Hi, I want to know the meaning  for this writing  (Addressing object): %I\4.0\1.1 %Q\4.0\1.3 if someone just help me for this example. Thanks  
  12. Hello guys, I am trying to send an email from controlLogix controller. I have attached pics of where i am stuck with.  Can someone tell me what I have done wrong?  Thanks  
  13. Hi, I have some concern regarding sending an email automatically when an alarm trigger(High, Low Level Alarms - Bit), Is this possible for the software?  Thanks for any reply.
  14. I am trying to export the Modbus points lists from a DAServer in Archestra SMC but I am getting an error message shown in the attached image. All options are greyed out and I cannot export the points list from the PLC node. I know there are points configured on the PLC node because data is updating the the InTouch application. Any help you can provide is greatly appreciated!
  15. I wold like to create an alarm history list that can be scrolled through from most resent to 1st. Is this possible with the Panelview 800 7"? We were able to create a page but it holds only 25 alarms and you can't scroll back.
  16. Hello all, I am new to this forum and it happens to ask a question here. Any advice would be much appreciated! I have created alarm display for PVP 6 600 using FTV Studio ME 8.00 (CPR 9 SR 7). The problem is the alarm time stamp was not fit with the column width. I was unable to find way to adjust the column width of the alarm list object. I am using Courier font, size 10, 4 lines per alarm. The max no of characters in alarm message is 33 characters including spaces.  Aung
  17. I am having issues trying to send an email using the message instruction and the ENBT module. Attached are snippets of my configuration of my message instruction and the error code that i am getting. I had IT look into it on their side and i shouldn't have any network switch configurations that is blocking the successful delivery of the message. Anyone have any ideas what could be the issue? Thanks!
  18. I'm using AuthSmtp as my mail provider and I need to be able to specify the port number. I can't find a place in the rslogix 500 channel setup to put the port id. Currently I'm giving just giving it the host name 'authsmtp.com. I did try the ip address with the port number xxx.xxx.xxx.xxx:xxxx but that didn't work either. Any thoughts are appreciated.
  19. HERE’S IS A QUICK WAY TO SEND EMAIL (TEXT) MESSAGES FROM THE PLC Sending email messages from the PLC sounds like an easy task. However, very few applications do this on the production floor. This is probable due to the networks involved and using authentication can be complicated. In our example we will use a restricted Gmail SMTP server so no authentication will be required. We will walk through sending email and text messages from the PLC to Google Gmail. Once in your Gmail account, the message can be automatically forwarded to another verified email or SMS text message address. HERE’S IS A QUICK WAY TO SEND EMAIL (TEXT) MESSAGES FROM THE PLCThe PLC used in this case is the Do-More from Automation Direct. The software is Do-More Designer. Here is a blog post that I thought was good to share. Let me know what you think. Garry http://www.accautomation.ca
  20. I can send out an emails when certain conditions have been met, this all work great, is there a way to send out to more then 1 email address? Micrologix 1100, rslogix500 I can't figure out how to send email to more then 1 recipient. Also why would this not be working? Emails work just fine but if I send to (Phone number xxxxxxxxxx@vtext.com) the phone will never get the message. (It's a working phone as it is mine) Thanks