Adding locations

I was under the impression that if I specified a value xy on a XY scatter chart so that point would be displayed as a single dot. This doesn't seem to be the case. I tried creating a new route, but could not find the right method to achieve this. I'm new to nor ms and would be grateful for the help. I'm looking to produce a graph with x1y1 - x2y2 then a second draw, further on the same axis of x3y3-x4y4-x. I thought that I could do it on one single site, but appears not to be the case. I use vb in vs2010. any help greatly appreciated...

Hello

Is that what you are looking for?

   Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

Try

With ScatterPlot1

. LineStyle = NationalInstruments.UI.LineStyle.None
. PointStyle = NationalInstruments.UI.PointStyle.SolidDiamond
. PointColor = Color.Lime

Ends with

With ScatterPlot2

. LineStyle = NationalInstruments.UI.LineStyle.None
. PointStyle = NationalInstruments.UI.PointStyle.SolidDiamond
. PointColor = Color.Cyan

Ends with

ScatterGraph1.XAxes.Item (0). Mode = AxisMode.Fixed
ScatterGraph1.XAxes.Item (0). Range = new range (0, 10)

ScatterGraph1.YAxes.Item (0). Mode = AxisMode.Fixed
ScatterGraph1.YAxes.Item (0). Range = new range (0, 10)

Dim xdata (1) As Double
Dim ydata (1) As Double

XData (0) = 2
XData (1) = 6
ydata (0) = 2
ydata (1) = 6
ScatterPlot1.PlotXY (xdata, ydata)

XData (0) = 3
XData (1) = 6
ydata (0) = 4
ydata (1) = 9

ScatterPlot2.PlotXY (xdata, ydata)

Catch ex As Exception

End Try
End Sub

Hope this helps

Curt

Tags: NI Software

