Search the Community

Showing results for tags 'rxdu stopped working'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 9 results

  1. CP1L-EM

    Sorry its long !! I am recieving text from a GSM modem for text msg Send and receive (SMS) works ok but would be better if I could make use of the start code and end code. This way I could cut down on all the crap that is received when a text arrives. I get this  CMTI: "SM",0 I have it stored into D80 and I have that trigger a TXD that sends AT+CMGRD=0 and that tells the GSM to send the msg (The 0 is the current msg in memory) ------ The problem is that there is Carriage  Return and Line Feeds in the received msg ----      AS below ((AT+CMGRD=0 +CMGRD: "REC UNREAD","+19028991212","","22/10/20,16:57:54-16"  Hello this is the msg  OK)) When the PLC sees the carriage return it stops receiving data. And I have no start code or end code setup. (I am using characters received) The way around this is to set a high  character count in the RXD (More than the actual msg (More than the msg length)   The main issue with that is I get garbage in as the msg gets bigger. Its unreliable. I clear the port after each receive and that helps but still get the odd garbage. (Never get garbage when connected to a terminal prg). Any Ideas???? ps Even the Start Code is unreliable as it will start receiving a few characters late. Rob  
  2. Has anyone used the Modbus RTU for SCU function block from Omron France at all? I have written a heap of code and getting done bits back and moving on to the next read fine but there is no data coming back. I have uploaded the function block here as well. I have not uploaded the code at the moment - there is a hell of a lot of it. The processor is a CJ2M-CPU35 - big boy. Ran out of memory with a lesser processor. May have to go back to the PMCR system if no one can help.   MRTU_SCU_Master.zip
  3. I have a Base tag of BOOL logic that will not activate the MOV output.  The Base tag is paralleled with an Alias tag for a NO pushbutton.  When the pushbutton is actuated it produces the desired output.  Has anyone encountered this issue from a togglebit base tag before?  Why would a base tag produce a different outcome from that of an alias tag that function properly?
  4. Hi! I would like to ask how could I send data from PC to CJ1M PLC, by SCU-41 module and RS232 cable, in order to activate an actuator (LED)? In my environment, I have a sensor that sends data from PLC to PC (I'm checking data, "HelloWrld" with Putty), with this configuration: And I have another section where I want to read the data from the PC in ordr to activate a LED I would like when I send for example a letter 'a' trough Putty, the LED activates. How could I do that? Thank you very much!
  5. Hey everyone, I have a CJ1M PLC with a CJ1W-SCU21-V1 serial card. It is unit 6 and I am using port 1. I have bit 1659.06 ((1500 + 25 * Unit #) +9, bit 6) as "characters in buffer" but it never comes on (data is being received through the port successfully). It is on No-Protocol mode. Does anyone have any ideas as to how I can detect data in the buffer?
  6. RXDU format ISSUE

    Dear members, I would like to ask you for advice. Currently I have begun to use serial communication for OMRON PLC with use serial communication module SCU41-V1. My first application with use TXDU instruction in program was succefully. But for my purpose I need also recieve any data from the COM port. So when I set RXDU by instruction manual... Nothing recieved after send data via my PC. Light indicator on PC front panel is blinking after I send any data to PLC, but RXDU does not get any data to store it for my D memory.   Serial port 2; Unit: 3;   I have checked proper version of my card but it seems to be good.   Is necessary use any exactly format to send to COM port for RXDU?   Can you please help me? Best Regards, Jiri
  7. RXDU issues

    I have a data logging process on a CJ1M CPU13 via RXDU command on port 2 of SCU41-V1 It has been working, but has stopped.  There are 2 identical machines.  Both Honeywell bar code readers work on 1 machine, while the "RD2" led stays lit on one machine, and wont complete the RXDU command.  On the working machine, it simply flashes quickly during data receive.  I have compared the program in both, and it is identical. Cabling from both machines have been tested - works on one, not on the other.  Even swapped out SCU41-V1 with same results, so I am pretty certain it is a setting in the main processor of the non-working unit.  I did a compare of SCU settings and they are identical. #0 is moved into C  #2213 is moved into C +1 on first cycle.  Unit number is 3 1594.06 never seems to complete, which is an open contact in series with A202.02 (N.O.) to trigger RXDU (255) A202.02 is value 1 1594.06 stays at 0 when I trigger 1594.06 via laptop, it sends garbage data once.     Any ideas?  
  8. Hi guys, I recently was asked to configure a computer to host an Factory Talk SE Client application. I was able to get everything working except the trends and the Alarm window, all I have is the cross hatch screen. at the bottom of the screen it is saying cause: Trend: CAB file missing on the server: http://hmi1/RsviewActiveXControlSetup/RSTXView2ocx.CAB. I have worked on this for a while and am stumped. All the other computers on the same domain network are working fine, so it leads me to believe my problem is with my installation on the new computer. Any suggestions or if you need more input please let me know. Thanks
  9. I am very new to PLC's, I work in a power plant and we have an ABB DCS. We have some vendors that use PLC's and they try to make them work with our system. Currently I am working on a project were I am trying to add 8 analog outputs to the PLC. I am working with two 1756-L71 controllers (redundant) and the rev for the program that was written 20.01. Basically I have 8 analog inputs that I want to bring to the spare analog outputs that I have. I want to see these inputs in our DCS. I wrote simple logic that at the end of the rung has a move block moving the source which is the input and taking it to the destination which I made an alias tag for the output channel that would correspond. Problem is I can see the source number moving, but the destination number stays at 0. I can type a number into the destination and it will work. I can see my 4-20 signal I am sending out in the DCS. Everything before the move function is true, I have and open contact, and a closed contact and they both are green. This is happening on all eight of my outputs that I am working on. Please help I have learned a lot from this experience but I cannot figure out what has me stuck this time.