A few questions for the experts

I have observed the reason why I do not understand:

  1. What is the purpose of the Main () function ?
    • It is simply a wrapper around the original substance?
    • I guess that global definitions must always precede it.
  2. Examples of Adobe (for example SnpCreateDialog) use the form
    • SnpCreateDialog.prototype.run = function() {...}
    • rather than simply the function SnpCreateDialog () {...}
    • What is the logic behind this?
  3. I also found one that some Unicode characters are not allowed in the comments to a script of UTF - 8 encoded. In my long-running script (now > 1000 lines) I need a regular expression in the editor to find the culprit: [^ \p{L}\p{N}\p{P}\s\$\<\> = +------^]

goRtfDoc.Close... / / must be postponed to preserve the ¶ - ID

This creates the error

Error message: character conversion error
Script, line #: H:\Adobe\framemaker.12en\AdobeFrameMaker12\6, 0

The ¶ symbol by substituting the word paragraph corrected the error.

= > is there a list of "unallowed" characters or vice versa, a list of characters (also for string constants?).

Hi Klaus,

I'm not an expert, but I can answer a few questions, I think.

I'm not sure that a main() function is very important in JavaScript, which analyzes and runs to a large extent of procedural way. It is important for the standalone executable program (exe), because when you run a program, the operating system environment or the runtime needs to know where to start. For example, an archive executable Java must have a main() function, because this is the norm for the JRE to know which function/method to run first when the program is launched. If you see it in JavaScript, it could just be there as a general convention question of programmers appreciate general conventions. -WARNING - I don't know for sure that's true.

I think that global variables may appear anywhere outside the functions in JavaScript, even though I think it is certainly preferable to declare before all the functions that use.

The prototype company is a technique to add a method to the underlying of the object type, such that all objects of this type can invoke it later. In your example, I suppose that if you do this...

var kdaubesDialog = new SnpCreateDialog();

Then, you could do this with your object:

kdaubesDialog.run ();

For more information, see JavaScript Prototypes.

Regarding the problem of unicode, I think there may be some bugs in the application ARE. Also, I came across this problem when some character (or sequence of characters maybe) caused it just freeze. I forgot which character he was, but once I me am rid of him, things has worked. Maybe there's a standard JavaScript to do this, but I'm not aware of it.

I hope this helps.

Russ

Tags: Adobe FrameMaker