Similar Questions

  • Adding location to BB Maps without specifying the zoom level

    Eclipse SDK Version: 3.4.1

    BlackBerry JDE plugin for Eclipse Version: 1.0.0.50

    BlackBerry JDE component package Version: 4.5.0.14

    I create a chain of document location to display a dot on the map. It works fine, but if the user changes the zoom level, I want to be able to keep the chosen zoom level when I add the next point. If I omit the element of 'zoom' in my string of the default map to a zoom level of 0. How can I add a point that the current zoom level is used and unchanged? I invoke maps of my application as follows where 'document' is my location string.

    Invoke.invokeApplication (Invoke.APP_TYPE_MAPS, new MapsArguments (MapsArguments.ARG_LOCATION_DOCUMENT, document));

    This is not possible when the BlackBerry Maps.  You can check this when you use a MapField.

  • How to copy or delete location?

    Here is my latest for tonight:

    Often, I import photos from two or three cameras or phones. Some of them without GPS. However, I would like to have info important location on my photos, as a search criterion.

    (I know that you can add location via the popup of tiny Information. It is good to have. But it would be good even if I could resize it. "And as the display of standard maps missing quite often the details, it would be nice to be able to switch to the satellite view).

    I often assign to photos location information in the same place as the other photos have the location information. So I open the mark Information and copy the location, select the photo without location and paste the location of the fist photo. It seems to work. Unfortunately, it does not copy the data of the actual location, but only the text string. And after it was stuck for the second picture, he's trying to find the actual location, according to the channel. In most cases it does not get this right.

    And if you go back, you can't, because there seems to be no way to remove the manually added location... I guess that it is stored in the database and not on the photo itself, as the Photos done with any changes.

    So if you know how to copy - paste location and/or remove location through some less than obvious, please let me know

    You can buy external editors for extension of Photos in the App store ($0.99) and use it in edit mode to look at the details of the location in the Inspector pane and you can then enter theminto other photos

    LN

  • PhoneGap Build InappBrowser - what am I doing wrong?

    I was faced with calls to plugins cordova of in my App. Basically, I use phonegap as a wrapper to load a CMS site. This issue has many sub-questions, so please excuse me if I take a wandering approach.

    I had originally planned to help Inappbrowser - but now I would like to support downloads (which it seems to me that Inappbrowser does not).

    Can I charge my external website in an Iframe? Looks like Iframes are bad because of compatibility.

    If I try to load my external site via an Iframe, I get an empty frame - what gives to think that something is wrong with my white list.

    Here's index.html file. I use inappbrowser here (with location defined or not).

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    " < html xmlns =" http://www.w3.org/1999/xhtml " >

    < head >

    < title > Emerald Test App < /title >

    < name meta = "apple-mobile-web-app-compatible" content = "yes" / >

    < name meta = "viewport" content = "width = device-width" / > "

    < script src = "phonegap.js" > < / script >

    < / head >

    < script type = "text/javascript" >

    iabRef = window.open ('https://my-sites-url.com/content.aspx?page_id=31"," _self"," location = no "");

    iabRef.addEventListener ('loadstart', iabLoadStart);

    iabRef.addEventListener ('loadstop', iabLoadStop);

    iabRef.addEventListener ('loaderror', iabLoadError);

    iabRef.addEventListener ("quit", iabClose);

    < /script >

    < body >

    < / body >

    < / html >

    Here is my Config

    <? XML version = "1.0" encoding = "UTF-8"? >

    < widget xmlns = " " http://www.w3.org/ns/widgets "

    xmlns:gap = " " http://PhoneGap.com/ns/1.0 "

    ID = "com.my - site - url.testapp.

    versionCode = '5 '.

    version = "1.0.4" >

    Test App < name > < / name >

    < description >

    An application specially designed for your organization

    < / description >

    " < author href = ' https://www.my-site-URL.com "email =" " [email protected] "> "

    My application

    < / author >

    < name of gap: platform = "ios" / >

    < name of gap: platform = "android" / >

    < name of gap: platform = "winphone" / >

    < name of option = "orientation" value = "default" / >

    < name of option = "phonegap-version" value = "cli - 6.3.0" / >

    < name of option = "full screen" value = "false" / >

    < name of option = "loadUrlTimeoutValue" value = "700000" / >

    < option name = "LoadingDialog" value = "Please wait, the application will load" / >

    < name of option = "AllowInlineMediaPlayback" value = "true" / >

    < name of option = "SplashScreenDelay" value = "7000" / >

    < name of option = "KeepRunning" value = "true" / >

    "< src="res/icon/android-icon-36x36.png icon "gap: platform = gap: qualifier 'android' ="ldpi"/ >

    "< src="res/icon/android-icon-48x48.png icon "gap: platform = gap: qualifier"android"="mdpi"/ >

    "< src="res/icon/android-icon-72x72.png icon "gap: platform = gap: qualifier 'android' ="hdpi"/ >

    "< src="res/icon/android-icon-96x96.png icon "gap: platform = gap: qualifier 'android' ="xhdpi"/ >

    "< src="res/icon/apple-icon-57x57.png icon "gap: platform ="ios"width ="57"height ="57"/ >

    "< icon src="res/icon/apple-icon-72x72.png "gap: platform ="ios"width ="72"height ="72"/ >

    "< icon src="res/icon/apple-icon-76x76.png "gap: platform ="ios"width ="76"height ="76"/ >

    "< src="res/icon/apple-icon-114x114.png icon "gap: platform ="ios"width ="114"height ="114"/ >

    "< src="res/icon/apple-icon-144x144.png icon "gap: platform ="ios"width ="144"height ="144"/ >

    "< src="res/icon/apple-icon-120x120.png icon "gap: platform ="ios"width ="120"height ="120"/ >

    "< src="res/icon/apple-icon-152x152.png icon "gap: platform ="ios"width ="152"height ="152"/ >

    "< src="res/icon/android-icon-72x72.png icon "gap: platform ="webos"/ >

    "< src="res/icon/android-icon-48x48.png icon "gap: platform ="winphone"/ >

    "< src="res/icon/apple-icon-180x180.png icon "gap: Platform = 'winphone" gap: role = "background" / >

    "< src="res/screen/default.png gap: splash "/ >

    "< src="res/screen/default.png gap: splash "gap: platform = gap: qualifier 'android' ="port-ldpi"/ >

    "< src="res/screen/mdpi.png gap: splash "gap: platform = gap: qualifier 'android' ="port-mdpi"/ >

    "< src="res/screen/hdpi.png gap: splash "gap: platform = gap: qualifier 'android' ="port-hdpi"/ >

    "< src="res/screen/xhdpi.png gap: splash "gap: platform = gap: qualifier 'android' ="port-xhdpi"/ >

    "< src="res/screen/xxhdpi.png gap: splash "gap: platform = gap: qualifier 'android' ="port-xxhdpi"/ >

    "< src="res/screen/xxxhdpi.png gap: splash "gap: platform = gap: qualifier 'android' ="port-xxxhdpi"/ >

    "< src="res/screen/default.png gap: splash "gap: platform ="ios"width ="320"height ="480"/ >

    "< src="res/screen/640x960.png gap: splash "gap: platform ="ios"width ="640"height ="960"/ >

    "< src="res/screen/640x1136.png gap: splash "gap: platform ="ios"width ="640"height ="1136"/ >

    "< src="res/screen/750x1334.png gap: splash "gap: platform ="ios"width ="750"height ="1334"/ >

    "< src="res/screen/768x1024.png gap: splash "gap: platform ="ios"width ="768"height ="1024"/ >

    "< src="res/screen/1242x2208.png gap: splash "gap: platform ="ios"width ="1242"height ="2208"/ >

    "< src="res/screen/default.png gap: splash "gap: platform ="winphone"/ >

    < name of the ditch: plugin = 'cordova-plugin-camera' spec = "0.3.6" source = "MNP" / >

    < name of the ditch: plugin = "cordova-plugin-media-capture" spec = "1.0.1" source = "MNP" / >

    < name of the ditch: plugin = 'cordova-plugin-device' source = 'MNP' / >

    < name of the ditch: plugin = "cordova-plugin-device-orientation" source = "MNP" / >

    < name of the ditch: plugin = 'cordova-plugin-device-motion' source = 'MNP' / >

    < name of the ditch: plugin = source "cordova-plugin-file" = "MNP" / >

    < name of the ditch: plugin = source "cordova-plugin-file" = "MNP" / >

    < name of the ditch: plugin = 'cordova-plugin-transfer files' source = 'MNP' / >

    < name of the ditch: plugin = spec 'cordova-plugin-media' = "0.2.16" source = "MNP" / >

    < name of the ditch: plugin = "cordova-plugin-inappbrowser" source = "MNP" / >

    < name of the ditch: plugin = "cordova-plugin-globalization" source = "MNP" / >

    < name of the ditch: plugin = "cordova-plugin-dialogues" source = "MNP" / >

    < name of the ditch: plugin = 'cordova-plugin-vibration' spec = "1.2.0" source = "MNP" / >

    < name of the ditch: plugin = "cordova-plugin-whitelist" source = "MNP" / >

    < allow navigation href = "" * "/ >"

    < allow intention href = "" * "/ >"

    < access origin = "" * "/ >"

    " < allow navigation href = ' http://*.my-site-URL.com " />

    < / widget >

    If downloading and recording is not available through inappbrowser, how can I managed to save files from an external site (which is what I want to look like a native app)?

    On my external site, I tried to open the files by using things like

    window.open(url, '_system');

    And _blank and adding 'location = no' etc, but no dice. Probably because the pages open in the inappbrowser are in sandbox.

    -Is it possible to start a download from an external web page in Inappbrowser using javascript?

    Is my only option to modify the java plugin onappbrowser? Seems sketchy and examples seem to only support iOS.

    Should I use an Iframe? Any ideas why my Iframes would be empty by using the above configuration? I'm doing something wrong?

    If you've read this far, thanks for reading!

    Using the configuration and the index below, I use window.open ('whatever.png', '_system'); and the png is displayed full screen and I have to use the device back button to return to the interface (or on iOS, you're stuck and have to restart).

    That's because window.open() does NOT part of the interface of the inappbrowser plugin. Thus, you do not invoke the inappbrowser plugin and you don't get the system browser to view it.

    Please read and apply the docs of the inappbrowser of the plugin.

    In your html code:

    It is not valid, because you have a script element between the head and the body, which is not validated.

    The code could still 'work', but the result is invalid and therefore not defined/unpredictable.

    On your config:

    -you have a mixture of gap: syntax of the area names and syntax most recent without social fracture: namespace. I suggest you drop the gap: namespace altogether and use the new syntax only.

    -you have specified the portrait and landscape, but lack the splash of landscape.

    -for some plugins (camera and media, for example), you pinned extremely old versions. What did you do for a special purpose?

    - http://*.my-site-url.com"/ > is redundant, since you already have

  • Importing opening plugin doesn't matter of GPS data

    I try to switch from Aperture to Lightroom with the importer Aperture plugin, but manually set the GPS data are mit imported into lightroom. GPS data created by a Holy iPhone in lightroom.

    I found a solution for this:

    Causes (as far as I can see):

    When you manually add to a photo in Aperture, added location information longitude and latitude, but the Version ID of GPS and especially the geodetic GPS do not get added. When these data are then imported to LR, the plugin ignores all the GPS info, when the GPS map format is not defined.

    Solution:

    • Create a smart folder in Aperture that selects pictures, where the GPS version is empty and the GPS latitude is not empty.
    • These export as a versions files
    • Use a geodetic GPS Exif tool builds the files. I used pyExifToolGUI more ExifTool by Phil Harvey , which allows to copy exif info of a file to other files. Load a file that has the correct exif info (taken with the iPhone, for example). Copy Exif information to the tool. Then load the exported files that have broken GPS info. Update the map loaded, GPS reference with , but do not update the actual longitude / latitude.
    • Import updated photos updated in LR, and you can see the info from map.

    Always try this first point with a backup!

  • How do I get the buttons working again?

    Running Captivate 6, I built a project with action buttons developed which opens a URL in a new window and continued on the next page. They all worked when I published in Flash 10. I published 11 Flash, they all stopped to open the new window. I went back to the publication of Flash 10 and they still do not work! How to bring back my buttons double action?

    Hello

    If you test by running a flash (SWF) file on a local drive (one drive letter C or D or I or another), you must add the location to the list of sites approved for the Flash Player.

    Click here to see a video of captivate that guides you through this process

    Once your content is served by a web server (where the address begins with http) is more a problem and adding location won't be necessary.

    See you soon... Rick

  • Error message: PRVF-3929 - PATH environment variable.

    Hello

    I'm trying to install Oracle on my laptop and get the following error message resulting in installation hault.

    INFO: *********************************************
    NEWS: Environment Variable: 'PATH': this test checks if the length of the 'PATH' environment variable does not exceed the recommended time.
    INFO: Severity: CRITICAL
    INFO: OverallStatus:VERIFICATION_FAILED
    INFO: -----------------------------------------------
    INFO: Results of the audit for node: JF - PC
    NEWS: Expected value: 1023
    NEWS: Real value: 1159
    INFO: Error Message: PRVF-3929: adding location of Oracle binary in the PATH environment variable exceeds the length limit of the BONES of "1023" for the variable on node "JF - PC."
    INFO: Cause: the installer must update the environment variable PATH to include the value of '% ORACLE_HOME%/bin';.
    However, this will cause a path exceeds the maximum allowed length that allows the operating system.
    INFO: Action: make sure that the sum of the length of your current PATH environment variable and one of
    "% ORACLE_HOME%/bin;" does not exceed the limit of the operating system.
    Restart Setup after correcting the value of environment variable.


    Installation of the ton tent of the Oracle database - win64_11gR2

    MY PC CONFIGURATION:
    -Windows 7
    -64-bit

    Can you please help me get this resolved please.

    The following information appears to be linked: http://support.microsoft.com/kb/830473

    According to the link above, the maximum length of the PATH environment variable is 2048/8192 characters. Apparently the length has been increased to 2048 from Windows XP SP2. Your current path is about 1200 characters that is less than the limit of the OS.

    The Oracle installer is incorrect about the PRVF-3929 error message? Or if the length of the path environment variable is not the real problem? Maybe you can try temporarily shorten the path and add the full pathname after the installation of Oracle.

    You should be able to modify the path as follows:
    From the desktop, do a right click my computer, and then click Properties.
    In the System Properties window, click the Advanced tab.
    In the Advanced section, click the Environment Variables button.

    Using Windows 7 Professional? If the error message occurs even with a short path, then maybe there something else trigger this error, as the antivirus or other security software.

    Published by: Dude on July 3, 2011 11:15

  • FRM-40735: trigger ON-ERROR raised unhandled exception ORA-06508

    Hello

    We are the migration form 6i to 10g (10.1.2.0.2) with HP_UX. Here are the steps I took

    1. I compiled all the forms/pll/menu locally using Shift + Ctrl + k, and Clt + T and saved in the folder (local_10g).

    2. then all copied from local_10g to the file (unix_10g) in Unix.

    3 compiled it using the command Frmcmp and got all the mmx, plx successfully and most of the fmxs. (some of FMAS throw error).

    4 copied all fmx, plx, mmx to unix (unix_10g) folded in my forms_prod say local.

    5. when I run fmb in my local forms_prod folder, I have error FRM-40735: trigger ON-ERROR raised unhandled exception ORA-06508.

    I added location c:\forms_prod in Forms_path (regedit) and Forsm_Path (default.env). (for locals)
    I added the location of u01\unix_10g in Forms_Path (default.env) on unix.

    Please let me know what and where I am doing wrong? I'd really appreciate your help.

    Thank you
    Sandy

    Hello

    In General, you have to compile the module on each of the target servers, because the executable modules are not portable.

    François

  • With the help of GPO - prevent adding UNC locations to the index of the control panel

    She says - UNC Any locations that have already been added to the index by the user will not be deleted. Is there a way to remove those already added?

    Hi Kelly,

    You try to post your question here for assistance:

    http://social.technet.Microsoft.com/forums/en-us/home

  • Adding library folder returns an error ""this network location cannot be included because it is not indexed.

    I'm trying to share my MUSIC on my Windows Home Server (WHS) folder in my music library.  Here's how my MUSIC folder is organized:

    MUSIC
    -> Songs1
    -> Songs2
    -> Songs3
    -> Chansons4
    -> Chansons5

    Quite simply structure, so thought that this should not be a problem. If I add the entire folder to the library only 1/3 of my songs are listed. In trying to understand what is happening, I found that only 2 to 5 subfolders under the MUSIC are included (songs.1 and chansons5).

    Again, I deleted the folder "MUSIC" from the library and then add each indivually subfolder. What I found is I might add 2 subfolders (songs.1 and chansons5), but adding that the 3 other subfolders returns an error message, "" the network location cannot be included because it is not indexed".  If I add a new folder under MUSIC I can't add it to the library either.

    I think it should have some type of security or user problem, but can't think of what it would be, since some of the subfolders under the MUSIC can be recognized, while others, including the new folders cannot be added. Someone at - it suggestions?

    I would add that I have no problem with adding my video or picture file to my WHS library.

    Problem has been solved - thought I would post an update if someone of another encounter this type of behavior.

    By continuing to try to understand why only the music files on my server would not be updated I fell into my "homegroup". I checked the settings and noticed that 'MUSIC' was not checked in the "Shared libraries and printers' (don't know why or how). I then checked the box and now I can move my files on the server and the path is updated in the library.

  • Where a bookmark, I added in iOS located on my PC?

    When I add a bookmark in the iOS, it is located in the root directory, same place as bookmarks in office is located. I want to know where the bookmark is located on my PC so I can drop in the right place. If I can't learn to find in the PC, I can't keep my bookmarks synchronized desktop and iOS.

    The bookmarks saved in Firefox for iOS are still not synchronized on the desktop. They are working on adding this feature in a future release.

  • Adding a table with a button, how to specify the location?

    I have a form of have been a table is duplicated by using a button and the instance script Add.  Is there one had to specify which direction or location of the table is added.  I guess that by default it is created as the original table.  I would like that it is created to the right of the original table.  This option can be changed or scripted somehow?  Thank you

    Hello

    If you repeat the whole table, it is within a subform flowed. The default value is cast from top to bottom. If you change this Western style, objects will be flowing from left to right.

    However, it is because there is the space to the right of the form to receive the new instance.

    Here are some examples:

    https://Acrobat.com/#d=aFfqJJrwjDbVOuT96bD8Ug

    https://Acrobat.com/#d=4QBgZy0pBIV9IoMlKP0lRg

    Good luck

    Niall

  • How to add fields on a screen at a particular location where a domain manager is already added

    Hello

    Issue in the user Desiging interface...

    I have a screen where I use two HorizontalFieldManager covering first half and second half of the screen, now my qusetion is that I want to add a field to the second half of the screen but the field is added below the second half of the screen, I know why this is happening because the area of the screen is already filled by the two HorizontalFieldManager.

    So please suggest me how to add the field in the second half of the screen, which sector is already covered by HorizontalFieldManager.

    Here is my sample code...

    Top of HorizontalFieldManager = HorizontalFieldManager(NON_FOCUSABLE | nouveau FIELD_HCENTER |) FIELD_VCENTER);
    upper_part = new BitmapField (upper_bitmap);
    Upper.Add (upper_part);

    Low HorizontalFieldManager = new HorizontalFieldManager(NON_FOCUSABLE |) FIELD_HCENTER | FIELD_VCENTER);
    lower_part = new BitmapField (lower_bitmap);
    Lower.Add (lower_part);

    VerticalFieldManager body = new VerticalFieldManager(NON_FOCUSABLE |) FIELD_HCENTER | FIELD_VCENTER);
    Body.Add (Upper);
    Body.Add (Lower);
    Add (Body);

    Thanks a lot... :)

    Are you using the bitmap for horizontal substantive adding upper and lower field area manager

    If yes don't do that add background to the Manager of horizontal field like this:

    horizontalFieldManager.setBackground (BackgroundFactory.createBitmapBackground (bitmap));

  • Adding a custom location backup

    Is it possible that I can add my own save in location?  It's a pain to have to navigate to the folder of the computer in my own project file every time.  It would speed up my work without end if there was a way to do this?

    Thank you very much in advance for any response.
    Ornella

    What application you want this for? Sometimes, it may be possible to put this under settings of this application.

    In general (I assume that you need at least Professional edition) you can also try this: press the Windows key + R > type gpedit.msc and press enter > User Configuration > Administrative Templates > Windows components > Windows Explorer > Common Open File Dialog > click twice on the items displayed in the Favorites bar > select active , then specify your custom location.

    For MS Office, you can follow this tutorial: How to add folders custom Microsoft Office 2007 Save as dialog box

  • Adding a firewall for the MC FW which is located on the outside area

    Hi all

    Is it possible to add a firewall for the FW MC that is located on the external interface of the firewall? If so, what commands do you need on the firewall?

    Thank you and best regards,

    Hello

    In principle might be possible, what need the VMS Svr (FW MC) is a communication channel to the target, the outside Firewall (firewall EXTERNAL) device.

    You can try the following, to confrm.

    Your topology/flow very probably as follows:

    inside intf: EXTERNAL Firewall: ouside intf<->INTERNET CLOUD<->internet router<->router internet<->outside intf:PERIMETER Firewall: inside intf<->VMS:FW MC

    A. for the EXTERNAL firewall, configure:

    1 activate https & ssh access to/from the server of virtual machines. Access to the Svr VMS must be via a public IP address that mapped to the firewall's PERIMETER server.

    2. open access HTTPS & ssh (tcp 443 & 22). SSH may be optional, but you can activate it as well. HTTPS is required to communicate with the virtual Svr computers.

    Enable http server

    255.255.255.255 out http

    2. for ssh, generate a key for the firewall. The condition is as follows:

    -set the host name: "abc123 hostname.

    -define the domain name: "domain name xyz".

    -generate the key: "ca generate rsa key. The button of the module is between 512 and 768, 1024, 2048

    -Save the key: "ca save all."

    B. for the PERIMETER firewall, configure:

    1 static machines card virtual FW MC Svr to address external public IP for firewall mgt traffic

    public static xx.xx.xx.10 (Interior, exterior) aa.aa.aa.50 netmask 255.255.255.255

    2. open the ACLs on the external interface to the public IP address of external firewalls VM FW MC

    outside permit tcp host yy.yy.yy.100 host xx.xx.xx.10 eq https access list

    access-list outside allow host yy.yy.yy.100 host xx.xx.xx.10 eq ssh tcp

    outside access-group in external interface

    * yy.yy.yy.100 is an EXTERNAL firewall outside interface IP

    3. by default, the configuration of the VMS OPR statically with a public IP address, it should be able to go internet. But if you have ACLs on the inside interface, you need to enable access to the EXTERNAL firewall via https and ssh (tcp 443 & 22).

    inside permit tcp host xx.xx.xx.100 host yy.yy.yy.10 eq https access list

    access-list inside allow host xx.xx.xx.100 host yy.yy.yy.10 eq ssh tcp

    group-access to the Interior in the interface inside

    Also, enable/add ICMP on the two outside & inside to test accessibility for both devices. If you have ACLs on internet router, make sure that you allow the two firewall EXTERNAL and VMS Svr pass-through.

    It is a purely theoretical Setup. It may not work or need some changes.

    Rgds,

    AK

Maybe you are looking for