Search the Community

Showing results for tags ' molex sst-sr4-clx-rll etc. it is an add-on instruction (aoi) for plc/pac firmware v16 or later'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 53 results

  1. I am noticing a problem where i am using MOV instruction and writing literal text into source and String datatype in destination. It works fines in one program but doesn't on another it show an error Invalid Data Type. Argument must match Parameter Data type. I know what the error is and why but my question is why is it working perfectly fine in 1 program and not on another.
  2. Hi guys, I am having difficulty in understanding and implementing the scaling of 32 or 16 bit binary data using Mitsubishi DSCL2 instruction. I just don't understand what to pass in its parameters particularly s2 parameter. I tried many variables but I get errors.  Please can someone provide an example how to implement that and scale any float no, for example 1200.00 to 100.00 using this instruction with output scale 0-100 being 100 at maximum for the sensor value of 1200.00  I am attaching pdf for DSCL2 instruction taken from Mitsubishi manual for help. and the error I am getting on my melsoft. instructions_manual.pdf
  3. 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 
  4. Hello everyone, I want to use my own computer as plc. I have a molex brand SST-PB3-PCU SST card. I will connect my I/O modules to the profibus adapter, then I will connect the adapter to the SST card. Can Codesys see this SST card and if so how do I make the connection. I can connect this type of connection in the InControl (an old software) program that I used before.  Please Help Me!! The Board I use to connect the I/Os to the computer: SST-PB3-PCU  Profibus Adapter to which I connect I/Os: 1794-APB | Allen Bradley PROFIBUS Adapter Module My I/O Modules: Allen Bradley 1794-IB16 and 1794-OB16 My OS: Win10 64 bit Codesys Version: CODESYS V3.5 SP18 Patch 3
  5. NA5 HMI System Recovery V7.3.0

    Version 1.0.0

    12 downloads

    Place the 2 files on an SD card or flash drive. Follow update instructions in V117 manual section 4-3 https://assets.omron.eu/downloads/manual/en/v2/v117_na_series_programmable_terminal_hardware_users_manual_en.pdf
  6. NA5 HMI System Recovery V7.3.0 View File Place the 2 files on an SD card or flash drive. Folow update instructions in V117 manual section 4-3 Submitter photovoltaic Submitted 08/08/22 Category Utilities
  7. Can I find a Link download for the old Rockwell firmware of 1756-L55 rev. 15.56 ? or Can anyone share the firmware with me? Please help!!! Thank you very much.
  8. hello, I want to ask, maybe some of you know about this, I want to take a program on compactlogix but it has a firmware version 19.xx while the rslogix application I have is version 21.xx, there are several options offered by the application to be able to take the program, update the firmware in compactlogix or downgrade the rslogixku application to version 19.xx. if i upgrade the firmware in compactlogix, what about the program is the program safe or not, and if i upgrade the firmware will the program in compactlogix work properly?
  9. Analog

    I have plc mitsubishi A2USHCPU-S1 and there is already a program in it. The problem is, the analog input data doesn't want to be saved. How do i find the analog address instructions? Can anyone help?
  10. Wait Command

    Hi, I'm quite new to the PLC programming, I saw this delay input in one of the videos, that automatically switched to 1 after a set time, it wasn't a timer, just an contact input with time delay
  11. I've a PVP6 1250, firmware 10.001, need to flash this to take a FTV rev.12 project.  Downloaded the rev 12 firmware from the rockwell site (PVP6_700-1500_12.00-20200922), unzip, install, run controlflash and it does not see the new firmware.  ok, I see where the controlflash file needs to be a .DMK, this installed a .FUP file. Tried running controlflash plus, goes through its "loading firmware kits" and "building inventory" steps.  It does see the panelview but reports no firmware found. What am I missing, its been a handful of years since I've last done a panelview flash.  And of course I'm getting "now now now, fast fast fast, hurry, hurry, hurry, why isnt it done yet"
  12. Old Cqm1H cpu51

    Looking for information about an APR fuction for analog output. Thks
  13. I have a problem trying to scale a floating number coming from an HMI to a value to use on PID instructions.My problem is on the scaling instruction.Whenever i try to run on cx simulator it gives me an error My setup of the scale parameters are (using SCL3(487)) D616 #0000 D617 &350 D618 #FFFF D619 #FFFF D620 #0000 My ladder to use the float number is: *F(456) Value +10,0 D2120 FIX(450) D2120 D2062 SCL3(487) D2062 D616 D2072 The error that throws is 0x80F0 Thanks in advance for any help PS Also tried all Scaling instructions.I think my problem is the setup of parameters for scaling instructions  
  14. RENU HMI

    Hi  I want to down grade my renu hmi FP5070T from 2.33 to 2.30. I have accidently firm ware updated to 2.33 .Now HMI is blinking and showing USB connected and disconnected.
  15. Hi there! I recently discovered this forum and I find it pretty useful for sharing and learning about PLCs. The thing is I'm trying to make a Stack using the SSET(630) instruction in a CJ2M PLC. Reading Omron's W340 manual I saw that PLC memory address for the different stack channels is represented as "00010000" to "0001000F". So, in order to set the last stack word address as well as the pointer's address, how do you know those values? Or am I just misunderstanding something? Thanks in advance!   Edit: Solved, the definition of the stack was wrong!    
  16. RS2 instruction

    Hello Expert,   I've problem regarding Instruction RS2. I can receive and send data, but my problem is each time I send data it will always add 0 at the back. I define array data for sending:    POU_01/DATA_SEND[0]    769       00000011 00000001    H0301    --    #0301    --    Word[Unsigned]/Bit String[16-bit]    VAR    D2235    %MW0.2235        --   POU_01/DATA_SEND[1]    0            00000000 00000000    H0000   --    #0000    --    Word[Unsigned]/Bit String[16-bit]    VAR    D2236    %MW0.2236        --   POU_01/DATA_SEND[2]    2560     00001010 00000000    H0A00    --   #0A00    --    Word[Unsigned]/Bit String[16-bit]    VAR    D2237    %W0.2237        --   POU_01/DATA_SEND[3]   50637  11000101 11001101      HC5CD    --   #C5CD    --    Word[Unsigned]/Bit String[16-bit]    VAR    D2238    %MW0.2238        --   Data receive on Serial Terminal : "01" "03" "00" "00" "00" "0A" "CD" "C5" "00"  ==> "00" last value I tried to figure out how can it get there ?   I already check for terminator character already set off. I use channel 2 using FX-485-ADP-MB. I set my serial D8420 ==> "0C81".      
  17. RS2 instruction

    Hello Expert,   I've problem regarding Instruction RS2. I can receive and send data, but my problem is each time I send data it will always add 0 at the back. I define array data for sending:    POU_01/DATA_SEND[0]    769       00000011 00000001    H0301    --    #0301    --    Word[Unsigned]/Bit String[16-bit]    VAR    D2235    %MW0.2235        --   POU_01/DATA_SEND[1]    0            00000000 00000000    H0000   --    #0000    --    Word[Unsigned]/Bit String[16-bit]    VAR    D2236    %MW0.2236        --   POU_01/DATA_SEND[2]    2560     00001010 00000000    H0A00    --   #0A00    --    Word[Unsigned]/Bit String[16-bit]    VAR    D2237    %W0.2237        --   POU_01/DATA_SEND[3]   50637  11000101 11001101      HC5CD    --   #C5CD    --    Word[Unsigned]/Bit String[16-bit]    VAR    D2238    %MW0.2238        --   Data receive on Serial Terminal : "01" "03" "00" "00" "00" "0A" "CD" "C5" "00"  ==> "00" last value I tried to figure out how can it get there ?   I already check for terminator character already set off. I use channel 2 using FX-485-ADP-MB. I set my serial D8420 ==> "0C81".      
  18. Hello everyone! This is the first time I use Micro850 controller (2080-LC50-48QWB) and after I made a really simple programme (just for testing) I wanted to download it to my controller (which I was able to see and connect to via Ethernet and USB normally) and I got a message saying that firmware version didn't match (programme - v9, and PLC - v4). So I found some datasheet where was explained how to upgrade device firmware with ControlFLASH. I started the mentioned software, choose the right controller, and I choose the version 9 and the process started, but near the end I got the ERROR message, and the update wasn't finished successfully. So my controller went to fault (FAULT red light flashes) and now I can not see it in RSLinx nor via Ethernet nor USB. Does anyone have any idea what could I do to try to establish connection with my controller? I have tried to change from prog mode to run, and back to prog, but the fault remains. I really hope that I didn't make some serious mistake, because we need this PLC very soon for work. Thanks  in advance!
  19. Hi, Can anyone advise on how to upgrade the firmware on Kinetix 3 drives (2071-AP8 Series A)? There is a firmware update option in Ultraware, but when I try that it says something like f/w version does not support upgrade. Is it actually possible to upgrade them at all? You can download new versions from the AB website, which suggests it must be possible. They currently have v2.00, and latest version is v2.23. I know these are old drives, but they still work so might as well get some use out of them. Thanks, James.
  20. R04CPU old firmware

    Hi all :) I'm looking for old iQ-R firmware (r04cpu), does anyone know where i can get hold of those? (Ver40 and before)    Thanks! YR  
  21. Hello everybody I have strange effects when connection MODBUS TCP IO-Boxses from my FX5U-80xx. So I thought about looking for network issues fixed in the firmware. So, the website below has firmware 1.201 and I have 1.110 currently. Does anybody know where to look for the revision history of these Firmware fixes? https://www.mitsubishielectric.com/fa/download/software/cnt/plc/index.html#js_swdata_cat_9 The Japanese have some more info here: https://www.mitsubishielectric.co.jp/fa/download/software/detailsearch.do?mode=software&kisyu=/plcf&shiryoid=0000000051&lang=1&select=0&softid=1&infostatus=8_1_1&viewradio=1&viewstatus=&viewpos= Translate:  "New functions added in firmware version 1.201 (2019/11) For details on the additional functions, refer to "Addition and modification of functions" in the related manual "MELSEC iQ-F FX5 User's Manual (Application)". The CPU unit serial number can be used from "17X ****" or later." I was not able to download these manuals (Japanese login screen). So I googled it and found it. But I was not able to find it in this document.  If someone knows more. Would be nice.  Thank you DWIM  
  22. A little background information here, I am trying to create a moving average so I accomplished it with the code (imaged attached) The problem i am having is the AVE instruction error bit goes true. it leaved me with a result of 1.#QAN  I did some googling and it said this is typically done when dividing by zero?? so i added a NEQ to 0 prior to loading the array. then it happened again. so i put the error bit in front of the FFL so it will stop loading the array when i get the error bit so i can see what values are in the array when it errors out. Has anyone else had this issue and what could you do to resolve it? I haven't had any luck find something that points me in the right direction. Thanks in advance for your help.
  23. Can I download an old program (written with RS Logix 500 version 5.2) into a newer SLC 5/04 Series C with a higher FRN than my copy of RS Logix supports? I don't want to use any newer functionality. Just wanting to get a spare 5/04 and load the application software on so it is ready to swap out in the event of a failure. I see some 5/04's on eBay that are new in box but have a FRN of 11 which wasn't out at the time my version of RSLogix was created.  
  24. Dear All, TM241CE40R is installed with firmware 4.0.3.18 If I buy new CPU with some other firmware, will it work or I will need to change the firmware?  
  25. Hi all,  I am trying to update the firmware of a NS12-TS01B-V2. I have downloaded the RecoverUpdate_8_95.exe (and someothers) from the myomron website. I have followed the instrucctions PDF, but when I switch on the HMI with the Compact Flash inserted, nothing happens: the screen is dark and the led is lit orange (not blinking).  The compact flash is 1GB (not omron) and formated using a CJ2. I have been using this card in OMRON PLCs and HMIs for years without problems.  I read in other topic than I guy had similar problems and he solved it using other computer and other unzipper program. I have tried it, but it did not work.  After that, I tried to update it using the DIP switches, but I got more problems, because I got a Warning first, and later an Error, because I forced the installation of the Firmware of the NS8 (BANK1) instead of the NS12. However, the other BANK folder contains the FW for the NS5... Anyway, I could fix this error because previously I did a backup of the already installed system (V7.0). I would like to ask you to send me a BackUp of another NS12, using the "Manual Transfer", that should works. I need the 8.20 version or higher.  Thanks a lot.  My email is hector.moreno.lax@gmail.com