Search the Community

Showing results for tags 'mx component'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 12 results

  1. I want to maintain my CCW PLC design in Source Control (Bitbucket) but I want to only check in the files that are needed for the build (the source) and not the build products. Does anyone know what files are the "source" files for a design?
  2. Please let us know if anyone needs any of their Allen Bradley plc equipment repaired. We do component level repairs to restore your defective units back to full functionality. You can reach us at CustomerService@OttoAutomation.com or visit us at www.OttoAutomation.com to get a free quote. If you have a part you need repaired that you can not find, please contact us.  All repairs come with a full 1-Year warranty and also include a complete refurbishment and testing to extend your units life cycle. Any member of this site will also get a twenty percent discount.  Thank you, Otto Automation
  3. GX WORKS 2 with MX component

    I'm trying to simulate the proface HMI and my ladder program using the MX component " communication setup utility". I followed all the steps on a tutorial vid however an error pops'up (check the attached file). i was wondering if you can help. Thanks in advance.
  4. Hi All, Have recently embarked on a project that has required me to change over to GX Works 3 in order to link an IQ-R120PCPU to a Citect 2018 SCADA package . In days gone by under IEC Developer and GX Works 2 it was quite easy to establish communications between the programming package running in simulation mode and a running Citect system using the MXCOMP driver via MX Components to perform offline testing. Can't seem to find a way to get it to work under GX Works 3 though, has anyone tried a similar setup Simulated logic in GX Works 3 is running fine and can modify the IO from inside MX Components "PLC Monitor Utility" program so there is no issues there, just cant get Citect to communicate. MX Component comm's has also been proven reading/writing variable to an excel sheet with GX Works 3 in simulation mode also. Attached are the files for getting GX Works 2 up and communicating to Citect 2018 via the same method i am trying to get working in GX Works 3 in case anyone ever needs to use that method. Any help would be appreciated.     GXWORKS 2 & CITECT 2018.zip
  5. Designed a SCADA System using VB.NET. Everything working fine but coming to performance getting 2 to 3 seconds delay. Using FX3U32m Plc with ENET Module for Data reading and writing. I am having 200 addresses to read. Using MX Component as communication interface between PLC and SCADA. Is there any alternative or solution for this problem. Using one timer to read all data and update properties based on received data.    Thank you..
  6. Hello Members. I am trying to read Counter values from FX3U PLC using VB.net AxactUtlType Library. But i am not getting those values from PLC. I am getting Memory and Analog data but not Getting Timer and Counter Data How we read that data? Thanks in advance. 
  7. Version 4

    64 downloads

    MX Component manual for programming PC - PLC software solutions.   Details MX Component library functions and examples. 
  8. MX Component Programming Manual View File MX Component manual for programming PC - PLC software solutions.   Details MX Component library functions and examples.  Submitter WattUp Submitted 03/13/20 Category Manuals, Tutorials
  9. MX-Component V4.09K to VB.Net

    Hi guys, I'm currently on a positioning project with a Servo and I need to pull my data from a VB.NET application! I try to "link" MX-Component into my VB.Net application but I'm in a struggle right now! Anyone of you have ever use this combination to send data to a PLC!   Current setup: PLC: FX3U-32MT/DSS Ethernet Card: FX3U-ENET-ADP Drive: MR-JE-20A Servo:HG-KN23JK Software: VisualStudio 2013/15 MX-Component V4.09K GX-Works 2    Thanks in advance to anyone who can help me!
  10. Hello, I am new to the connected components workbench software. I am working with an AB panelview component Hmi and would like to create numeric buttons to load integers into user variables in a schnieder LMD servo motor. The motor uses Modbus TCP to communicate. It appears that if I click on the numeric buttons properties there is a "Write Tag" of which you can use some default tags or create a new one. I am assuming that I need to create a new one with the motor's addressing but I'm not quite sure how to accomplish this. Any help would be much appreciated!!! Thanks, Steve   
  11. MX Component 64Bit

    I am new to MX Component, I've try out the programming samples of version 4.05, and looks to me like vc and .net need to build as 32 bit target platform. Does anyone know whether it is possible to use MX Component in a 64 bit program? Many Thanks.
  12. Here's what I'm trying to do. when switch closes turn on output for 1 scan, starts a 10 minute time and counter, so that when time reaches 10 minute it will turn on output again for 1 scan and count another count, timer resets and counts another 10 minutes and turns output on again for 1 scan, and count another count when count gets to 5 this process is complete. I can do this in RSlogix500 with a micrologix 1100 but can't seem to get it working with the Micro800 and connected component workbench.