Search the Community

Showing results for tags 'inputs'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 9 results

  1. Hello, I'm trying to read data from a PLC using TCP/FINS protocol. I am able to read the data in the memory area from a supervisor PC (using command 01 01) but I do not know how to read the information specific to this machine. Extract from the machine manufacturer's document: Name Data type Address/Value Usage comment Loc_in1 BOOL 1.00 In Local Input 1 Loc_in2 BOOL 1.01 In Local Input 2 Loc_in3 BOOL 1.02 In Local Input 3 UPS BOOL 3.00 Work UPS Input Int1 BOOL 3.01 Work Interlock 1 Int2 BOOL 3.02 Work Interlock 2 T1_LSB CHANNEL D20 Work UPS Hold time LSB T1_MSB CHANNEL D21 Work UPS Hold time MSB REM_1 BOOL H0.00 Work Remote input 1 REM_2 BOOL H0.01 Work Remote input 2 REM_3 BOOL H0.02 Work Remote input 3   This is the document I've written to understand the protocol: 1st frame to send: 46,49,4E,53 : ‘FINS’ 00,00,00,1A : Length(8 de l’entête + 18 de la chaine qui suit) 00,00,00,02 : Cmd (2) 00,00,00,00 : Error code (0)   Second frame to send 80,00,02,00 : ICF + RSV + GCT + DNA 0F : DA1-FINS node address of Ethernet unit (Server node=15) 00 : DA2-Destination machine address (0=PLC Main unit-CPU) 00 : SNA-Source FINS network address (0) FB : SA1-FINS node address on the PC side (Client node=251) 00 : SA2-Source FINS network address 01 : SID-any data from the source process identifier 01,01 : MRC,SRC-FINS command code 0101: Read memory areas 82 : Memeory area=Variable type: DM (Dxxxxx) 00,14,00 : Read start address (20) 00,01 : count (1) This shoud send the UPS hold time but everything is at  zero. Who could help me ? What is wrong ? Thanks  
  2. Safety PLC R08SFCPU

    Good day Guys I have been working with Mits for a while but i am new to the GX works 3 setupp. We are looking at using R08SFCPU PLC with a RJ71GF11-T2 for CC-Link IE Field in order to do safety. No i think i understand the normal IO on this device but the safety i just cant get to a point to understand what is happening. When i try to address it SA\X0.... then it says it is invalid. Does anyone have an idea how to do the setup for safety or a manual that describes a bit in detail.   Thanks
  3. Safety PLC R08SFCPU

    Good day Guys I have been working with Mits for a while but i am new to the GX works 3 setupp. We are looking at using R08SFCPU PLC with a RJ71GF11-T2 for CC-Link IE Field in order to do safety. No i think i understand the normal IO on this device but the safety i just cant get to a point to understand what is happening. When i try to address it SA\X0.... then it says it is invalid. Does anyone have an idea how to do the setup for safety or a manual that describes a bit in detail.   Thanks
  4. Hello! I am new at programing PLCs. I am using TM241CE24R PLC with TM3AI4 analog input module. I can successfully read temperature from 4-20 mA sensor. I want to communicate with my PC (SCADA) via Modbus TCP. For testing purposes I am using CAS Modbus Scanner. I can read digital inputs, coils and holding registers successfully. Problem is that I can't read analog inputs (#300001 etc.).  I have nothing defined in GVL list. Is this causing problem? I also don't have any Modbus TCP Slave device in Ethernet_1. But how can be all the other registers read successfully?  Please take a look at screenshots below. Also check Error message from CAS Modbus Scanner. Where is problem? Please help. Thanks in advance!
  5. Control Panel

    Is it possible to view the values / states of all inputs, outputs and workbits (e.g. 64.00 through 64.15 on Omron CQM1 PLC) on a single screen or control panel within CX-Programmer software?  I'm trying to troubleshoot some ladder logic that I wrote and need to know the values of 5 or 6 inputs/outputs/workbits simultaneously.  Having to scroll up and down through my ladder logic repeatedly does not work well with code that changes state every 5-10 seconds or so. Any help is welcome.
  6. Program 16 position rotary selector switch

    I have a 16 position rotary selector switch I'm trying to program to a CQM1 PLC, that I will also be programming to a micrologix 1200 in the future, using CX Programmer. The switch connects to the PLC using 4 inputs, and activates the inputs in a binary pattern 0-16 as I turn the switch. For example: if the switch is wired to the first four inputs of the PLC, and is turned to "9" 0.0 and 0.3 will be activated and 0.1 and 0.2 will not, just like binary 9 = 1001. I have tried several things trying to get the PLC to accept these inputs as a single "data-point," and then convert to BCD or Hex to use in a timer. I'm having no luck! Does anyone have any ideas how this is done? The switch is a Tosoku DPP01 015L20RCB, and because of the age of the PLC my instruction set is limited. Thank you in advance!
  7. I just commissioned a system utilizing 3 1756-IRT8I TC Analog Input Modules. It was soon discovered that there were sags in the order to 2 -10 % in the inputs across all channels. These sags occurred in all three modules but at different times but were occurring more or less on ~4-6 hour intervals. There are two CJC inputs (Cold Junction Compensation) and it was discovered that one CJC value also sagged while the other one remained constant through the sags. Tech Support had no information about the issue, but eventually found that there was a thus far unannounced firmware update, that was made available. The problem modules all had FW Version 1.013 and the Update Version as of Mid Oct, 2015 is Version 1.014. Following the FW update, the sags are no longer being seen. Bob A.
  8. Use to working on DC inputs, now I have a PLC I am playing with and the digital inputs are AC, can I still just wire a on/off switch to complete the circuit just for testing? This is a micrologix 1100.
  9. Hi everybody, I am new in these issues and I have faced a problem that is driving me nut. I am building a mixing batch HMI and its PLC program. In my HMI I created an analog tag that stores and integer number. This tag is responsible to comunicate with an analog input of the PLC I/O expansion module, whose address is I:1.0. In my HMI I put a numerical input box to send values to this analog input, but every time I write a value in this box and press the enter key the numerical input box gets red and don't send the value to the plc. Appear the following error message "cause: Addressing problem or memory protect rungs" on the left botton corner of the HMI. Some pictures are annexed to describe better. Anybody knows what can I do? I am using PLC SLC 5/03 + Analog module 1746-NI4