-
Content count
896 -
Joined
-
Last visited
Community Reputation
61 ExcellentAbout BITS N BYTES
-
Rank
Guru
Contact Methods
- Website URL http://
- ICQ 0
Profile Information
- Gender Male
- Location Miami Beach FL
- Country United States
Recent Profile Visitors
-
What is the fastest method to clear portion of a large array?
BITS N BYTES replied to skyfox's topic in NJ Series / Sysmac Studio
Just be sure that the elements of the AryOut have the same data type as as In. Made this mistake once before until reading manual. -
BITS N BYTES started following What is the fastest method to clear portion of a large array?
-
BITS N BYTES started following CP2E Modbus RTU Slave
-
YES ModBus slave will work and is covered in Section 14-7 in OMRON manual W614. In general a function block is not needed in the slave as it is up to the MASTER in a ModBus network to define which data it wants to read.
-
DanW liked a post in a topic: Good converter from RS-232 to USB
-
BITS N BYTES started following Connect more than 3 expansion modules CP2E
-
Maximum 3. BUT if you purchase two PLC's and a serial option board for each one, you can use Serial PLC Links function to transfer data between each PLC. In effect you have two PLC's each with max expansion of 3 units.
-
This article may also help you. Though written for a CJ1M processor the principles apply just as well to a CP1E ALSO remember that if you change PLC settings for motion these MUST be downloaded to the PLC AND most importantly the PLC power must be cycled OFF->ON for the new settings to take effect.
-
BITS N BYTES started following CP1E Stepper Control
-
PLG liked a post in a topic: Pointer cx programmer
-
BITS N BYTES started following Pointer cx programmer
-
You might be better off using Indirect Addressing for your application. https://forums.mrplc.com/index.php?/files/file/195-indirect-addressingzip/
-
BITS N BYTES started following Easy way to pulse Output
-
You don't want to use a PWM output with a mechanical relay! It will quickly wear out and fail!
-
BITS N BYTES liked a post in a topic: How to view variable values during simulation?
-
Canterbury liked a post in a topic: NA HMI : Display variable value in user alarm message
-
kckku liked a post in a topic: NA HMI : Display variable value in user alarm message
-
BITS N BYTES started following NA HMI : Display variable value in user alarm message
-
NA HMI : Display variable value in user alarm message
BITS N BYTES replied to Difool's topic in NJ Series / Sysmac Studio
Canterbury, thanks for response when problem is resolved.Feedback on this site is always appreciated and helps EVERYONE. -
BITS N BYTES started following 1S Servo brake interlock warning
-
Subindex should be 05 bit 7 set to 0?
-
NX1P2 Motion Control change output device with code
BITS N BYTES replied to BrunoRamos's topic in NJ Series / Sysmac Studio
The VFD's are just an additional Ethercat device and are NOT counted as an axis. So you should be good to go per your previous posts. This also applies to other Ethercat devices provided they are NOT an Axis. i.e. NX I/O/ IO Link, Ethernet IP etc... -
NX1P2 Motion Control change output device with code
BITS N BYTES replied to BrunoRamos's topic in NJ Series / Sysmac Studio
Dependent on PLC model. Don't see the PLC model in any of your prior posts? -
NX1P2 Motion Control change output device with code
BITS N BYTES replied to BrunoRamos's topic in NJ Series / Sysmac Studio
You must have two axes in the axes setting one for each servo. Set them BOTH to disabled and enable which one you wish to use. Once complete you can use similar code to define which one is OK. Attached is example how to check. -
NX1P2 Motion Control change output device with code
BITS N BYTES replied to BrunoRamos's topic in NJ Series / Sysmac Studio
Hmmm! I am confused as to why you are using configuring the Delta 300 series VFD drive as an AXIS?? Normally a VFD drive is just another node on ETHERCAT but it is NOT an Axis. Please clarify. -
NX1P2 Motion Control change output device with code
BITS N BYTES replied to BrunoRamos's topic in NJ Series / Sysmac Studio
https://forums.mrplc.com/index.php?/topic/39446-ethercat-disable-nodes/ -
BITS N BYTES started following NX1P2 Motion Control change output device with code
-
NX1P2 Motion Control change output device with code
BITS N BYTES replied to BrunoRamos's topic in NJ Series / Sysmac Studio
If you set up and configure your axes normally but set them to DISABLED I believe toggling the _EC_ChangeEnableSetting in your code should allow you to select which drive to use. This should toggle the _EC_PDSlavTbl[*] so you know which drive is enabled. Not 100% sure but worth a try. -
Display PLC Time on HMI and Comparing Entered HMI Time to PLC Time
BITS N BYTES replied to Link068's topic in CX-Programmer
Which Omron PLC model?