Similar Questions

  • Question for the experts: SVG vs GIF

    Hello everyone

    Lets say I have a website that is filled with a variety of simple and complex, smooth white icons. These icons will be resized in muse where necessary, sometimes they will be with reduced opacity. The site is heavy on Parallax scrolling and fading (opacity) and most - if not all - of the icons will use one or two scroll effects.

    Exporting since illustrator GIFs are sometimes smaller in size than the SVG.

    The target audience is supposed to be decent and updated computers for example, IE 8 and below not relevant. Assume that all users have a browser able to handle SVG and parallax.

    What is better or easier for the browser? SVG of GIFs? even if the size of the GIFs is reduced?

    renders SVG quite complex (several anchor points) 'harder' than the GIF?

    No reason to prefer not SVG except for worms backward compatibility with older browsers/machines?

    What would be the best practice here?

    Any discussion/advice greatly appreciated.

    Jorge Vallejo

    First, GIF should be avoided in favour of PNG: a well optimized PNG is always smaller in file size and also offers several options of quality (for example more than 256 colors which allows to GIF). The problem is that Adobe products cannot achieve this without jumping through a LOT of hoops. More information below.

    This is a bitmap - SVG performance comparison:

    (1) SVG files should be drawn & rendered in the browser. This means that the xml data must be read, interpreted and displays - which is much slower than a bitmap. A png must still be uncompressed, which does not take a lot of processing power. Make an SVG, it is much slower (incomparably slower depending on the complexity).

    (2) bitmaps are usually hardware accelerated (via the GPU), a number of operations of svg is not. For example, I believe that css transforms for SVG is not hardware accelerated and so very slow animate with this method.

    (3) some old browsers have trouble made a lot of individual objects of SVG. For example, only in March 2014 this problem was solved in Firefox.

    (4) svg performance depends heavily on the specific browser as well. Take this test:

    http://jsperf.com/D3-SVG-opacity

    It runs faster on opera and IE 11 on my system! Firefox is terribly slow.

    (5) the SVG rendering is much slower on mobile platforms. Unless very simple, convert png files.

    Now, regarding your files: a size to 500Ko SVG is a LOT - and then you mention that you will have more files SVG from less then 100 KB up to more than 200 KB. My question would be what kind of chart, they will be on your page: background graphics, icons,...?

    In addition, SVG images produced by the Illustrator can (should) be optimized. A good tool for this is SVGO: svg/svgo · GitHub a Visual version can be downloaded at svgo/svg-gui · GitHub

    A few items must read:

    http://CSS-tricks.com/using-SVG/

    http://jaydenseric.com/blog/how-to-optimize-SVG

    http://kylefoster.me/SVG-slides/#/

    If you do a lot of animation, and there are a lot of other things happening in a page, then PNG is the way to go. SVG is preferable for icons and graphics simple logo. Developers of games using Flash always convert all their vector files into bitmaps for much better in Flash!

    Now to my second point: Adobe Save for Web function is catastrophic for the optimization of png. Yes, there are Photoshop techniques to improve optimization of PNG images, but it takes a lot of effort:

    http://www.smashingmagazine.com/2009/07/15/clever-PNG-optimization-techniques/

    PNG Optimization Guide: more intelligent Techniques - Smashing Magazine

    And even after all that work, again, you cannot export a PNG image with a color palette limited with total transparency in Photoshop or Illustrator. It is important for the size of files: especially Muse Web sites tend to be so inflated that they take a lot of time to load up - and there's really no reason for this if you optimize your graphics properly.

    To optimize PNG files, use the quantifier of color:

    Color quantization

    I can't live without this small tool (freeware) - you have to start up your mac in Windows mode just to use CQ to optimize your png files. It supports automatically optimize your png files, reducing to a minimum - compared with the standard backup of Photoshop for the Web disaster, files are at least 50% smaller file size or more. And it includes a very simple to use quality mask brush that allows areas of control/fix which can be annoying when the reduction of the number of colors.

    That said, it really depends on the type of chart, that you intend to put at your disposal. Could you post some examples?

  • A few questions for the first blackberry development

    Hello

    First of all, my apologies for this being placed in the Java section, it seemed, the nearest section of what it is, but please move if need be.

    We have an application in development for the iOS platform that uses some geolocation and Web services.  We believe that we should have a version for the blackberry also platform, so we're looking in this evolution.  However, not being not to developers or users of blackberry, the different options for creating an application are quite overwhelming.  My questions are the following:

    (a) what language (Java?) is the most compatible?  Ideally, we would like to write the backend once, don't have to change the interface for devices of the curve through to the new playbook.  Java is also based on all of these devices?  None of us have any idea of Adobe Air, this is probably out of the question.

    (b) what are the operating systems are supported by what?  The curve I picked up seems to have Blackberry OS5 on it.  All operating systems support Java everything too, and whose support wifi location and cell tower map (the curve does not have a GPS unit).

    (c) I understand that during the development in Java there is a blackberry UI api, that's fine.  However, what version of Java is supported?  Is - this SE6, or we are talking about mobile Java here?

    (d) distribute the Apps.  The Blackberry App World seems to be the best route.  Do most people use?  It seems that the Blackberry is not restricted like iOS devices in how applications can be distributed.  Is there any other App stores (e.g. Amazon for Android?).  I guess it would be silly not not to enumerate the BB App World.

    Thanks in advance, any help is much appreciated.

    S.

    It is a really difficult game of questions.

    (a) Yes is the short answer.

    The long answer involves noting that the PlayBook does not directly support Java, and development platforms only available to this end are currently Adobe Air and Web works.  I can't give you a good explanation, since I dabbled only in them, but in summary,

    (a) with Web works you are essentially creating a Web application using HTML and JavaScript, with some JavaScript interfaces to the native operating system

    (b) air seems to me be in another development environment where screens and treatment are defined in a "Scripting" language that runs on the device.

    Work Web development is possible on the current BlackBerry phones as well, although I have no idea how compatible the two are - in other words how much you would have to change to a PlayBook Web app works works on the Palm and vice versa.

    I suggest you ask a similar question in the forums for these two platforms and see what they say.

    Anyway, there is a train of thought that phones current based Java will stop at some point, and phones will become based QNX, as PB.  So right now, if you want to learn something, then Web works.  But the works Web will be able to do what you want?  I don't know, but I don't know that Java is.

    But whatever the customer, you should be able to write the backend once.  Everything should speak http towards it.

    (b) there is not a BONE by device. Most devices come out with only one level and can be upgraded, usually at the next big release.

    Take a look at this good:

    http://us.BlackBerry.com/developers/choosingtargetos.jsp

    OS 5.0 in theory supports the location of the cell tower.  I say in theory because I never had to work in the United Kingdom.  But I have not tried very hard.  In my view, WiFi is available in the OS 6.0.

    (c) blackBerry support J2ME, with a significant number of extensions.  Think of it as Java 1.4 without all the useful bits, but the then RIM tried to add their useful in bits.

    (d) cannot speak for others, but BB App World is all I use.  Tried another one and didn't get anywhere.  YMMV.

    I hope this helps.

  • A Question for the Experts of the SAMS

    Hello

    Version Oracle 10.2.0.4
    16 k block size
    I have a managed tablespace locally, with volume of uniform measurement of 128 k and SSM set to AUTO. My tablespace is called rj_test_X128K in the following test:
    dba@TEST> create table dba.rj_del_ins_test
      2  tablespace rj_test_X128K
      3  as
      4  select *
      5  from table
      6  where PK_COL > 1135268669
      7  and PK_COL is not null;
     
    Table created.
     
    dba@TEST> exec dbms_stats.gather_table_stats('dba', tabname=>'RJ_DEL_INS_TEST',estimate_percent => 100, method_opt => 'FOR ALL COLUMNS SIZE 1', cascade=>TRUE);
     
    PL/SQL procedure successfully completed.
     
    dba@TEST> select TABLE_NAME, FREELISTS, NUM_ROWS, BLOCKS, EMPTY_BLOCKS, AVG_SPACE, AVG_ROW_LEN, NUM_FREELIST_BLOCKS
      2  from dba_tables
      3  where table_name = 'RJ_DEL_INS_TEST';
     
    TABLE_NAME                      FREELISTS   NUM_ROWS     BLOCKS EMPTY_BLOCKS  AVG_SPACE AVG_ROW_LEN NUM_FREELIST_BLOCKS
    ------------------------------ ---------- ---------- ---------- ------------ ---------- ----------- -------------------
    RJ_DEL_INS_TEST                                84217        868            0          0         141           0
     
    dba@TEST> delete from dba.rj_del_ins_test
      2  where PK_COL > 1135268669
      3  and mod(PK_COL,20) = 10;
     
    4143 rows deleted.
     
    dba@TEST> commit;
     
    Commit complete.
     
    dba@TEST> exec dbms_stats.gather_table_stats('dba', tabname=>'RJ_DEL_INS_TEST',estimate_percent => 100, method_opt => 'FOR ALL COLUMNS SIZE 1', cascade=>TRUE);
     
    PL/SQL procedure successfully completed.
     
    dba@TEST> select TABLE_NAME, FREELISTS, NUM_ROWS, BLOCKS, EMPTY_BLOCKS, AVG_SPACE, AVG_ROW_LEN, NUM_FREELIST_BLOCKS
      2  from dba_tables
      3  where table_name = 'RJ_DEL_INS_TEST';
     
    TABLE_NAME                      FREELISTS   NUM_ROWS     BLOCKS EMPTY_BLOCKS  AVG_SPACE AVG_ROW_LEN NUM_FREELIST_BLOCKS
    ------------------------------ ---------- ---------- ---------- ------------ ---------- ----------- -------------------
    RJ_DEL_INS_TEST                                80074        868            0          0         141           0
     
    dba@TEST> insert into dba.rj_del_ins_test
      2  select *
      3  from table
      4  where PK_COL > 1135268669
      5  and PK_COL is not null
      6  and mod(PK_COL,20) = 6;
     
    4277 rows created.
     
    dba@TEST> commit;
     
    Commit complete.
     
    dba@TEST>
    dba@TEST> exec dbms_stats.gather_table_stats('dba', tabname=>'RJ_DEL_INS_TEST',estimate_percent => 100, method_opt => 'FOR ALL COLUMNS SIZE 1', cascade=>TRUE);
     
    PL/SQL procedure successfully completed.
     
    dba@TEST> select TABLE_NAME, FREELISTS, NUM_ROWS, BLOCKS, EMPTY_BLOCKS, AVG_SPACE, AVG_ROW_LEN, NUM_FREELIST_BLOCKS
      2  from dba_tables
      3  where table_name = 'RJ_DEL_INS_TEST';
     
    TABLE_NAME                      FREELISTS   NUM_ROWS     BLOCKS EMPTY_BLOCKS  AVG_SPACE AVG_ROW_LEN NUM_FREELIST_BLOCKS
    ------------------------------ ---------- ---------- ---------- ------------ ---------- ----------- -------------------
    RJ_DEL_INS_TEST                                84351        911            0          0         141           0
    I noticed that the number of blocks increases even though I'm only insert additional lines very little - 134 to be exact. Using the length of middle line of 141, which takes me to 134 * 141 = 18894bytes; a little more 1 block. I have an increase of 43 blocks. No idea why?

    I understand that there is a general fresh management regarding the use of space when you use SAMS, but I don't understand why there is such an increase in the number of blocks when I would have thought that the blocks were already allocated in the initial table creation phase. If I had inserted thousands of lines, I would have understood the jump in the use of block, but not with 134.

    Here are the results of the DBMS_SPACE. Procedure SPACE_USAGE
    UNF         0
          UNFB         0
           FS4         0
          FS4B         0
           FS3         0
          FS3B         0
           FS2         0
          FS2B         0
           FS1         2
          FS1B     32768
          FULL       891
         FULLB  14598144
    FS1
     Number of blocks that has at least 0 to 25% free space
    FS1B
     Number of bytes that has at least 0 to 25% free space
    FULL
     Total number of blocks that are full in the segment
    FULLB
     Total number of bytes that are full in the segment
    I used the DBMS_SPACE. Procedure UNUSED_SPACE and got these results:
    TOTAL_BLOCKS    912
    TOTAL_BYTES        14942208
    UNUSED_BLOCKS   0
    UNUSED_BYTES    0
      LASTEXTF      251
     LAST_EXTB      909
    LASTUSEDBLOCK   8
    
    Definitions taken from the docs:
    
    total_blocks
     Returns total number of blocks in the segment.
    total_bytes
     Returns total number of blocks in the segment, in bytes.
    unused_blocks
     Returns number of blocks which are not used.
    unused_bytes
     Returns, in bytes, number of blocks which are not used.
    last_used_extent_ file_id
     Returns the file ID of the last extent which contains data.
    last_used_extent_ block_id
     Returns the starting block ID of the last extent which contains data.
    last_used_block
     Returns the last block within this extent which contains data.
    Following this, here is how the stats are the deletion and insertion, shown in two steps:
    ##############
    # After deletion
    ##############
    
    FULL      850
    FULLB     13926400
    
    TOTAL_BLOCKS              872
    TOTAL_BYTES             14286848
    UNUSED_BLOCKS           4
    UNUSED_BYTES            65536
    LASTEXTF                 251
    LAST_EXTB            869
    LASTUSEDBLOCK            4
    
    109 extents
    
      NUM_ROWS     BLOCKS
    ---------- ----------
         80074        868
    
    ##########
    # After Insert
    ##########
    
    FS1              1
    FS1B          16384
    FULL            892
    FULLB           14614528
    
    TOTAL_BLOCKS              912
    TOTAL_BYTES             14942208
    UNUSED_BLOCKS           0
    UNUSED_BYTES                0
    LASTEXTF                 251
    LAST_EXTB            909
    LASTUSEDBLOCK           8
    
    114 extents
    
     NUM_ROWS     BLOCKS
    --------- ----------
        84351        911
    So, can someone get to explaining why this is happening?
    Or maybe some additional tests I can do to see what blocks are used for?

    Thank you
    SoC

    Rob_J wrote:
    As you can see, TEST 2 shows that, when you use the representative settings for PCTFREE and PCTUSED in MSSM to those of the SAMS, we get a result comparable to the use of SAMS.

    So, regardless of what I set PCTFREE to SAMS tablespace in a block must still have more than 25% of free space to be a candidate for the new pads?

    Not exactly - I think it is the next "Freeness" below PCTFREE, so if PCTFREE is for example 26%, then the block must have at least 50% free for its status as a 'FULL' erased and become a candidate for inclusion. PCTFREE under 25, Yes, then at least 25% I guess.

    Is it possible to change this behavior is this just a call, you have to take for the use of SAMS or y at - it a logical reason behind what I missed?

    Well, I guess that's what you get with segments 'AUTO' managed by magic - if the theory is correct, you can try a PCTFREE of 24 or 25 (not sure of the border), then several blocks should become eligible for the status of compensation when deleting lines. Of course, it's different from what you can achieve with MSSM - you are reserving more space for the growth future line with PCTFREE 25.

    Remember that the default PCTUSED is 40 for MSSM if you do specify not her - so the default behavior of the SAMS with 10 PCTFREE is already more aggressive towards provision for blocks compared to default MSSM insertions.

    You must also consider that SAMS was designed especially for the systems highly concurrent OLTP (and CARS) which deals, so there are many other considerations to take into account, as the way in which SAMS affects free to the various processes blocks and restraint potential reliefs on the segment header (similar to the use of FREELISTs and FREELIST groups with MSSM).

    Kind regards
    Randolf

    Oracle related blog stuff:
    http://Oracle-Randolf.blogspot.com/

    Co-author of the forthcoming "OakTable Expert Oracle practices" book:
    http://www.Apress.com/Book/view/1430226684
    http://www.Amazon.com/Expert-Oracle-practices-database-administration/DP/1430226684

  • Question for the experts EtreCheck report included

    I would like to get some clarification on an issue that has been this: ideas would be appreciated... Thank you

    Background information:

    1 file Vault is enabled

    2. I reindexed Spotlight

    Number 1: Picture size as indicated on my HD is far as shown below: show 10,58 GB and my Photos are indeed 65,48 Go. I guess that a native application would explain the actual size of pictures.

    , 2nd edition: I get errors in directory when running the first aid of disk utility. Sometimes it tells me that the disc is damaged and must be repaired, and sometimes it gives me a report as shown below. I have several times have entered into 'safe mode' and ran first aid, but it does not solve the problem. If I had to guess, it might have something to do with 'File Vault' is enabled?

    EtreCheck version: 2.9.3 (253)

    Report generated 2016-02-06 13:09:35

    Download EtreCheck from http://etrecheck.com

    Time 01:25

    Performance: Excellent

    Click the [Support] links to help with non-Apple products.

    Click [details] for more information on this line.

    Problem: Another problem

    Hardware Information:

    MacBook Pro (retina, 15 inch, mid-2015)

    [Data sheet] - [User Guide] - [Warranty & Service]

    MacBook Pro - model: MacBookPro11, 5

    1 2.5 GHz Intel Core i7 CPU: 4 strands

    16 GB RAM not extensible

    BANK 0/DIMM0

    OK 8 GB DDR3 1600 MHz

    BANK 1/DIMM0

    OK 8 GB DDR3 1600 MHz

    Bluetooth: Good - transfer/Airdrop2 taken in charge

    Wireless: en0: 802.11 a/b/g/n/ac

    Battery: Health = Normal - Cycle count = 26 - SN = D865213Q5MCFWLKA6

    Video information:

    AMD Radeon R9 M370X - VRAM: 2048 MB

    Iris Pro Intel

    Color LCD 2880 x 1800

    Software:

    OS X El Capitan 10.11.3 (15 d 21) - since the start time: about 2 hours

    Disc information:

    APPLE SSD SM0512G Disk0: (500,28 GB) (Solid State - TRIM: Yes)

    EFI (disk0s1) : 210 MB

    HD (disk0s3) [recovery] recovery: 650 MB

    Macintosh HD (disk 1) /: 499,06 (Go 314,12 free)

    Encrypted AES - XTS unlocked

    Storage of carrots: disk0s2 499.42 GB Online

    USB information:

    Apple Inc. Apple keyboard / Trackpad

    Broadcom Corp. Bluetooth USB host controller.

    SCM Microsystems SCx35xx v2.0 USB SC Reader

    Lightning information:

    Apple Inc. Thunderbolt_bus.

    Guardian:

    Mac App Store and identified developers

    Launch system officers:

    [loading] 151 tasks Apple

    [operation] 85 tasks Apple

    Launch system demons:

    [loading] 195 tasks Apple

    [operation] 92 tasks Apple

    Launch officers:

    [loading] com.oracle.java.Java - Updater.plist [Support]

    Launch demons:

    [loading] com.adobe.fpsaud.plist [Support]

    [loading] com.malwarebytes.MBAMHelperTool.plist [Support]

    [loading] com.microsoft.autoupdate.helpertool.plist [Support]

    [loading] com.microsoft.office.licensing.helper.plist [Support]

    [loading] com.microsoft.office.licensingV2.helper.plist [Support]

    [loading] com.oracle.java.Helper - Tool.plist [Support]

    User launch officers:

    [operation] com.akamai.single - user - client.plist [Support]

    Items in user login:

    iTunesHelper Application (/ Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)

    Other applications:

    [ongoing] com.Apple.XPC.launchd.oneshot.0x10000001.Microsoft PowerPoint

    [operation] com.apple.xpc.launchd.oneshot.0x10000004.Fantastical 2

    [ongoing] com.Apple.XPC.launchd.oneshot.0x10000005.Microsoft Excel

    [operation] to THE demon com.apple.xpc.launchd.oneshot.0x10000006.Microsoft

    [ongoing] com.Apple.XPC.launchd.oneshot.0x10000007.EtreCheck

    com.flexibits.fantastical2.Mac.Launcher [loading]

    Plug-ins Internet:

    SharePointBrowserPlugin: Version: 14.5.5 - SDK 10.6 [Support]

    FlashPlayer - 10.6: Version: 20.0.0.286 - SDK 10.6 [Support]

    QuickTime Plugin: Version: 7.7.3

    Flash Player: Version: 20.0.0.286 - SDK 10.6 [Support]

    JavaAppletPlugin: Version: Java 8 update 71 build 15 check the version

    Default browser: Version: 601 - SDK 10.11

    3rd party preference panes:

    Akamai NetSession preferences [Support]

    Flash Player [Support]

    Java [Support]

    Time Machine:

    Automatic backup: YES

    Volumes to back up:

    Macintosh HD: Disc size: 499,06 GB disc used: 184,94 GB

    Destinations:

    Time Machine [Local]

    Total size: 1.20 TB

    Total number of backups: 56

    An older backup: 07/07/15, 16:26

    Last backup: 04/02/16, 21:44

    Size of backup drive: adequate

    Backup TB 1.20 size > (disc 184,94 GB X 3)

    Top of page process CPU:

    9% kernel_task

    6% WindowServer

    2% fontd

    Pier 1%

    0% Microsoft Excel

    Top of page process of memory:

    1.04 GB kernel_task

    508 MB com.apple.WebKit.WebContent (3)

    Mdworker (13) 246 MB

    Mail 246 MB

    WindowServer 246 MB

    Virtual memory information:

    8,72 GB of free RAM

    7.28 GB used RAM (2.36 GB being cached)

    Used Swap 0 B

    Diagnostic information:

    6 February 2016, 10:29:53 self-test - spent

    3 February 2016, 21:54:06 ~ / Library/Logs/DiagnosticReports/com.apple.WebKit.Plugin.64_2016-02-03-215406_ [redacted] .crash

    System/Library/Frameworks/WebKit.Framework/versions/A/XPCServices/com. Apple.We bKit.Plugin.64.xpc/Contents/MacOS/com.apple.WebKit.Plugin.64

    Question 1: re - index the reader - Spotlight - how to re - index the folders or volumes.

    Question 2: I don't know if FileVault is the cause. I suppose, however, that he could. I consider turning it off and then see if the disc is OK. These errors can also occur if there are corrupted on the disk sectors. Unfortunately, I've never used FileVault so I don't know if it could be behind your question. Personally, unless you use your computer at a government facility that requires such security, I would find no need to FileVault as there may be more trouble than it's worth. Local host uses certainly not need that level of security.

    In the future do not post things like a report of EtreCheck or console logs, etc. unless someone does.

  • Question for the Experts of Teststand

    Hello!

    I need some advice on what the best method to perform the following operations in Teststand. I have a PLC driven station and who communicates to the control device in the IP Ethernet Toolbox. My question is: what do you suggest the best way to handle this, since I have several files of test sequence to run based on the number of series/model gave me of the automaton.

    • Can I change the user interface and include a separate thread for communication PLC.

    • Create a top level sequence and a LabView VI to manage the PLC com, then depending on the load of serial number sequence and load dynamically. If I do this how I pass the success / failure of the test to the top level sequence?

    If I were in your shoes, I would have a VI in the PreUUT that loops and checks the PLC for relaxation.  Then he would continue on.

    I threw together a simple example that illustrates the kind of what I'm talking about.  You may need to adjust some things around, but if all goes well, it depicts the idea.

    Hope this helps,

  • Can't access the internet - easy question for the experts! (ASA 5510)

    Dear all

    I can't access internet from my home network!

    I don't know why!

    Router:

    Ethernet f0/0 interface: 195.xxx.xxx.17/29 (to connect to the router) IP

    THE ASA NETWORK

    The external interface e0/0: 195.xxx.xxx.18/29 IP (to connect to the router)

    Internal interface: e0/1: IP 10.10.100.1 mask 255.255.252.0

    The ASA configuration

    ASA Version 8.0 (2)

    !

    ciscoasa hostname

    domain.com domain name

    enable encrypted password xxxxxxxxxxxx

    names of

    DNS-guard

    !

    interface Ethernet0/0

    nameif Interface_to_cisco_router

    security-level 0

    IP address 195.xxx.xxx.18 255.255.255.248

    !

    interface Ethernet0/1

    nameif Int_Internal_domain

    security-level 100

    address 10.10.100.1 IP 255.255.255.0

    !

    interface Management0/0

    nameif management

    security-level 100

    IP 192.168.1.1 255.255.255.0

    management only

    !

    xxxxxxxxxxxxx encrypted passwd

    boot system Disk0: / asa802 - k8.bin

    passive FTP mode

    clock timezone WEST 0

    clock summer-time WEDT recurring last Sun Mar 01:00 last Sun Oct 02:00

    DNS domain-lookup Interface_to_cisco_router

    DNS domain-lookup Int_Internal_domain.com

    DNS server-group DefaultDNS

    Server name 195.22.0.136

    Server name 195.22.0.33

    domain.com domain name

    permit same-security-traffic intra-interface

    object-group Protocol TCPUDP

    object-protocol udp

    object-tcp protocol

    Interface_to_router_Cisco_access_in list extended access allowed object-group TCPUDP any any eq field

    Interface_to_router_Cisco_access_in list extended access permit tcp any any eq www

    pager lines 24

    emergency logging level list Registo_eventos_william

    emergency logging list level Registo_eventos_william class vpn

    asdm of logging of information

    exploitation forest-address recipient [email protected] / * / critical level

    management of MTU 1500

    MTU 1500 Interface_to_router_Cisco

    MTU 1500 Int_Internal_domain

    ICMP unreachable rate-limit 1 burst-size 1

    ASDM image disk0: / asdm - 602.bin

    don't allow no asdm history

    ARP timeout 14400

    Global interface (Interface_to_router_Cisco) 101

    NAT (management) 101 0.0.0.0 0.0.0.0

    Access-group Interface_to_router_Cisco_access_in in the Interface_to_router_Cisco interface

    Route 0.0.0.0 Interface_to_router_Cisco 0.0.0.0 195.xxx.xxx.17 1

    Timeout xlate 03:00

    Timeout conn 01:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02

    Sunrpc timeout 0:10:00 h323 0:05:00 h225 mgcp from 01:00 0:05:00 mgcp-pat 0:05:00

    Sip timeout 0:30:00 sip_media 0:02:00 prompt Protocol sip-0: 03:00 sip - disconnect 0:02:00

    Timeout, uauth 0:05:00 absolute

    dynamic-access-policy-registration DfltAccessPolicy

    Enable http server

    http 10.10.100.0 255.255.255.0 Int_Internal_domain

    http 10.10.10.0 255.255.255.0 management

    http 195.xxx.xxx.16 Interface_to_router_Cisco 255.255.255.248

    http 192.168.1.0 255.255.255.0 management

    No snmp server location

    No snmp Server contact

    Server enable SNMP traps snmp authentication linkup, linkdown cold start

    No encryption isakmp nat-traversal

    Telnet 10.10.100.0 255.255.255.0 Int_Internal_domain

    Telnet timeout 5

    SSH timeout 5

    Console timeout 0

    dhcpd address 10.10.100.20 - 10.10.100.250 Int_Internal_domain

    dhcpd dns 10.10.100.2 195.22.0.136 interface Int_Internal_domain

    dhcpd lease interface 345600 Int_Internal_domain

    dhcpd domain domain.com Int_Internal_domain interface

    enable Int_Interna_domain dhcpd

    !

    a basic threat threat detection

    Statistics-list of access threat detection

    !

    class-map inspection_default

    match default-inspection-traffic

    Thanks in advance

    MP

    Hi MP,.

    Based on the configuration below, only traffic since the possible management interface to access the internet.

    Global interface (Interface_to_router_Cisco) 101

    NAT (management) 101 0.0.0.0 0.0.0.0

    You must include your inside interface in the nat statement if you want to have the traffic within the internet go.

    Example:

    NAT (Int_Internal_domain) 101 0.0.0.0 0.0.0.0

    Kind regards

    Arul

    * Rate pls if it helps *.

  • A few questions about the Satellite A100 PSAANE

    Hi friends,

    I have a Toshiba Satellite A 100 - PSAANE with Vista Home Basic preinstalled in it.
    Now, I have a few questions... I mention below: -.

    (1) if I want to format my laptop, I need a CD to install for Vista Home basic... then I don't have this Toshiba CD when I bought the laptop. So how do? question: How can I format it?

    (2) can I change my Vista Home Basic to windows XP? I think it's much faster than this one. is it advisable?

    (3) I have a GB of RAM in the laptop. Increase the RAM? I think that my laptop has become to slow down. is it advisable?

    (4) and on my screen, everytime I try to change my profile screen to windows Classic view, my screen begins to blink. and after a while, the screen turns off. So I can't change that. I put the color scheme of windows vista only. What to do about that?

    Please help me friends. Thanks in advance.

    Kind regards
    Perkins

    Hello

    Here, a few questions about the number:

    (1) usually, you should get the Vista Toshiba Recovery DVD. If you didn t receive this DVD then you can order it here https://backupmedia.toshiba.eu/landing.aspx or you could install the disc of Microsoft Vista.

    (2) of course, you can do this. I think that Win XP drivers can be downloaded from the Toshiba driver page.

    (3) Yes, you can upgrade the RAM. For more information, see your manual or search on this forum for similar topics

    (4) maybe it s associated with the graphics driver. Check if you can update. I would recommend additional check if you are using the latest version of the BIOS

    Welcome them

  • A few questions about the use of data and Cliq

    I have the cliq, however I chose to not get 3G (so I bought full fare). So I have a few questions about the phone and the use of 3G / 2 G/Edge:

    1 - is possible to disable completely the 2G / 3 G/Edge? I know you can switch between them, but are anyway just tell the phone to stop using them altogether since I'm not subbed to the service?

    2. when the update takes place, I guess we'll have to reconnect motoblur and etc, but if I don't have 3 G will I have motoblur connection problems after the update? Or he keeps the latest wifi settings so that it would connect to wifi to connect. When I first got my phone it was not a problem b/c I had 3G for the first month.

    I hope that makes sense, thanks!

    To stop all the data, I would like to download an application called APNDroid. He cut them all down. When you log on to blur you have 3G or WIFI doe this without getting a timeout error. During the process of setting up your Blur account, you can press the menu button and set up your wifi to work, this will connect you to Blur and your phone will be connected to the blur. If I were you I would be rethinking to do a data plan since you are really losing out on most of your main features of phones. It's your choice, however.

  • Recently bought a laptop computer; A few questions about the offer Upgrade to Windows 8

    I have a few questions about the Upgrade of Windows 8 offer for new computers.  I recently bought a Toshiba Satellite S855-S5268 of amazon.com, which came with Windows 7 Home Premium.  Toshiba already has a beta version of drivers and utilities for Windows 8 for the S855 on their Web site.

    (1) I bought my laptop in July of this year, and I've not yet registered for 8 Windows Upgrade offer with Microsoft.  Am I still eligible to receive the upgrade, if I sign up soon?
    (2) if I buy the upgrade through this offer, I'll be able to download an ISO file so I can burn the installation media, or do I need to upgrade to Windows 7?
    (3) if I will be able to burn the installation media, I'll be able to erase my hard drive and do a clean install of Windows 8 (which I'd rather do, I have a lot of backups of my data).  I am aware that I would probably need to provide my product key Windows 7 Home Premium 64-bit OEM during the new installation, because it is an upgrade and not a full version; This isn't a big deal, because my Windows 7 Home Premium 64-bit OEM product key is stuck at the bottom of my laptop.
    (4) my current copy of Windows 7 is activated by seeing my BIOS (I have a traditional BIOS, not a UEFI).  If I had to switch to Windows 8 and decide then I'd rather back in Windows 7, for example, a few months later, I'll be able to do that (I burned recovery of Windows 7 with the Toshiba utility disks, which I did), and Windows 7 will continue to activate by seeing my BIOS, even after the installation (and later remove) Windows 8?
    Thank you very much!

    I have a few questions about the Upgrade of Windows 8 offer for new computers.  I recently bought a Toshiba Satellite S855-S5268 of amazon.com, which came with Windows 7 Home Premium.  Toshiba already has a beta version of drivers and utilities for Windows 8 for the S855 on their Web site.

    (1) I bought my laptop in July of this year, and I've not yet registered for 8 Windows Upgrade offer with Microsoft.  Am I still eligible to receive the upgrade, if I sign up soon?
     
    Yes, the registration period is between June 2, 2012 to January 31, 2013.
    (2) if I buy the upgrade through this offer, I'll be able to download an ISO file so I can burn the installation media, or do I need to upgrade to Windows 7?
     
    Yes, the Upgrade Wizard of Windows 8 will allow you to create a bootable DVD or you can grab the ESD file and save it.
    (3) if I will be able to burn the installation media, I'll be able to erase my hard drive and do a clean install of Windows 8 (which I'd rather do, I have a lot of backups of my data).  I am aware that I would probably need to provide my product key Windows 7 Home Premium 64-bit OEM during the new installation, because it is an upgrade and not a full version; This isn't a big deal, because my Windows 7 Home Premium 64-bit OEM product key is stuck at the bottom of my laptop.
     
    Yes and there are better ways to reinstall Windows 8 without using the installation disc, you can use the reset and refresh.
     
     

    These steps will take you through refreshing your PC:

    · Press the Windows key + C on your keyboard to show the charms (if you use a touch screen: touch the right edge of your screen and drag your finger to the left)

    · Click settings

    · Click change PC settings

    · Click general in the left column

    · Under refresh your PC without affecting your files, click Start

    Then follow the instructions that will be provided on-screen to cool your PC.

    (4) my current copy of Windows 7 is activated by seeing my BIOS (I have a traditional BIOS, not a UEFI).  If I had to switch to Windows 8 and decide then I'd rather back in Windows 7, for example, a few months later, I'll be able to do that (I burned recovery of Windows 7 with the Toshiba utility disks, which I did), and Windows 7 will continue to activate by seeing my BIOS, even after the installation (and later remove) Windows 8?
     
    As long as you have a recovery disk which you should create or use the construction in the recovery partition, Yes, it will self activate.
    Thank you very much!
  • I have a few questions on the Adobe CC Bill.

    I have a few questions on the Adobe CC Bill.


    Now I use the new package 240 Baht/month, but on my Bill have a times.300 list 2 and 240 baht (detail in attachment)

    Clouds please check and comment me.

    Thank you for your kind support


    Peerawat S.

    20151225_114523_resized.jpg

    Since this is an open forum, not Adobe support... you must contact Adobe personnel to help

    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific Time)<=== note="" days="" and="">

    Don't forget to stay signed with your Adobe ID before accessing the link below

    Creative cloud support (all creative cloud customer service problems)

    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

    -or by phone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

  • Hello, I have a few questions about the affiliation of creative cloud

    Hallo,

    I have a few questions about the affiliation of creative cloud:

    1. There is an Adobe offer up to 27.11. : the price offered is 47.59 euros per month including MWSt (VAT) or €568,20 / year.

    For what is this offer period/how many years valid?

    2. after the period of the offer, the membership will cost the standard-price: €59,49 / month or €713,86 / year (seen on the Adobe Web site).

    For how many years this standard - the price is fixed?

    Is the standard-prices include MWSt. (VAT) too?

    Thank you

    Thomas

    Hello

    I advise you to contact Adobe sales for queries on pricing.

    Contact us | Adobe

    Kind regards

    Sheena

  • A few questions of the benchmarking Guide.

    Hi people,

    I now use ESX 5.1

    I have a few questions about the VMmark test!

    1.

    Disk space for VM is important?

    Because I found the client model.

    Space is limited, after that I installed the cygwin

    I use Windows 2008, the default 32 GB is not enough

    Same thing happened the day before VM

    The default space is not enough after Windows Update

    2.

    When we asked him to specify the size of the virtual disk and provisioning policy, enter either 15 GB (for you will be

    using Windows Server 2003) or 32 GB (because you are using Windows Server 2008), let the floppy

    Uncontrolled Provisioningoptions

    For this configuration to disk, I have to choose one of the three methods, I can't uncheckd

    Only that I should check?

    Disk provisioning.png

    Is there any document with pictures of installation to follow?

    Thank you very much...

    Alvin

    The script automatically uncomment all lines, as for example the kern.srv.cleanup_threads, cygserver.conf values 2.

    In the files that you have shown, the values were already décommentés so there is no change. Your cygserver.conf is correct.

  • a few questions about the migration of content/web content

    Hi all


    I have a few questions about the migration of the website and content (from development to test) which are not specified after reading the oracle documentation.

    -> When we make the site replication will be migrated content (data files).

    -> when we move will contained all the ED and RD etc (any object type web site migrated).

    --> are the two the necessary step for migration when we migrate web site.


    Thank you

    -Yves

    --> When we make the site replication of the content will be migrated (data files).

    It depends on how you do it. The tool 'Site Studio Replicator' won't move any content, only the structure of the site. The 'Manage replication Site' page can be used to migrate content with the structure of the site but I do not recommend for large sites, I use separate tasks to archive to move the content. "Backup and restore" page stores the entire site in a ZIP file, not advisable for large sites.

    --> When migrate us content will be all ED and RD etc (any object type web site migrated).

    Yes. It uses the metadata xWebsites field to identify the elements that belong to the site.

    --> are the two the necessary step for migration when we migrate web site.

    Depends on how you do it, but yes, all bits are needed.

  • A few Questions about the advanced Actions window

    Hello

    I have a few questions about the progress of the Actions (using the version of track CP7)

    1. What is the function of the action to "continue?"   Out of the peak action and advance the playback cursor?

    2. What does mean this comment "Nested calls to action advanced is a nice improvement."? Is the advanced decision at the top of a page of action tabs?

    3. What is the function of the option "custom" in the IF statement - "preform action if - custom", it doesn't seem to do anything for me?

    4. where can I get information about the timeline / playhead interaction with advanced actions, i.e. where the playhead is going again at the beginning of the slide. slide custom question - display button, e.g. verification of responses, comments - when all the objects are at the beginning of the timeline. I'm looking more for the read head of infromation functionality rather than how to implement this type of question.

    Thank you

    Donal.

    Continue: If an advanced standard action is triggered by a button, this will not trigger the playback head. If you want out, you can use continues. Continue can also be a choice in a conditional action, when one orders branching has nothing to special, but in advance. Continuous is also the "dummy" statement/command (this is the official name of a line in the dialog box advanced actions) If a statement has become unusable due to some reasons, it will be replaced by continue

    There is no nested call stocks advanced possible right now, one of my many feature requests. It would be sort of a subroutine that you can use over and over again, instead of having to create each time when necessary.

    A decision is one of the conditions to be an advanced conditional action. They allow to create more complex actions, as a loop or arrays are not possible. All decisions are executed in sequence and always.

    Custom: is a combination of or but it is rather limited, because you cannot use parentheses.

    I guess you'd better visit my blog if you want to learn more about the advanced actions.

    http://blog.lilybiri.com/

    I also did several Webinars on stocks advanced, last this afternoon (on the sharing of the actions) for Adobe. They are all available on request.

    Lilybiri

Maybe you are looking for

  • where is my firefox button?

    I don't have the button at the top of my page firefox firefox.where is he?

  • OfficeJet 4650: Officejet 4650 slow copy

    Copy takes MINUTES. Fine - print scans well.  Resolution of 200 DPI. Plugged directly into the wall. Software up to date. Hard reset is complete.  Problem started in the last weeks 1-2. Purshased February 2016.

  • Problem with iPad App 4 endangered

    I had opinions of 5 app on ipad updates 4. Everything is going well until I arrived at instagram.  The update froze so I tried to delete Note gram app and he was going to reinstall.  It would be delete not all of me at first but then disappeared.  Wh

  • StandartTitleBar background image without scale? !!!

    Hi all I just find this StandartTitleBar and you want to use it, but I noticed that when you try to set the background image, it is automatically scaling. How do I remove it?

  • Error in the sql query operator

    Oracle version:Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit ProductionPL/SQL Release 11.2.0.1.0 - Production"CORE 11.2.0.1.0 Production."AMT for Linux: Version 11.2.0.1.0 - ProductionNLSRTL Version 11.2.0.1.0 - ProductionCreate