List of Contributions

GRO

Contact Details

GRO


My Content

1 to 20 of 50+ total
Posted By GRO Jan 23, 2023 07:01:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi Nickm, I would say it is possible. With FTV SE you can use the VBA Code of a Screen to both read the text file and write to the string array. To open the file you can use code like this: Dim a$ Open FILEPATH For Input As #1 Line Input #1, a$ 'Use a$ (= the Line of the textfile as String) ...
Posted By GRO Jan 12, 2023 08:45:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi Angella Yee, 1: I have a question. In "2)" you say, that you point to "the remote computer". Do you mean, that you point to the PC, that is running FT View SE Server or do you use a separate/dedicated PC as FactoryTalk Directory. Or differently asked: Did you check, that the used FactoryTalk ...
Posted By GRO Nov 04, 2022 08:07:00 AM
Found In Egroup: Networks
\ view thread
Hi Daniel, Did you check in the Switch if there is any logged event? In the Stratix 5700 switches I use, I can connect via a browser and see (for example) the Alert log or the Syslog in the explorer under the item "Monitor". You would need the username and the password for this switch. Please ...
Posted By GRO Sep 21, 2022 04:12:00 AM
Found In Egroup: Automation Control
\ view thread
Hi Bob, Please excuse my late reply. I would be very pleased to hear the results of such a test installation. Perhaps you can tell me if an existing FTView v7 and RSLogix v20 installation will be affected by an upgrade to Studio Logix Designer v32 (Or perhaps more likely v31? v32 seems to have ...
Posted By GRO Sep 12, 2022 01:45:00 AM
Found In Egroup: Automation Control
\ view thread
Hi Ryan Murphy, Thank you for your answer. As far as I understand the technote it says Studio 5000 Logix Designer with Version 32.04.00 and FactoryTalk View Site Edition with Version 11.00.00 should be compatible with Windows 7 Professional Service Pack 1 64-Bit. But when I dig a little bit deeper, ...
Posted By GRO Sep 09, 2022 09:12:00 AM
Found In Egroup: Automation Control
\ view thread
Hi, I want to upgrade our PLC System. At the moment we have this Set: RSLogix V20.03 FTView SE V7.00 (Network Distributed) FT Services Platform 2.60 RSLinx Classic 3.60 MSSQL Server Standard 2012 SP2 For different reasons I don't want to upgrade the Windows Versions on the different PCs... ...
Posted By GRO Jul 25, 2022 08:49:00 AM
Found In Egroup: Automation Control
\ view thread
Hi, I can't really give you examples in Ladder optic but I will try to explain them with some example values. LIM: With LIM you test if your TEST Value is within a specified range. Let's say LowLimit is 5 and HighLimit is 15. Test Value = 0, Output of the Instruction is negative, because 0 is not ...
Posted By GRO Jun 27, 2022 01:33:00 AM
Found In Egroup: Drives, Motion Control & Low Voltage Products
\ view thread
Hi Thank you for your answer. Yes, I have seen this description. The Point is, that most of the possible causes are linked to the circumstance of the drive already moving or beginning to move. When we get the fault, the difference between the commanded speed and the encoder/resolver speed can't ...
Posted By GRO Jun 22, 2022 05:33:00 AM
Found In Egroup: Drives, Motion Control & Low Voltage Products
\ view thread
Hi, We have a Problem with a PowerFlex 20P Drive in a Crane. Sometimes we get the Faultcode 94 (TorqPrv Spd Band) . As far as we understand the Fault it has something to do with Torque Proving. But we don't know what to do. The strange thing is: -The Fault only happens sporadically , so the wiring ...
Posted By GRO Jun 22, 2022 01:25:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi Matieu Bergeron, To use OPC DA Automation Wrapper you need a working OPC Server. As an example this is included in a RSLinx Classic Installation with at least the OEM License Type. The OPC DA Automation Wrapper will then be installed along with it. (Beginning at Version 2.55 an higher. Before ...
Posted By GRO May 11, 2022 01:22:00 AM
Found In Egroup: Automation Control
\ view thread
Hi Jay Kay, I hope you mean Siemens SKD32 Electro-hydraulic actuators? The 2 Signals to open or close are 230V AC so you will either need a Relay Card (Like 1756-OX8I if you are using 1756 Racks) or any 24V DC Digital Output Card (Like 1756-OB32) to drive a Relay that can switch 230V AC. Is ...
Posted By GRO Apr 19, 2022 03:48:00 AM
Found In Egroup: Automation Control
\ view thread
Hi Gharat, Yes. In my Answer the value "Scaled Output" you can send to the module and it is in range from 0 to 27648 when the value "Output_In_mA" is in range from 4 to 20. Please get in touch if you have any further questions. If this answer helped you, please Like. If this answer is the best ...
Posted By GRO Apr 19, 2022 12:53:00 AM
Found In Egroup: Automation Control
\ view thread
Hi Gharat, Just to be clear. You have a value in 4-20mA and want to scale it to 0-27648 Units? So 4 mA is 0 and 20 mA is 27648? Then try this line: Scaled_Output := (Output_In_mA - 4) * (27648 / 16); Please get in touch if you have any further questions. If this answer helped you, please ...
Posted By GRO Apr 14, 2022 12:54:00 AM
Found In Egroup: Automation Control
\ view thread
Hi Andy Grebe, For me it is not really clear, which device changed the IP? The MicroLogix or the second Device (a PC?)? Did you delete and recreate the Socket after changing the IP? Is the Problem somewhere else? Please get in touch if you have any further questions. If this answer helped you, ...
Posted By GRO Apr 13, 2022 08:25:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi Tomasz Fal, I can't really see why it's not working. I'm using FTView Version 7 but normally it should be compatible in higher Versions... Can you please check in the VBA Editor what the value of AlarmEventSummary.FilterDefinition is when using my code and after you change it manually to a working ...
Posted By GRO Apr 13, 2022 05:23:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi Tomasz Fal, Maybe try this, it works for me: 'Create a new and empty filter and add it to your Alarm and Event Summary Object Dim myfilter as Variant set myfilter = AlarmEventSummary.Filters.Add("TEST") 'Describe the filter Definition myfilter.FilterDefinition = "EventSource LIKE '%EMS_P1%' ...
Posted By GRO Mar 30, 2022 03:47:00 AM
Found In Egroup: Automation Control
\ view thread
Hi Liron Ben, It depends on where you want to monitor and what your PLC's Communication is set to. Where do you want to monitor it's current state? -second PLC connected via Consumed/Produced or Socket -HMI -Connected Devices like I/O or Drives -software of any kind (OPC, Socket, etc.) -Network ...
Posted By GRO Mar 29, 2022 09:19:00 AM
Found In Egroup: Automation Control
\ view thread
Hi Antoine, No problem. I checked the manual "2080-UM005F" on Page 55. User Manual - Micro820 Programmable Controllers The Analog Output is Titled "VO-0". The second side of the Load is connected to "-DC24V" ------------------------------ Kind regards, GRO --------------------------- ...
Posted By GRO Mar 28, 2022 07:01:00 AM
Found In Egroup: Automation Control
\ view thread
Hi Antoine, In the User Manual the "Voltage Output Maximum Load (Resistive)" is stated as greater than (>) 1000 Ohms. So the Maximum Current is 10mA at 10V so the Maximum Output Power is somewhere about 100mW (Resistive). Most Relays will need more Power. You may check your preferred Shop Website ...
Posted By GRO Mar 28, 2022 05:00:00 AM
Found In Egroup: Automation Control
\ view thread
Hi Rodrigues Antoine, I would say, not directly. Depends on what you want to do... You may set a Relay after the Analog Output and control it with the Analog output. Like a 6V Relay and when you want to set Digital High, your output is 6V and Digital Low is 0V. But you must see, that the analog ...