Jump to content

kratmel

MVP 2023
  • Posts

    1,141
  • Joined

  • Last visited

  • Days Won

    51

Everything posted by kratmel

  1. Is it COM init block (visilogic like ) used for communication with modem? Maybe RS232 timeout error generate "Time Out " message. If RS232 timeout default settings is 0.5sec - correct long time transmission is impossible. In visilogic is recomended to setup above 6sec timeout reply time. But i didn't find any suggestion for UniLogic .
  2. What USB adapter (chip in adapter) is used? Some chip has strange behavior while long file transmission. Try to change to another type. For me - the best is well known FTDI and china CH340 chip.
  3. I also tried to implement a similar system. However, it was slightly different. The presence sensor of an object in the camera zone has activated the recognition process. Then the camera signaled - the correct object or not. If we have a signal about an incorrect object - the PLC at that moment recorded how many impulses need to be calculate to the point when it is necessary to remove it from the flow. At this point there was a mechanism of throwing object away. That is, the PLC does not do anything until it receives a signal that you want to remove the object. The other part of the algorithm (shift register for bad object) worked like yours.
  4. Hi, Visco You described the algorithm of the system with a VFD. I usually use the VFD internal option to control the brake. The brake active when the VFD reaches zero speed and there is no command to move in the forward or reverse direction. This eliminates the problems of controlling the VFD in different modes, for example, JOG, FIXED SPEED. No need to control the brakes with the PLC. This is especially useful when lifting or lowering some part of the mechanisms. However, the VFD must be able to control the brakes.
  5. Please check speed and settings in normal mode and try to change them in boot. In boot mode my V570 connect to PC only in specific com settings. Maybe battery problem possible to.
  6. You can increase the accuracy by increasing the number of bolts on the motor shaft. Use 6 bolts and you will have accuracy of approximately 10 turns per minute. However, make sure that the sensor has the appropriate frequency range. Or use an optical sensor and a perforated wheel. Using a 2.5ms interrupt to determine the sensor signal period will not increase the accuracy of the readings. It is also possible to use your sensor, diode, RC link, and send a signal to the analog input of the PLC. This is not very accurate, but this solution has advantages. A similar scheme is used in tachometers of old cars.
  7. You must build minimal Canopen configuration based on BK5110 (used only one of IO module). Please read https://download.beckhoff.com/download/document/io/bus-terminals/bk51x0en.pdf page 114 about canopen configuration for this type of coupler. Then use Visilogic help with CANopen sample code to build CANopen net step by step . Only after succesfull run CAN you must add another exp. modules and try to read https://download.beckhoff.com/download/document/io/bus-terminals/kl306xen.pdf page 29 about memory mapping for analog input . In that way i tryed to build my first CANopen with Lenze servo. Now it looks like simple for me, but at start i had the same problem. Best regard Roman
  8. Please read some rules from this two documents: http://literature.rockwellautomation.com/idc/groups/literature/documents/in/1770-in041_-en-p.pdf http://literature.rockwellautomation.com/idc/groups/literature/documents/in/drives-in001_-en-p.pdf I think that problem came with PLC power supply grounding. Please try to temporary separate OPLC power supply . Power them from battery backed UPS (Disconnect grounding of PS) Maybe you will see where is problem - electromagnetic noise or vibration. Also check the VFD specification - is it embedded noise filter present inside the VFD. Generaly this type of problem is in incorrect grounding of vfd + motor + equipment chasis. P.S. Please check position of noise filter enable switch inside VFD box. It present in all VFD.
  9. Thanks to Joe Tauser. Support team answer came to me immediately. But now it is impossible to make custom design for embedded alarm window. I solved the problem. Custom hand made alarm display design with big messages and standard history window is used now.
  10. I try to use large font 14 or 18 in alarm window message description. Alarm message is written above standard line with applied font any other changes not possible. It look like impossible to make custom design for embedded alarm window.
  11. Hi, I try to build project with new V700 panel. Large display make possible to use large buttons and fonts visble for user without glasses . Application in V700 is disigned for users with age above 50. But alarm display in V700 has small font and little buttons. Stylus must be used. It is hard to use V700 alarm display without magnification or glasses. Is it possible to switch font or resize embedded to V700 alarm display buttons?
×
×
  • Create New...