End Cap
Brand Name: Clipsal
Nominal Conduit Size: 80 mm
Connection Type: Plain
Length: 43 mm
Clipsal End Cap Conduit 80Mm P/Pipe Orange - 262P80-EO
This item is currently available for backorder with an estimated arrival time of 2 days
Please note this ETA is provided to us by our suppliers and could potentially be delayed due to factors outside our control. If there are any delays we will contact you to keep you updated.
Choose your style, Select your Switch and Checkout
We can customise your powerpoint to a range of colours and layouts, suited to your needs.

SKU | CLI262P80EO |
---|---|
Supplier No | 262P80-EO |
EAN / Barcode | 9311554155483 |
Width | 98 |
Height | 43.000000 |
Length | 96.100000 |
Width | 96.100000 |
Brand | Clipsal |
Nominal Size | 80 mm |
A FEW FAQS
The change in position from connected to withdrawn is 14.25 inches.
Issue: Wondering how to set the ATV61/71 graphic display language back to English? Product Line: ATV61, ATV71 Environment: All Cause: Display is in different language. Resolution: Power up the display and wait about 15 seconds for it to initialize and go to the default display. Press the enter biutton (the large dial) once. Scroll to menu 5 which is LANGUAGE. Push the enter button again. Highlight English and enter again to save.
Goals and Symptoms Sending an Email from the embedded Ethernet port on a M340 CPU. Facts and Changes NOTE: The send Email function can only be used on the Embedded Ethernet port of the M340 CPU modules. The M340 need to be v2.0 or higher and minimum version of Unity Pro v4.0 must be used. In this example a free SMTP utility known as Argosoft is used as the email server. In an actual application special considerations need to be taken on the SMTP server or the Send Email function will not work. Causes and Fixes In your Unity Pro application, open you Ethernet network. Confirm that the network is configured for a M340 v2.0 CPU and the SMTP is activated. Click on the SMTP tab. Fill in the IP address of your SMTP server and choose the port it is listening on (port 25 is the default) Fill in the Mail Header information for the email you will be sending. The M340 will allow you to have 3 different mail headers which means you can send up to 3 emails. Note: The maximum size of the email message is 1k which includes the email header. ` If your Email SMTP server requires a login and password then this will need to be enable in the SMTP setup. Validate your changes then open the project setting under Tools>Project settings In the project settings under language extensions make sure all data types are checked then press ok. This will allow for arrays to directly be used in the program. In your Unity Pro program add a ADDM and SEND_EMAIL function block. Make sure EN/ENO is displayed. To send an email the input to the ADDM will always be a string input '0.0.3' which tells the M340 to use the embedded Ethernet port. The HEAD_KEY chooses which Mail Header to use from the SMTP setup. If the subject is listed in the Mail Header then the SUBJ_STR can be left blank. Otherwise you will need to put a string input here to be the Email subject. The BODY_STR is a string input which will serve as the body of the email. The entire Email cannot be greater than 1k in size. The GEST is a array of 4 words which serves as the Management parameters for the SEND_EMAIL function block. (see Unity help files for more information) In this example whenever %M0 is high the M340 will send an email to the destination listed in Mail Header 1. You can launch a animation table an confirm the email is being sent out by looking at the first word of the GEST parameter when %M0 is high. If this value is changing and there is no error code in word 2 then the email is being sent out. Note: This only indicates that the M340 sent the message and does not guarantee that the message was received. The M340 is only capable of composing an email and pushing it to the SMTP server. It is up to the SMTP server to properly deliver the message to its destination. If there are no errors then log into you email sever and confirm the message was delivered. Open new mail Read the message. Considerations to be done outside the M340 In this example a simple SMTP server (Argosoft) was used to demonstrate the ability to have the M340 send an email. In a real world application the M340 will need to be on the customers domain. Also the SMTP server that the M340 points to needs to be able to accept the message directly from the M340 and route it accordingly. If the SMTP server is not configured to do this then the M340 email will not be processed.