mulderm

MrPLC Member
  • Content count

    188
  • Joined

  • Last visited

Everything posted by mulderm

  1. Hello, I want to replace the old Panelview 1200 terminal 2711-KC1 with the new Panelview Plus 1500 terminal. How can I import the old PDS-file ´machine.cfg´ to the new RSView Studio software for the Panelview Plus 1500? Greetings, mulderm
  2. Thank you Ken, for the information. mulderm
  3. Hello, I use a PLC/5 processor with RSLogix5 and RSLinx Classic. Now I want when each time bit B3/0 is "1" place the time with a resolution of 0,1 seconds to a cel in Excel using DDE. Example: 18:45:7,8 (18 hours, 45 minutes and 7,8 seconds) How can I make this? mulderm
  4. Chakorules, I have it! Using this VBA-code: Sub loggen() Dim A As Integer A = Range("A2").Value + 5 Range("A" & A).Select Selection.Value = "=NOW()" Selection.NumberFormat = "h:mm:ss.0" Selection.Copy Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False Application.CutCopyMode = False End Sub I running this code everytime bit B3/0 is "1" using DDE and the cell is fill with the system time with tenth-seconds. Greetings, mulderm
  5. Chakorules, I want to make the seconds in tenths. mulderm
  6. Thank you Chakorules for the link. But how can I make the time (Now()) in 0,1 seconds resolution? mulderm
  7. Hello, I have making a display in RSView32 and now I want automatically when starting the display in Run-mode get a field from a record from Microsoft Access and put this in the display. Also must these field sending to a PLC5 processor. Example: database ´Test.mdb´ with Tablename ´Sample´ with a field named ´Value´ and his value = 123456 . This value must also send to a PLC5-plc and well to N11:0 (12) N11:1 (34) and N11:2 (56). How can I make this, any idea? Greetings, mulderm
  8. So I must making a tag with datatype string for one word? mulderm
  9. Hello, Another problem for me using RSView32 (I am new for this). I will bring the Integer values in the PLC5 converted to a ascii value in a display in RSView32. Example: I have in a PLC5 3 words: N11:0 = 14385 (ASCII=81) N11:1 = 13881 (ASCII=69) and N11:2 = 13113 (ASCII=39). So I want the value 816939 seeing in a display in RSView32. How must I do this? Greetings, mulderm
  10. TechJunki, I have tried your option and it works GREAT!!! Many, many thanks. Other Guy´s thank you for the information and helps. Greetings, mulderm
  11. Hello, I have created a display in a RSView32 project. Now I want changing the textcolor of some text in the display as follow: When N7:0 (tag "Status") = 0 then the text must be Green. When N7:0 = 1 then the text must be Red, and when N7:0 = 2 then the text must be Blue. How can I do this? Greetings, mulderm
  12. Sorry guy´s, but I am new for RSView32. How to create a multistate display? Can only find string display, numeric display options. Do you have a sample display-screen? I use RSView32 V6.5. Greetings, mulderm
  13. Hello, I have already installed on a laptop the PLC-5 A.I. series software V8.05 with the communication module 1784-KF2/B on a Windows98 system. I use this for programming the PLC5/25 processor. Now I want working with DDE because I want to get some words of the PLC5/25 bringing to Excel. So I installed RSLinx Professional V 2.42. When I changed in the A.I. series the communication hardware to "RSLinx Driver under Win95" I get an Error: "PCL-Link-Error returned an error code of -102". This means that I can not communicate to the PLC5/25. Why can I not make this communication? Other option in the communication hardware is: WinLinx Driver, but this is also not working. I know that I can use RSLogix5 but this is to expensive to buy it for our company and other people can only work with A.I. series. Who can help me? Greetings, mulderm
  14. Firetubes, Still not get a good working of the ab5.exe file. Have doing some adjust but no effect. Is your ab5 file good working with Windows XP? What are your settings? mulderm
  15. Firetubes, I have installed AI Version 8.07 on a windows XP. But when I will opened the screen is to small and will disappear. How can I this fully opened (maybe starting under dos?). How did you do? Greetings, mulderm
  16. Hello, Does somebody have the old AI-series PLC5 Version 8.11 offline/online disks? mulderm
  17. Hello, I using RSLogix V7.0 and PLC5/25 processors. When I want to going online with a PLC5/25 processor I get a screen: " Going to Online Programming State searching for offline image, no matching file found " Then I must to do a upload and then I get the online processor with the offline image. This taken so long because doing the upload. Why do RSLogix5 not direct taken the offline-image? When I want to going online with a processor I want direct to online and not getting the programming state screen. Who knows the answer? Greetings, mulderm
  18. You are right Ron. Each time I will online I must to do an Upload. Because I have 5 PLC5/25 on the DH+ network it´s take a long time when I have been online with the processor. When I use the old AI-series software there is no problem and will I direct online. Strange isn´t it? mulderm
  19. Hello, I use RSLinx V2.43 with RSLogix5 on a Windows98 pc. Also using DDE with the Microsoft Office 2000 package. Now I want when I starting the pc that automatically the RSLinx Server and an Excel-file starts. Because when I starting my Excel file there must be a link with RSLinx. How must I do this in my autoexec.bat? Greetings, mulderm
  20. Thank you for the information guy´s. The best option is to make a batchfile! Services doesn´t excist in Windows 98. mulderm
  21. The problem is when another person starts the pc and starting first the Excel-file with the DDE-connection in VBA, Excel give a fault message. So I want automatically starting the files, first RSLinx, then when RSLinx is fully active the Excel-file and then RSLogix5. Have download the file Start-it from JohnM en tried this, but Start-it don´t accepted *.XLS files. So I must make a batch-file. TWControls: How must I start RSLinx as a service on a Windows98 pc? There is no launch control panel. Do you have a VB-file? mulderm
  22. Changing values of words

    Thank you, my problem is over now! Also get answer from another forum: What you can do is add a branch with an output OTE (B3/32) around the MOV block and then add a XIO of B3/32 in front of the FLL block. This would then disable the FLL when the EQUAL blocks become true. Thanks mulderm
  23. Hello, I have make a little program for the PLC5 using RSLogix5, see attached file. Problem is that when one of the Equal-block is true, the words N7:221 and N7:222 have changing values. In this example n7:221 change from 8224 to 19532 and n7:222 change from 8224 to 19488. How can this happen? I want that in these example N7:221=19532 and N7:222=19488 on the end of the scan, because they are transmitted to Excel! And when the 3 EQU-blocks is false then N7:221 and N7:222 = 8224 Greetings, mulderm test.zip
  24. Thanks for the information. I have use a 15K 1W resistor parallel about the Optocoupler. Now it works good. mulderm
  25. Hello, I have using AC 110V Output module's for a PLC/5 system. Now I have Optocoupler's connected to this Output's. Problem is that when a Output is Low ("0") the Optocoupler is activate. Measuring the Output without a load gives a 70V AC signal when the Output is Low ("0"). How can this happen? Why is this not 0V ac? Many other modules have this problem. Please help me because the Optocoupler's giving a wrong signal when the Output have a Low signal. mulderm