Jump to content

AlexUT

Moderators
  • Posts

    844
  • Joined

  • Last visited

  • Days Won

    40

Posts posted by AlexUT

  1. Hi laporbr,

    Please do not use "Report this to a moderator" as a reply in topic, as nobody can see it .

    Next I will paste what you sent in "Report this to a moderator".

    ==========================================================================

    laporbr
    laporbr

    Newbie

    Members

    3 posts

    Posted 29 January 2015 - 10:01 PM

    Eyal Koren, on 29 Jan 2015 - 4:25 PM, said:snapback.png

    Hi,

    Please check the following:

    1. Check if the Sim Card is inserted correctly to the modem.

    2. Is the sim card protected with a pin code?

    3. Is the Sim card open for data communication (contact you cellular provider).

    4. In Modem services, enter your cell phone number in the "Number to Dial" box. Then press "SMS Options". From the SMS Options window, enter some text in the "Send Message" box, and press "Send SMS message". you should receive the message in your cell phone.

    If you cannot receive the message, or getting a modem error message, please let me know.

     

    Hi ,
    i have another modem Wavecom and i tried the sim card in this one . This modem is/ was allready initialised . With this modem it works perfect so it can't be the sim card .

    when i try to remove the phone nr in the number to dial i get runtime error 70 permission denied .
    any other suggestions ?
  2. Hi,

    Jazz PLC have only one communication channel. It will be used or for MODBUS, or for online mode. Not for both.

    Online mode use PCOM protocol, which change COM port protocol to PCOM.

    If you need debug, when use MODBUS - use additional displays to show debug information.

    Or you can use SAMBA PLCs, which have 1 embedded COM port, and one additional COM or Ethernet port will be installed.

    I hope this helps.

  3. Hi Dan,

    Conditions should be used to eliminate situation, when SD card is blocked to write, or somebody ejected it without processing  "SD Safely Remove".

     

    SD card is not intended, and not designed to be removed frequently. It should collect data for long period of time.

    This data (SD card files) will be:

    1.Send by email;

    2.Transferred by DataXport;

    3.Retrieved by SD card explorer;

    Etc.

     

    BR.

  4. Hi Dan,

     

    PLC do processing of all SD read/write requests sequentially. There is an internal schedule between different handlers (CSV, Data Table, etc.).

    SB 344 show, if CSV handler is busy or not.

    If it is busy - you must NOT request to write more data to CSV file, until this bit will be down.

    This leads to fact, that you do not need to write simultaneously to many CSV files (and you cannot, as SD card blocks are stored 1 by 1).

    Attempt to write multiple files at the same time will lead to trouble in realization and support.

    *Why do you store Data Table in CSV? Why not as Data Table? It will require less SD card space and will be finished fastest.

     

    I hope I answered your question(s).

    BR.

  5. Hi Dan,

    For each type of SD card operation there is a separate handler. There is one handler to write CSV files.

    There is no problem to set number of requests to write CSV files, but all requests will be processed in sequence as it is in Ladder.

    I will recommend to set in Ladder one general request for backup. It will set request to save first table.

    When first table will be finished - it will set request to save second table. Etc., until last table backup will be finished.

    Then "SD Safely Remove" request will be set by this handler or by Operator.

     

    One important remark - SD card extenders of any type are NOT SUPPORTED. SD card should be inserted in PLC SD card slot.

     

    I hope this helps.

  6. Hi Dan,

    SB 219 is for information only. It will be up if any write request(s) in progress.

    You can remove SD card ONLY if "Safe to remove" bit is set.

    *It should be reset before you set request to remove SD card.

    When "Safe to Remove" bit being energized - you have to remove SD card and insert it again to allow next write functions.

    You have to check in Ladder if "Safe to remove" is set, and disable all buttons, leading to write operations. As well, should not set in Ladder any write request.

    **Any write request will be rejected with error.

    ***When you required "SD Safely Remove" - all in-progress requests are active. New requests are not allowed. When all write requests being finished - "Safe to remove" bit will be set and you can remove SD card.

    There is a good explanation in Help->SD:Safely Remove.

     

    One important remark - SD card extenders of any type are NOT SUPPORTED. SD card should be inserted in PLC SD card slot.

     

    I hope this helps.

  7. Hi RicksinSD,

    It seems, that solenoids, when disconnected, produce arcs on relay contacts and generate EMI, which stops internal module processor.

    You have to power cycle it to return to regular work.

     

    You have to use snubbers or other protection circuits for 2 reasons:

    1.Protect relay contacts - suppress arcs.

    2.Minimize EMI.

    We have no specific recommendation not about snubber type, nor about snubber manufacturer.

    You have to choice it in accordance to load type and other parameters.

    Each snubber manufacturer have its recommendations, in formulas or in tables.

    I hope this helps.

     

    As well, you have to check modules grounding.

    There is document "System Wiring Guidelines" in Support->Technical Library

    http://www.unitronics.com/Downloads/Support/Technical%20Library/Technical%20Notes/System%20Wiring%20Guidelines/General_Wiring_Guidelines_SUPP-DOC_10-13.pdf

    • Upvote 1
  8. Hi Baho,

    Jazz does not support direct stepper motor.

    You can use PWM mode of HSO 0 (output 05), npn, to simulate Stepper Motor output.

    Jazz HSO 0 (output 05) should be configured as PWM with duty cycle 500 (50%) and required frequency.

    Use Enable bit to start (=1) and stop (=0) pulse output.

    There is no internal counter of output pulses, nor acceleration/deceleration.

    You have to realize this in Ladder.

    With a scan time of PLC (=>100 mSec), and frequency you use (15 kHz), it is impossible to predict if you can succeed or not.

    It is preferred to make integration and tests.

    I hope this helps.

  9. Hi,

    You can restore defaults in Com Init FB and repeat test.

    MC52i is not in supported modems list, so you can test "Other" type.

    Does problem happens with a specific Cellular Provider or with all prowiders?

    Is SIM card charged and have budget?

    You can test if modem send/receive SMS from "Modem Services"->"SMS Options".

    *This does not include Modem Init commands, PLC send during COM Init.

    You can make COM port traffic capture during COM Port initialization by PLC.

    You can do this by use of COM port "sniffer". To obtain it, please contact your distributor. Sniffer part numbet is MJ10-22-CS16.

    *You can find explanation in document(VisiLogic docummentation should be installed):

    "C:\Program Files (x86)\Common Files\Unitronics\Documentation\Manuals & Specs\Miscellaneous\Communications Sniffer.pdf", or look for this document at Support site.

    If you cannot obtain COM port sniffer - you can copy all commenda from COM Init FB to Notepad, and execute one by one from Terminal Program, Like Hercules, where you can save Modem requests/replays.

    From this capture you can find Modem replies with error.

    If you cannot localize problem - send test results to support@unitronics.com.

    BR.

  10. Hi DanT,

    VNC Security:

    Can you explain in more details, what do you mean for "Can this be made into a secure connection? How?".

    VNC connection will be protected by password.

    *"Solution Explorer->Password Management->VNV". Define here VNC access password, Download project to PLC.

    Then for VNC connection you have to use password.

    Is this level of security OK for you?

     

    Remote View:

    There is no analog of Remote access or Remote Operator for Unistream.

    What other, then VNC, remote operations do you need?

    Please tell more details.

    B.R.

×
×
  • Create New...