Jump to content

Manfred

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Manfred's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Hello Im trying to set Timerpresetvalues and Timercurrentvalues on a V130 via the PCOM - ASCII Protokoll. I found commands for reading ( GT and GP ) these Timers, but I couldn't find any commands for writiting them ! How can this be realized ? Thank You very much ! Manfred
  2. Hello All 2 Questions: 1.) PCOM Consistency When exactly are PCOM - Requests executed by the Operating System ? Is this done at the end of a program cycle so if f.e. more MI's are written, data is always consistent for the whole program cycle or is it possible that data is changed DURING a program cycle ( Interrupt driven, ... ) which leads to inconsistency of data for the program ? 2.) PCOM via Ethernet How much Client Connections ( to TCP Port 20256 ) can be made at the same time ? Thanks Manfred
  3. Hello All We are trying to use the PCOM - Protokoll via Radio Modems ( Satel 3ASd ). To find the correct route, these Modems have the ability to detect ( independent of the used protokoll ) the Node - Number ( Unit ID ) of the destination PLC. For this, the Offset and Length of the Node in the Frame have to be configured. So, for PCOM - ASCII, Offset 1 and Length 2 must be configured and everything works fine ! For PCOM - Binary, Offset 6 and Length 1 must be configured and here is our problem: Visilogic uses both ( ASCII and Binary ) Protokolltypes so this setting in the Radio Modem does not work and we are unable to make any program changes or debugging via the Radio Links ! One idea was to modify the PCOM - Frame by adding the Unit ID ( to have a fixed position for both types ) before the STX of the real Frame: For Example Unit ID 01: ASCII - Frame: '0','1','/','0','1',......,<CR> Binary - Frame: '0','1','/','_','O','P','L','C',....,'\' The result was, that there was no response from the PLC so it looks like the PLC does not synchronize to the STX and ignore the additional leading charactes ! I hope somebody has an idea how to solve this problem ! Btw., we are talking about more than 300 ( ! ) Stations connected over 4 different Radio Frequencies ! Manfred
  4. Hello All Is there a limitation for the length of a Responseframe in the PCOM - ASCII Protokoll, or is it possible f.e. to read 255 Memory Longs ? Thanks Manfred
×
×
  • Create New...