PrecisionPLC

MrPLC Member
  • Content count

    23
  • Joined

  • Last visited

Community Reputation

0 Neutral

About PrecisionPLC

  • Rank
    Sparky

Profile Information

  • Country United Kingdom
  1. TIA Portal V15.1

    Hi I am looking to move data on a part once it has been scanned at a station. All I need to move is the 2D matrix Code and time stamp. I have moved the code and time stamp into a bufferArray I am just unsure as to how to send it to the company computer.  I am using Tia portal V15.1 If anyone would be able to assist me 
  2. Analog Input Module

    I have a Siemens 4AI xRTD 6ES7 144-4JF00-0AB0.  I am looking for a infrared temperature sensor to measure temperature of parts in a cooling chamber. Is it possible to wire a sensor directly back to this module or does it have to be through a temperature controller. Many Thanks
  3. VSD Speed Controller

    Can any one advise me, I have just taken over a project and I'm looking at how they scale a value from HMI to controller speed of conveyor. The way it is done is the are multiplying the valve by a factor (1.38). I am just wondering where they would of got the fixed value for this factor number from. Does it depend on type of vsd/motor etc?
  4. TIA Portal V15

    Hi, does anyone have a trial download link for Tia Portal V15, I was installing V15.1 for a new project I am involved in a stupidly uninstalled V15 when V15.1 crashed, I cannot get the link from Siemens website as it says it has been discontinued.  I have quite a few projects that have been done in V15 so I really would appreciate if anyone has the trial download link Many Thanks 
  5. CP1L-EL TCP socket Services

    @photovoltaicdid you get a chance to have a look at the program
  6. CP1L-EL TCP socket Services

    Program attached  Filament Sticher_27_09_2022.cxp
  7. CP1L-EL TCP socket Services

    No i send a read or a write telegram with data in D00000 then i trigger a receive to get my answer back from the device for what im sending.. Its after this that the sockets close its self.. When i open socket A567. 15 is high the low after a send /receive
  8. CP1L-EL TCP socket Services

    Hi all Im having a issue where i have opened a socket to connect with a igus dryve. I can see the socket open in tag A567. 15 and can send a read telegram and get my data back successfully.. The issue im having is that it always closes the socket after a send/receive.. (triggered simultaneously) i really need this socket to stay open until i physically request it to close..  I will be using all 3 sockets available for 3 differnt dryves..  Any help would be much appreciated.. 
  9. CP1L communication with IGUS dryve d1

    @photovoltaic I can successfully connect to my remote node buy using the connect fb.. My issue is when i send and receive a message i lose connection to the socket and cant send and receive any more data until i open the socket again.. There is nothing closing the socket in my program.. If it was onky the one socket i was opening it would be fine but i will be using all 3 sockets available for 3 igus dryves  Thanks
  10. OMRON PLC with Modbus TCP/IP

    Have you ever used a omron CP1L to set up modbus tcp i need to configure it to talk to a igus dryve using modbus gateway  Thanks
  11. Hi can anyone assit me I am trying to set uo comms between CP1L and igus dryve d1 using modbus tcp. Im only used to using sysmac studio and would appreciate any help Thanks  
  12. Omron NA Alarms

    can anyone tell me why when a alarm is raised on my system and acknowledged from pop up window why it records the alarm 3 times on alarm viewer page. I am using alarm viewer in historical mode if a alarm raises once it is registered 3 times on alarm viewer page
  13. NA Alarm Popup Location & Size

    can anyone tell me why when a alarm is raised on my system and acknowledged from pop up window why it records the alarm 3 times on alarm viewer page. I am using alarm viewer in historical mode if a alarm raises once it is registered 3 times on alarm viewer page   thanks
  14. Data from an NX102 to Excel

    Hi Michael,  Can you provide more info on how to do this? i have 14 arrays of 18 Dint, every hour data is recorded in these arrays i want to be able to send the data in these arrays at the end of shift before there get blanked thanks
  15. NX102 Data logging

    Hi I have a NX102, company I am working for wants production counter data send to them via email at end of every shift. Can anyone assist on how to do this. I am using a hourly index to record data over dayshift and evening shift at end of shifts the data is visible in my array, how can I transfer this array data via email without manually sending a email myself. Any help will be much appreciated   Thank you