Recent Posts

Pages: 1 ... 7 8 [9] 10
81
Technical support / Input[1] to Input[5] Operation
« Last post by uknanoman on January 06, 2023, 07:57:41 AM »
Hi Support.
                In my application I am getting data from a remote i/o block via modbus and placing it into a register say dm[10].
I then used Input[2] = DM[10] to place the remote input data into the wx100 plc inputs area starting at input 17. However I have found that this area keeps clearing the data back to zero. I am using a WX TERM 8 with my WX100 so this only uses 8 inputs so I assumed that I should avoid at least the 1st 16 inputs and place the data in Input[2] area. I then used the i/o monitor to force various inputs on /off and noticed that I could only correctly set / reset inputs starting at input 81 which relates to input[6] which seems to indicate that you have reserved the first 80 inputs for remote tri-plc input useage?. Anyway its not a massive problem as I can simply place my input data by using input[6] = dm[10].
the only problem with this is that I cannot monitor on the screen, inputs 1 - 8 at the same time as monitoring inputs 81 onwards. So I was wondering if there is a system switch somewhere that can be set according to the number of input points used. In this way I can bunch my inputs on the monitor screen and see them all at the same time.
Regards Peter     
82
Technical support / Re: WX100 WIFI Connection Status
« Last post by support on January 04, 2023, 05:05:31 PM »
Thank you for the report.

We have added the following section to the Wx100 online documentation:

https://docs.triplc.com/#7304
83
Technical support / Re: WX100 WIFI Connection Status
« Last post by uknanoman on January 04, 2023, 12:39:47 PM »
Hi Support
               Thanks for the prompt response. I notice that the online manual for the WX100 doesn’t seem to document this. Is it documented elsewhere?

Regards Peter
84
Technical support / Re: WX100 WIFI Connection Status
« Last post by support on January 04, 2023, 11:18:38 AM »
You can use STATUS(22) which indicates a successful WiFi connection when it returns a 1.

E.g.

IF STATUS(22) <> 1      ' WiFi is not yet connected. Do nothing now.
   RETURN
ENDIF
85
Technical support / WX100 WIFI Connection Status
« Last post by uknanoman on January 04, 2023, 10:38:01 AM »
Hi Support
               In my current application I would like to know the status of the WIFI Connection, is there a specific bit I can test that gives me the connection state of the WIFI so that I can make decisions based on whether it has connected to a WIFi network or not? I did have a look at the STATUS(14) bit 6 command but I am not sure if this distinguishes between the fact that the WX100 is connected to a wireless network or that a client (remote user) is connected through that network? My end game here is to only allow my application main code to run if the wx100 has connected to the local WIFI network and if not, then display a message to indicate the fact. Some extra clarification would be appreciated.
Regards Peter     
86
Technical support / Re: Erratic Online Monitoring of I/O Tables with WX100
« Last post by uknanoman on January 03, 2023, 04:29:43 AM »
Hi Tech Support
                       Here's an attached screen shot of the problem when just after the failure occurs. In this case the monitoring lasted for about 10 secs before locking. The time period before locking does appear to be variable. The dos window contains everything from a clean restart of the iTrilogI so it seems to include the initial connection data log.

Regards Peter
87
General Discussions / Re: PC6 File naming
« Last post by BetterBath on December 26, 2022, 02:39:19 AM »
Thank you for sharing the information.
HandymanRoofershandyman near me
88
Technical support / Re: Erratic Online Monitoring of I/O Tables with WX100
« Last post by uknanoman on December 22, 2022, 04:30:58 PM »
Hi Support
               Thanks for this response, I will have a look in the new year and report back.
Regards Peter
89
Technical support / Re: Erratic Online Monitoring of I/O Tables with WX100
« Last post by support on December 22, 2022, 10:45:51 AM »
Can you view the console of the TL75 (the second TL75 icon with a console window) and see if it reports any error message and if so, what are the error messages?

You may also like to update your i-TRiLOGI to see if it helps. i-TRiLOGI is still evolving to meet the new capabilities added to Wx100 (as is the Wx100 firmware).
90
Technical support / Erratic Online Monitoring of I/O Tables with WX100
« Last post by uknanoman on December 22, 2022, 03:52:18 AM »
Hi Tech
Since using the Wx100 I have been having erratic problems with the online monitoring facility where it simply locks up when monitoring the i/o tables. When this situation occurs it seems only to freeze the I/O table connectivity but not the optional view variables window which still shows variables data activity. I have noticed that the situation never occurs when using the inbuilt simulator which shows the same screens albeit not monitoring via WIFI ethernet. I also get occasional  message saying program corrupt and lost connection whereby I have to reconnect to the Wx100. All in all it seems that it only occurs when connected via Wifi Ethernet. Just so you know my setup I am using The Wx100 connected via a Mango Mini Router which then gives me a local ethernet port as well as a wifi connection. The problem occurs whether I use the LAN port or WIFI connection, obviously as its a Wx100 it all comes via WIFI anyway. I have supplied a link to the product below. I have never experienced any monitoring problems before on other versions of TriLogic which I use for Nano's and FMD's 

The version number I am using is 7.5 Build 14
Mango / GL-MT300N-V2 - GL.iNet  https://www.gl-inet.com › products
mango mini smart router from www.gl-inet.com   
Pages: 1 ... 7 8 [9] 10