Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mrdutx

Pages: [1]
1
Support Questions / Re: Simple BasicDataLogger2 Question
« on: December 17, 2018, 08:36:19 PM »
if using plcaddresswriteonbitrue you must change logtrigertype to WriteOnTrigger. this function from my result it will write whenever the bit is true. it write on the time the bit is true.
correct me if im wrong. that is from my result I play with basicdatalogger2. you can try the latest version.

2
Support Questions / Re: Simple BasicDataLogger2 Question
« on: December 09, 2018, 08:03:59 PM »
the datalogger is working. I end up making another form that is open when the bit is true, and start logging the data until the bit is failed. so the data logger in new form will start logging using timeinterval when the form is open.


3
Support Questions / Re: Simple BasicDataLogger2 Question
« on: December 04, 2018, 10:44:44 PM »
From reply #3,
if bit on PLCAddressWriteOnBitTrue = True it will write, if PLCAddressWriteOnBitTrue = False it will stop.

how can I  make it log the data in PlcAddressValue by time interval until PLCAddressWriteOnBitTrue  =False.
I try to use LogTriggerType = TimeInterval but it keep loging, even PLCAddressWriteOnBitTrue  = False.

4
Support Questions / Re: Simple BasicDataLogger2 Question
« on: December 03, 2018, 03:57:28 AM »
I got problem with WriteOnTrigger type, the data to trigger ON is from PLCAddressWriteOnBitTrue?
If using  timeinterval type I can get the log data, but I try to get the data base on plcaddrress trigger. The data is true or false.

5
Support Questions / Re: Simple BasicDataLogger2 Question
« on: December 03, 2018, 01:58:13 AM »
i solve it by using the version 3.99y Beta14.
It seem when I drag down the datalogger2 it automatically have ethernetIPforCLXCom1. Because 1st I try to set up the plc but there is no component in toolbox.  This version has the writeOnbit property. Thank you very much.

6
Support Questions / Re: Simple BasicDataLogger2 Question
« on: November 30, 2018, 09:49:41 PM »
Hello Godra,

 I could not find the PLCAddressWriteOnBitTrue property. it only have value property and PLCAddressPauseLogging. I try to trigger the datalogger with bit from plc address.

Pages: [1]