@q_spasi

MrPLC Member
  • Content count

    40
  • Joined

  • Last visited

Everything posted by @q_spasi

  1. CONTROLLER LINK

    thx PdL other problem: refer to w309 sec8-4 i can't find how to get value for this paramater so i can calculate "Total (max. transmission delay)": - Link servicing interval (source node) - Link servicing interval (destination node) thanks alot
  2. CONTROLLER LINK

    problem: i've built a controller link network: baud: 2Mbps polled node: 1 no. node: 4 (1 computer with CLK21 PCI board and 3 CS1 series) total no. bytes: 65word or 130bytes using 20metres long belden standard cable how can i calculate the thoroughput: actual speed of data transfer or other parameter (please give me more parameter if there are other ones) on section 8 (communication timing) w309... there is comm. cycle time... could this paramater being one of thoroughput paramaters??? i have only 12 hours to cover this problem :( thx alot regard
  3. Summer & winter time

    :D Ur listed requirement, have been completed by my app & my CSUB was working properly i note Ur list & place it in front of my glass :D thq 4 PdL :) regard
  4. Summer & winter time

    i've tried a sample program on w340 e1 08 sec 3-28-2 calendar substract (CSUB) using CS1G-H CPU44& CS1H-H CPU64 but CSUB can't be executed, no result on result word R,R1 and R2 what's the promblem? thq alot b4 regard
  5. how can i read CJ1m plc node adress

    i have a ControllerLink network using CS1G CPU44H i want to get each node number for an identifier header of data that i will copy from each PLC to a hotplug compactflash (CF) memory so everytime i plug a CF, PLC write CSV file that named by PLC node number and time while data is written to CF now i just get time information from A351-A355 but i haven't get node number addr yet thxq b4
  6. CS1D Applictaion Reference List

    in my final project, i try ro developt a DCS miniature using CS1H- CPU64H specific aplication: Redundant system designing, i know Redundant system can be implemented on CS1D, could have CS1D tech adopted and implemented in CS1H? i can't found specific reference manual for this problem i need w405 too tHXq B4 regard
  7. Omron compolet command

    hai billeung, i've downloaded compoled V2 trial version, there is a pdf manual, that said about: Text1 = Hex(SYSMAC_CS11.DM(0)) 'to read DM0000 SYSMAC_CS11.DM(0) = &H1234 'to write DM0000 with data: 1234H i have no money, so i use fins command as carolina said :[ i sent: 01028200060000010010 of fins command to write one word data (0010) on DM0006 i think your compolet package has a manual or help to solve your problem
  8. FINS Command

    i think data link will need wide bandwidth indicated by sd rd. i just want to force a bit (for starting conveyor, controlled by plc#3) from plc #2 because i will apply both fins command and datalink. and i have a problem with forcing set a bit from plc to plc
  9. FINS Command

    hiks,, help me. there are no change until now :`[
  10. FINS Command

    hiks, please help me :[ i just need to force set a bit 2 plc node #3 & #4 form plc node #2 via controller link network, using CMND(490), wich sent: 23010001000100000000 parsed: 2301 0001 0001 00 000000 2301: command code forced sett/reset 0001: no of forced bit 0001: set mode SET 00: memory code CIO 000000: bit flag onCIO0000bit00 i have tried to send it from Host PC (CLK PCI) to plc node #2,#3,#4 it was success but not while i send from PLC to PLC respons error: 1004 thx B4
  11. Plc To Plc Communication Using Cx-programmer

    hai... hai hai u can try use 1:1 data link, use LR communicating using a master with a slave
  12. FINS Command

    may this make my question easier S D00100 23 01 Command code 2301:Force SET/RESET S+1 D00101 00 01 No of bit 0001 S+2 D00102 00 01 Specification: SET S+3 D00103 00 00 Memory area code 00:CIO Channel:00XX(Contd.) S+4 D00104 00 00 Channel: XX00 bit:00 C D00300 00 0A Bytes of command data: 0Ahex=10bytes/5words C+1 D00301 00 0A Bytes of response data: : 0Ahex=10bytes/5words C+2 D00302 00 00 Always:00hex Transmit to local network:00hex C+3 D00303 03 00 Destination node:03hex Destination Unit add:00hex (PLC) C+4 D00304 02 00 Response requested:0, always 0,Comm port:0, no retries:0 C+5 D00305 00 04 Respon monitor time 4 second for 1Mbps baud Error: command format 0x1004
  13. FINS Command

    i sent this FINS command from Computer 00:01:00 to PLC 00:03:00 "23010001000100000000" and finished completly but while i try using LAD to send "23010001000100000000" from PLC 00:02:00 to PLC 00:03:00 like i have listed below (Mnemonic), it isn't finished yet and returned respon code: 1004 (wrong format) what's wrong?? LD 0.01 // execution condition MOV(021) #000A D300 // C=Byte of command data MOV(021) #000A D301 // C+1=Byte of Response data MOV(021) #0000 D302 // C+2=[00AA]=AA:Net add (Local Net) MOV(021) #0300 D303 // C+3:[CCRR] CC:Destination node number RR:Destination Unit Add. MOV(021) #0200 D304 // C+4:[WWEE] WW: no retries. EE: port no&respons setting MOV(021) #0005 D305 // C+5: Respon monitoring time CMND(490) D100 D200 D300 LD 0.01 // execution condition MOV(021) #2301 D100 // FINS=Forced SET/RESET MOV(021) #0001 D101 // Jumlah Forced bit MOV(021) #0001 D102 // Forced SET [1] MOV(021) #0000 D103 // Mem Area Code IR=00 bit/flag=00 MOV(021) #0000 D104 // bit/flag=00 00 END(001) thx ^___^
  14. Cx-programmer & Memory Card

    hai hai... meybe, something u'hv forgotten: emmm: dip switch setting no 2 or 7 refer to w339 sec6-1 sorry i'hvn't met *.fbl yet
  15. Omron hostlink command

    HMI-PLC what kind of HMI? Host Computer[host PC]/Programmable terminal-touch screen[PT] define Network Type that will be used to... [toolbus sysmac_way controller_link etc] okey beibeh, hostPC_HMI -PLC as my experience: i 'm using RS232 for 1:1 connection, protocol:hostlink command how? as described above: hostPC[using VB,Delphi etc] by any event [click/timer] on an object sending command [@_NodeNumber_HeaderCode_TextparameterCmd_FCS_Terminator] this protocol explained on manual (explained above) vice-versa: using read/write use RS485 for 1:N connection using ControllerLink----protocol:FINS Command manual: w227-xx-x, w309-xx-x PTHMI-PLC just design HMI display using NTST-NT SUpport tool ie. push button have a setting that matched with PLC address so if we push that button, one bit will have '1' more object on PT: string value, standard lamp, string input etc manual: v034-xx-x i hope this will make you confused -sorry :)
  16. Cf Card To Cj1 & Ns

    i can use only 15mb of 128mb? so i lost 113mb if i use CX-prog v2.1? hiks: i have to buy v6.1
  17. Scada

    VB-Compolet-ActiveX to monitor Voltage reading... i use VB-ActiveX supllied by FINS Gateway to monitor voltage reading= i use MAD01 using FINS command i can read voltage reading that i placed on result word [sCL] i think if using COmpolet, it's more simple..... this is my dream [so expensive] ...khakha...
  18. Cf Card To Cj1 & Ns

    i have san disk cf 128 mb. when i set CX-Programmer v2.1 on Device type setting - combo box File Memory, there is the highest capacity allowwed to be set = 15mb is this mean that i can use only 15mb of 128mb? so i lost 113mb?
  19. Controller Link PC Card

    ... nice 2meet u does anyone know difference between PLC-DCS-SCADA? where is each position, who is greatest? can anyone explain about this controller link spesification: Code: Manchester code Modulation: Baseband code Synchronization: Flag synchronization (conforms to HDLC frames) thx
  20. Controller Link PC Card

    The following are the current leading bus/network interfaces for distributed/remote I/O: For DCS, PC-Based Control Systems, and PLC Systems Combined: -Profibus DP -Ethernet (10 Mbps) -AB Remote I/O -DeviceNet -Modbus reff.GLOBAL MARKETS AND USER NEEDS FOR INDUSTRIAL DISTRIBUTED/REMOTE I/O, SECOND EDITION;James K. Taylor(augst2001);VENTURE DEVELOPMENT CORPORATION where's Controller Link placed? is it as a fieldbus? or just 4 Per to Per Comm's reff. Programmable Logic ControllersPLC’s;An Overview, Use in HVAC and Web Technologies By Sleepy Wombat page24 can you explain the difference of -Profibus DP -Ethernet (10 Mbps) -AB Remote I/O -DeviceNet -Modbus +ControllerLink xpecially for adv+disadv thx mister
  21. Controller Link PC Card

    BoB said Controller Link is a token ring and there are no crashes. token ring uses optical fiber as media... it's too expensive for me as a student to finish final project, i have decide to use 3G8F7-CLK21-EV1 (Twisted-pair Cable), i'm affraid if i transmit a large quantity of data in a crowded ControllerLink network, sometime will happen a collision/crash.
  22. Controller Link PC Card

    how about if we use Controller Link via twisted pair, are there no crashes? hiks i need more applied literature from u all. concern to my final project MINIATURE OF DCS USING HIGH-SPEED COMMUNICATION WITH PLC AS CONTROLLER i'm using controller link as high speed communication thanks be 4
  23. Controller Link PC Card

    next generation?? emm so are there stage of ethernet generation?? do you think, now, ethernet for FA network has lower performance than ControllerLINK?? does Omron develop a new generation of ethernet model?? may i know it?? where can i get literature for benchmarking between CLK vs Ethernet?? and literature of redundant Citect system?? very 6x thanx
  24. Controller Link

    emm meybe i can reply a little desc... setting manually in routing table we define what area will we use for sending and receive start from spesific address to spesific one. then the direction of data flow automatic Data links can be automatically created by setting values in the DM parameter area of the PC’s CPU Unit of the startup node. The settings are made using a Programming Console “or the SYSMAC Support Software. for your 2nd Q, it's automatically set on automatic datalink i use FINS gateway v2003, set for auto/man at controller link (PCI) property -> tab DataLinks refer to w383-01-02 section 5-2-2 & 5-2-5 w277-E1-03 section 6-2-2 & 5-2-4 w369 section 4-2-1 & 4-2-2 w309 section 9-3 heeeeeeeeeeegh, how a tired day
  25. software siemens omron

    iki manuale omron CX-Programmer for siemens simatic s5 you can join forum special for siemens http://forums.mrplc.com/index.php?showforum=22 hope you get more salam metal CX_Programmer_21_Manual.pdf