asomer

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by asomer

  1. Thanks for your help. I found subfolders "BCGWorkspace20" and "BCGWorkspace2" in HKEY_CURRENT_USER/Software/DAQFactory/DAQFactory. Then, I deleted both entire subfolders. Problem is solved. I would like to add one more thing I noticed. When you search for a keyword in the help window, the keyword appears as "$1" in the search results.
  2. I installed DAQFactory into C:\DAQFactory which is default folder. I am starting DAQFactory either by double clicking .ctl file or opening the file from DAQFactory.exe. I uninstalled and reinstalled DAQFactory but nothing has changed. I installed the DAQFactory in another PC to investigate the problem and I found the problem. The problem is about help window. Help window behaviour is auto hide in default. When I changed it from auto hide, the problem occurred. Now, I can't open any DAQFactory files on my second PC.
  3. Hi, I am a DAQFactory 17.1 user. I just started trying DAQFactory 20.2 and while trying the newly added window.add() and window.Active.CurrentPage features, I encountered the following problem. I saved and closed the file and I cannot open it again. When I try to open the file, a lot of DAQFactory tries to open and Windows gives an error and closes DAQFactory. It assigns a file called debug.log to the folder where the file is located. The content of debug.log is as follows. I can't open any DAQFactory files on my computer right now. [0330/152303.001:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty. [0330/152306.588:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty. [0330/152306.842:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty. [0330/152307.474:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty. [0330/152307.513:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty. [0330/152355.847:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty. [0330/152359.119:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty. [0330/152359.581:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty. [0330/152359.846:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty. [0330/152359.881:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty. [0330/153330.222:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty. [0330/153333.717:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty. [0330/153334.023:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty. [0330/153334.419:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty. [0330/153334.451:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty. [0330/153721.140:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty. [0330/153724.678:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty. [0330/153724.998:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty. [0330/153725.398:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty. [0330/153725.475:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty. [0330/155256.464:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty. [0330/155259.858:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty. [0330/155300.279:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty. [0330/155300.665:ERROR:context.cc(103)] The browser_subprocess_path directory (DFBrowser.exe) is not an absolute path. Defaulting to empty.
  4. Visibility function prevents click in button components. If button is invisible, you can't click on it. I mean combo box dissappears, but you can still click on it and change the value. Is there any way to prevent click?
  5. Hi, i want to deactivate a selection component (combo box or radio buttons) by following script component.ComboBox.Visible=0 It disappears when i run the script. Visibility function works fine, but it is still active. You can change the selection when you clicked on invisible component. Can you advise how I can solve this please?
  6. Is there any way to change the rotation of text components?
  7. I have a problem about speed of sending data to PLC. I set 62 registers at same time. When I run the sequence below, it takes a long time. How can I optimize timing and offset of channels. I use ModbusTCP. RasyonNo1_Out = private.UretimID SILO1F_Out = result.hm1mk SILO2F_Out = result.hm2mk SILO3F_Out = result.hm3mk SILO4F_Out = result.hm4mk SILO5F_Out = result.hm5mk SILO6F_Out = result.hm6mk SILO7F_Out = result.hm7mk SILO8F_Out = result.hm8mk SILO9F_Out = result.hm9mk SILO10F_Out = result.hm10mk SILO11F_Out = result.hm11mk SILO12F_Out = result.hm12mk PRESIRA1F_Out = result.pr1mk * 100 PRESIRA2F_Out = result.pr2mk * 100 PRESIRA3F_Out = result.pr3mk * 100 PRESIRA4F_Out = result.pr4mk * 100 PRESIRA5F_Out = result.pr5mk * 100 PRESIRA6F_Out = result.pr6mk * 100 PRESIRA7F_Out = result.pr7mk * 100 PRESIRA8F_Out = result.pr8mk * 100 PRESIRA9F_Out = result.pr9mk * 100 PRESIRA10F_Out = result.pr10mk * 100 PRESIRA11F_Out = result.pr11mk * 100 PRESIRA12F_Out = result.pr12mk * 100 PRESIRA13F_Out = result.pr13mk * 100 PRESIRA14F_Out = result.pr14mk * 100 PRESIRA15F_Out = result.pr15mk * 100 PRESIRA16F_Out = result.pr16mk * 100 PRESIRA17F_Out = result.pr17mk * 100 PRESIRA18F_Out = result.pr18mk * 100 SIVI1F_OUT = var.formulL1[0] S1_ID_OUT[0] = result.hm1ic S2_ID_OUT[0] = result.hm2ic S3_ID_OUT[0] = result.hm3ic S4_ID_OUT[0] = result.hm4ic S5_ID_OUT[0] = result.hm5ic S6_ID_OUT[0] = result.hm6ic S7_ID_OUT[0] = result.hm7ic S8_ID_OUT[0] = result.hm8ic S9_ID_OUT[0] = result.hm9ic S10_ID_OUT[0] = result.hm10ic S11_ID_OUT[0] = result.hm11ic S12_ID_OUT[0] = result.hm12ic PS1_ID_OUT[0] = result.pr1ic PS2_ID_OUT[0] = result.pr2ic PS3_ID_OUT[0] = result.pr3ic PS4_ID_OUT[0] = result.pr4ic PS5_ID_OUT[0] = result.pr5ic PS6_ID_OUT[0] = result.pr6ic PS7_ID_OUT[0] = result.pr7ic PS8_ID_OUT[0] = result.pr8ic PS9_ID_OUT[0] = result.pr9ic PS10_ID_OUT[0] = result.pr10ic PS11_ID_OUT[0] = result.pr11ic PS12_ID_OUT[0] = result.pr12ic PS13_ID_OUT[0] = result.pr13ic PS14_ID_OUT[0] = result.pr14ic PS15_ID_OUT[0] = result.pr15ic PS16_ID_OUT[0] = result.pr16ic PS17_ID_OUT[0] = result.pr17ic PS18_ID_OUT[0] = result.pr18ic