Search the Community

Showing results for tags 'problem reading sensor values'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 75 results

  1. Hi everybody, I have a GT2310 communicating with the Mitsubishi F800 VFD. I am using the Freqrol 800 communication driver, connected to the RS-485 terminals of the GOT and on the F800. The comm settings are the same on both devices. I also tried to use the “auto negotiation” setup. I have communication between the two devices. I can read and write to F800 registers.   Anyways, The GT designer diagnostics is complaining about a communication error in the system alarms. The error can be reset but it will appear again.   This also happened when I created a new, empty project where just the communication was setup as described above.   Did anyone experienced the problem and how to troubleshoot / solve this?   Best regards
  2. Greeatings .   I have modicon TSX premium plc (TSX P57103) I have problem i cant connect to my plc. I have tsx pcx 1031 cable and have com port on one PC and on the second i have connector to this cable with usb. when i try xway test i have problem , the request is always 0 . Can someone help me ???
  3. iFIX restore problem

    Hi, I have .fbk backup file of iFix aplication (i mean).. When I try to restore it by "Backup&Restore Wizard" in part where I "Browse" the way to Backup file and click on "Next" is problem. Pop-up window show -> "Bad file format. The archive file may be an old version or a wrong version in header signature or is not a Proficy iFIX full backup file (.fbk)" ....  My question is = Is possible to find what of version is my backup file ??? when i suppose this error mean i have installed wrong version of iFIX sofware (my version is iFIX 5.5).. Or is no problem of my iFIX version ?  Thanks
  4. Hi Everyone..I'm having hard time to read Analog Sensor. I've try to read the manuals about expansion module, but still having hard time to understand it. My PLC is CP1E-N30DR-A connect with Expansion CP1W-MAD44 and I'm trying to connect with pressure sensor Omron E8F2-B10C that in a certain pressure will trigger to open a Digital Valve. is there something wrong with my setting for range? I do the setting in 4-20mA (0-5V) I attached my Program and Picture while running, the program is only for reading the pressure sensor. the result is  -600 to +600, is there a way to earn the actual result? I've tried Scaling and APR, But didn't understand, is there a guide/tutorial for it as well?   Cheers.. Albert TEST.cxp TEST.cxp
  5. CP1L connected with scanner symbol DS-4308 reading 2D data matrix,  with RS-232 on board CP1W-CIF01 Hi all, need some help because I can't read the information. Let me explain, I have a PLC, " CP1L-L14DR-D " with a RS-232 option borad " CP1W-CIF01 " , a scanner Symbol DS-4308, and I'm trying to read a data matrix 2d barcode (I don't know if that matters). so I build a cable with the next configuration, (one side male and the other female) PORT CONFIG PIN OUT SCANNER CABLE RJ-50 TO RS-232 PINOUT Maybe I'm missing a connection? a bridge? power supply ? ground?   in the program, I only have this to check the communication,       When my reception flag complete (A392.06), my instruction RXD is going to execcute, reading in D1500 the data. if is any error in communication (A392.04) or overflow (A392.07), my port is going to restart (A526.00) (ignore w0.03) with the followign config: (9600, 7,2,E, RS-232C, End code: Received Bytes 3       and I'm reading only, data on D1500 and D1501, and the data makes no sense.   with the configuration of End Code: CR, LF,          can't make it work, I read nothing. and if I change the END CODE: Received bytes to 4,      don't work. and my flag A392.04 go to ON.   PLC HAS 4 PIN SWITCH, ALL ARE OFF The configuration on the scanner is setting to default and then config to RS-232 Standard.   So, what I'm missing?  bad connections? plc don't support? scanner config? program?      
  6. Hi guys....first post here. It's been about 6 years since I worked heavily with PLC's and automation, but I'm getting back into it. I was hoping you might be able to help me with an issue I've noticed at work.  Problem:  The sensor we use just reads if there's something there, or not. A make or break if you will. When boxes are pushed together and there is no gap between them it thinks there's a jam (after 6 seconds) even when the boxes are moving past (as they should).  A jam stops the conveyor belt requiring someone to physically move the boxes to clear the sensor and restart the equipment.   I'm trying to find a sensor that will see the distance changes from box to box (mounted on the side of the conveyor). Only when there is a true jam and the distance isn't changing will it send a jam signal.  I've tried researching sensors and have been overwhelmed by the endless possibilities and combinations (not all of which I understand).  We are currently using an Allen-Bradley 42EF-P2RJB-A2H It would be ideal to have a similar style plug, but it isn't a deal breaker.  Here's an idea of what I'm dealing with. (The actual conveyor the jams are occurring on is a decline belt, not a roller accumulator.) There are varying box sixes, but they are all packed together. Creating a gap between boxes or using metering belt is not an option here. Thank you for any help/guidance you can offer! -Steve
  7. Hi,  I'm new to TwinCAT 2 and i'm upgrading a long time design (hence the TwinCAT 2 reference), to read a more sensitive torque signal.  I'm using a Beckhoff CX1030 as my PLC Controller.  I needed to add 'homing' to my motor sequence and confirmed with Maxon, im using the function blocks correctly and in the correct sequence to establish my 'absolute zero'/'home' position.  The motor has an output to write to:  ControlWord, which tells the motor that the position it is sitting in is '0.'  My program compiles, it runs, it writes each function block, but it's not seeming to get back to the test run opMode, even though i tell it to and the function block performs the 'Write' function.  it's stuck at zero and not reading an analog input signal from my torque sensor.  so im getting an artificial torque reading through every test.   i think this is related to my tare motion.  I start the program, home the motor, get into profile velocity mode, tare my sensor, enter profile position mode, go back to position 0, then back to profile velocity mode, run a test, sample data, go back to 'home' or '0.'  I wonder 1st, is my variable not linked properly through the system manager?  2nd, i set a boolean variable to set the 4th bit to 1 in my control word write (setting the 4th bit high will set my current position to absolute zero), but did i not connect the program to the main sequence properly?  looking to read a valid signal again and see that my motor moves back to 'home' each time.  Do i not need to home the motor after the tare, since the tare nulls out the torque value after the tare? after this i need to program my sample period, instead of it being fixed, as it is currently written and then use my home position as my trigger to start sampling.... Beckhoff applications department is overloaded, currently and can't help and this is all beyond the knowledge of the general support line.  I've gotten fairly far, on my own, but of course, the project is under a time crunch.   Does anyone know twincat well enough to help guide me?
  8. Hello i'm new in all things about plc, i do a project for school and i use a festo fc 34 plc. The plc is programmed via serial port RS232 my pc not support a serial interface and i use a RS232 to usb adapter. when a try to download the program to plc give me a error: "ERROR: Cannot access controller".  What i do wrong.  Thank you in advance and sorry for my English. Have a nice day.
  9. S7 300 Profibus fault

    Dear All, We are in need of your expert opinion. One of the nodes of our Crane's Cabin gives a station failure problem, due to which whole Crane shuts down. we have done everything from replacing Dp connectors to changing Profi cables, swapping modules with other stations, changing Power supplies but the problem remains the same. Following are the system details, 1. CPU S7 319 F3 fail safe 2. IM 153 interface module 3. OLM module for signal conversion fibre to profibus from main CPU.   We have several nodes after OLM but fault was persistent with 3 nodes. After comprehensive working, it came down to just one but still not diagnosed. I will also upload the diagnostic buffer if needed.
  10. Mitsubishi FX3U Suddenly Stop Code

    Hi ,Im a Electronic Technic  in a Molding Factory and i have a problem with one of the machines because is suddenly stoping of execute the code without reason,i tough that was the hmi was is working well.  
  11. I first saw AS-i at a factory this week and am trying to figure out what Allen Bradley modules can interface it. I am not finding anything, does AS-I go under some different name?
  12. So, hello all. I'm new in Omron PLC. Using: CP1L-EM controll + CP1W-TS102 (x3) Problem: I have PT-100 sensor outside, so, cause i live in Russia, we have now -3 ... -5 under 0 =)  What i've done: I read the manual W462. Made some ladder (attached).  When i have temperature outside - i have value &2 or close to it, what means 0,2 degrees (i use Celsius) But when the temperature go down, i have &65535 and my PID go crazy.  So, i understand that it's 2 complement's but... HOW I CAN GET THE VALUE IN REAL??? (+2,0 or -5,3 and etc....)  Okay, go across the manual, what we see? (pic2)  We see the instruction for CP1L with PT-100 in range of -200...650. Ok, perfect, what i need... but... I HAVE NO SBB(051) INSTRUCTION IN MY CP1L!  So, guys, i need ur help with that. I need negaitve temperature in real with sign for using it in scaling, pid and HMI via NB-series panel.    Sincerely, p001p
  13. Hi everyone, I want to compare 2 programs with RS logix 5000 compare but logix opens the 2 ACD in L5K, with only tags.... thx for your help
  14. Hello everyone, I am new to omron stuff. I have been given a task to execute a timer with retentive values on power off. I want to retain timer value when plc turn on after shut down. Timer should be start from where it stops on power failure. How to do that could anyone help me out here?
  15. CX SUPERVISOR

    HELLO ALL I HAVE PROBLEM CX SUPERVISOR RUN TIME WORKING WHEN I OPEN RUN TIME AFTER 2 OR 3 HOUR IT WILL STOP AND COMMUNICATION CUT FROM PLC I USE OMRON PLC AND MT NETWORK  SETTING IN PLC  ETHERNET (FINS/TCP)  I GIVE ONE IP ADDRESS  172.17.0.85          AFTER CUT COMMUNICATION THIS MESSAGE WILL COMING MY PC    - COULD NOT WRITE TO PROJECT FILE. THE DISK IS FULL,WRITE-PROTECTED OR HAS BEEN REMOVED FROM THE DRIVER  ple told me some one  how to salve this problem    
  16. Can we interface the arduino sensors like HC-SR04 an ultrasonic sensor that gives a PWM as output.Can it be read on PLC by any means ? How we can read the Discrete values of Ultrasnonic sensor on PLC ? any one who knows Kindly guide I'm working on Fatek PLC FBs 24 MAR-AC 
  17. I am using rslinx in my configuration with 2 devices: windows xp computer and an SLC 5/05 CPU.  The XP PC is running a program that relies on a file that is automatically dropped in a shared folder from a separate networked PC.  The file is deleted immediately from the shared folder.  The program on the XP PC uses rslinx to control the SLC 5/05 CPU to complete the operation.  The original XP PC hard drive failed and a new PC was installed with all the necessary software and services.  Ounce I completed the  setup, the process worked for 48 hours, then stuck in one operation (one file).  Now, I can restart rslinx and the software and the process will function normally, but stall, then get stuck on one file.  There are no files in the shared folder, rslinks has not lost connection.  The original router was replaced at the same time as the PC.  I am leaning towards rslinx storing the files somewhere and stalling/stopping the operation.  I can not find files anywhere.  Does the SLC 5/05 CPU store the files?  I'm lost.  Do you have any troubleshooting suggestions?  
  18. Hi all, I have a S7-1200 CPU 1214 DC DC DC and Cm 1241 6ES7241-1AH32-0XB0 communication module.I'm using TIA Portal 14 and i connected cpu but i couldn't connect cm 1241 communication module.When i looked diagnostic i saw" Diagnostics data are not available because the current online configuration data differ from the offline configuration data.".Then i looked for what was the difference.But i didn't see.Are there anyone can help me? Thank you
  19. Problem with CX-one instalation

    Hi I have problem with the instalation of CX-One over the instalation it stops and give the message: "Error-3: CX-Server Device Driver(Generic FINS Ethernet)failed to install. Try to install it manually from CDROM (Generic FINS Ethernet Device Driver\setup.exe) at the end of instalation." Then if I go to the CDROM and try this instal manually I got the message about the "Unable to locate CX-server" but CX-server I correctly instal from CDROM with sucesfull finish message. And If I try to start CX-Programer I got the message about missing cdmapi32.dll. So what I can do about this :(
  20. I have Omron CP1H PLC and using Ethernet Option board to communicate through Ethernet. When I connect PLC to 2 Computer it starts malfunctioning and values in register get fluctuate. while I connect single HMI it works fine. Kindly give solution if anyone know. 
  21. Hello! Does anyone have experience of using tooth gear pulse sensors. I am looking for this kind of sensor for the machine, we are building. My problem is that the sensor we are using is not suitable for North American markets (UL-standard is not aproved) and now I am searching sensor like this. I am not sure is inductive sensors good enough for measuring this, the one that we have been using is magnetic field pulse sensor.
  22. Hi everyone, Recently, I started working with the Micro820 Controller Embedded I/O. My project is simple : when the output _IO_EM_DO_00 is set to true, an LED light turns on. But, even though it's super simple, I can't make it work. Here's my setup. If you need more information, feel free to ask anything !
  23. Hi everyone ! I have a little project wich involves communication between two Micro820 controllers via TCP/IP. To do that, I started to work with TCP/IP socket. Within CCW (Connected Components Workbench), I tried to create a new socket instance using the instruction SOCKET_CREATE and set the socket address to 127.0.0.1:21. Basically, my computer through the FTP port. The problem was that it couldn't create a new socket instance (error variable is set to TRUE and status is set to 4, wich I don't know the meaning) because I didn't have a server-side application that listens to TCP/IP socket requests. That said, I found an open source application called SocketTest that listens for TCP/IP socket requests on a specified IP address and port. So, I started a listener on the following address : 127.0.0.1:21, but the error variable is still set to TRUE and status is still set to 4. So, my questions are : Is my IP address OK ? Is my port number OK ? What means the status code 4 ? Is SocketTest doing what I think it does ? Do I need to do something else before using the SOCKET_CREATE instruction ? Thank you in advance for your help !
  24. NB Designer V1.4

    I found NB Designer really struggled running on Windoze 10 Pro x 64 bit - bloody painful to be honest - on both the massively fast desktop and very fast laptop - no time to wait around - likes my horse power. Selected it to run in Windows 7 compatibility mode - way better - quite nippy actually. Highly recommended - it appears the NB Designer team may have not quite caught up with the latest Windoze OS.
  25. I'm looking for some general information about different types of vibration/temperature sensors. What type, brand, model number, etc. will best fit my application.  Scenario: I want to monitor the vibration and temperature of multiple motors and gearboxes for a large overhead conveyor system. If an oil leak occurs and temperature increases, I want to see a temp. alert via a HMI. If a something mechanical fails, I want to see a vibration alert via a HMI.  I've looked into sensors that stick to the outside housing of the motors or gearboxes via a magnet. My concern is justifying the temperature readings. How accurate would a sensor that reads an "ambient" temperature be (compared to a thermocouple on the motor coil itself or some sort of probe)? Also, would the location of the magnet  on the motor or gearbox drastically affect the temp. or vib. readings? Has anyone had success with a similar setup? If so, what devices did you utilize? Are these systems truly beneficial?  I'm currently considering Banner's wireless products...