E-Mail:
Password:
Frequently Asked Questions
Questions
Answers
The OPC Server is probably set up to use the launching user. Change to the Interactive user in the identity page of your particular OPC Server under dcomcnfg.
Verify that File -> Make Active is greyed out in the Alarm Configurator, to indicate a valid active configuration. Make sure that your configuration is called Default or, if there are multiple configurations or your configuration is called something else, you need to verify that your Node name is linked to it.
Disabling Van Jacobson IP header compression should fix this.
Uncheck both Enable Software compression and Enable PPP LCP extensions.
The OPC Server is probably running as an NT service and is run by the system account. It can be changed by re-registering the component using Regsvr32.exe if it is a DLL, or / regserver if it is an application.
OPCEnum is probably timing out. Check the NT eventlog for OPCEnum's classid, and see if it has a DCOM failure. If it does, disable 'Use OPC Enumerator' from the Tweak OPC property page, found in GENESIS32 -> Tools -> Tweak OPC.
If Gentray has been configured to load at startup, there might be too short a delay before it connects to the security server. Increase the startup delay of Gentray.
First try ICONICS as the password without a username. If that fails, you either do not have access rights if the Security File has been configured already for administrative use, or the username and password have been changed at installation.
In GraphWorX, goto Format -> Application Properties -> Runtime and check 'Always start in Runtime Mode'.
In the property inspector, give the object a name, then use the function GetVisibleObjectFromName for a visible object, or GetDynamicObjectFromName for a dynamic object, or GetPointObjectFromName for an OPC tag or local variable.
By applying a password to the VBA project, you can still CTRL+BREAK, and it will still bring up a dialog in which you can choose to Stop or Continue the code execution, however the DEBUG function is disabled.
Check your DCOM access rights on your local PC. Usually the access rights are insufficient thus blocking callbacks from the OPC Server. So although you are able to see the other node, it does not have the access rights to send you the values.
Click on Set Active Layer Next/Set active Layer Previous buttons to refresh the screen.
In the Project Explorer window, right-click the project and choose properties, select the Protection tab and enter a password.
There are too many OR statements in the query. Manually create the query using the IN rather than OR keyword.
Configure and add the relevent application and its parameters to GenTray by right-clicking on the GenTray icon and selecting configure. Then make sure that GenTray is included in your start-up folder.
Aliases are a way of creating displays without actually connecting to particular OPC tags. Instead the variables are resolved to actual OPC tags at runtime. The advantage of using aliases is that it is now possible to re-use a particular display over and over with different tags, while only having to create the display once. Aliases are enclosed by << and >>.
Make sure that the Licensing Utility has been installed. There are a few ways in which to license the software. In the Licensing Utility go Actions -> Register for a new license. There you will find two options, Web or Fax/Email Registration. If you choose Web, you will be taken to the ICONICS website where you will be able to fill in your details and Site Code. You will then be returned a Site Key which you enter to authorize your license. The Fax/Email method is the same except that the form is either Faxed or Emailed to ICONICS. Another option is to phone one of the ICONICS offices and they will provide you with the Site Key. Once you have your key, enter it in and click Authorize.
You do not have sufficient security rights for the actions which are greyed out. You will need to login with a username and password that has those rights.
One thing to check is if you have access rights remote registry on the machine. You can do this by typing regedt32 in the run box, then browsing the following path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurePipeServers\winreg When you are here, go up to security -> permissions and make sure that your user or group name has full control.
Although a GenBroker client (e.g. WebHMI client) can be behind a proxy server or NAT/IP masquarading server the GenBroker server must be directly reachable.
Yes, this is possible by simulating a click on the rotate right or rotate left menu's provided by GraphWorX32.
When an OPC Server starts up, it may take some time for it produce good quality signals. The start up squelch period in the Alarm Server Configuration specifies a time in minutes that the Alarm Server will not display bad quality signals when first starting up. This should be enough time for the OPC Server to start producing good quality signals.
Yes you can. If you right-click and select properties on the configuration in the Alarm Server Configurator, in the dialog box that appears you can specify the scan rate time in milliseconds. This value will be the time interval the Alarm Server waits before sending out another request for data.
Make sure that the configuration is called default, or if you have multiple configurations, that you link the configurations to your PC's name. Right-click Nodes in the Alarm Logger Configurator and select new node and specify your PC's name. Right-click the Node and select Link To Configuration and specify the configurations you created earlier.
If you are using Windows NT and Internet Explorer 6, the Actxproxy.dll file has been replaced with a newer one. Either revert back to Internet Explorer 5.5, or replace the Actxproxy.dll file from a Windows 2000 computer in the Winnt\System32 directory. Please note that this only affects Windows NT machines.
When first setting up Genesis, it is important to setup the DCOM settings before licensing. This ensures that sufficient security rights have been issued to all program components. First set up your DCOM settings, then reregister the GenRegistrarServer.exe file by selecting Start -> Run then typing in "C:\Program Files\Iconics\Genesis32\Bin\GenregistrarServer.exe" /regserver. The License Monitor should now be able to pick up your license.
Make sure that the paths are all correct. You should have a path to a GenBroker configuration file, a path to the WebHMI cab files and finally a path to the start GWX file. Also, make sure that GenBroker is running and that it is using the file you specifed in the .htm file. Make sure that the IP addresses are all the same and typed in correctly and you should check the settings of your Web Server.
In the TrendViewer window, right-click and select properties. Choose the pens tab and double-click on the pen you wish to change. In the options section is a checkbox called stair plot. Selecting this will create a stair plot which only changes when a tag value changes. This is ideal for such applications as water monitoring where levels do not change that much.
There has been a conflict in the Genesis32 VBA installation with existing VBA files on your system. Install the VBA patch files found in the related Knowledgebase article.
There are two ways to do this. In the DCOM settings under the application tab select your server, for example, ICONICS TWXSQLSvr HDA Server and choose properties. Under the Identity tab choose This User and specify a local user on the computer. The other method is to select the Security tab and choose Custom Launch Permissions. Click on Network if it is available and choose Deny Launch, or add it if it is not available. This ensures that only users on the local machine can start instances of the server.
Yes. You will have to set up your tags in DataWorX first. In DataWorX select Register -> Add. Under the Input tab, select OPCItem and in here you can specify a tag and a scan rate. Also note that you can either choose one of the specified scan rates or type in a custom value as well.
If you have just installed Genesis32 v6.13, you will have to update the TagBrowser.dll file, as this file is mismatched on the installation CD. If you already have Genesis32 v6.11, you may use the TagBrowser.dll file from there, otherwise goto the Iconics.com website for the updated file. To update the file, simply copy it to the Iconics/Bin directory and say to overwrite the existing file. Then register the file using the Regsvr32 command.
The version 7.0 installation checks the registry to find out if a non-unicode system has been previously installed. Sometimes the 6.13 installation does not remove all the registry keys. To solve this problem, edit the registry key HKEY_LOCAL_MACHINE\SOFTWARE\ICONICS\Common. Right-click on the Unicode key and modify the value to 1. The version 7 installation should now proceed.
Version 7.0 now uses a unified expression editor throughout all of the GENESIS32 applications. This means that support for radio buttons has been dropped. Evaluating the quality of a tag can still be achieved, but by using a different format. The new format for evaluating quality is :- {{tag:ATAGNAME#quality}} for example x={{tag:ICONICS.Simulator.1\SimulatePLC.Ramp#quality}}