Tim Beaulieu

  • 活动总数 191
  • 最后的活动
  • 成员加入日期
  • 正在关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 46

评论

Tim Beaulieu 最近的活动 最近的活动 投票数
  • Hi Jairo, From what I've seen looking through the documentation it seems like you're able to poll tags but you need to follow the restrictions on page 19 in this doc aug-048-0-en-polling_data_regis...

  • Hi Jairo, You should be able to read tags from an S7-1500, but what do you mean by symbolic directionality?

  • Hi Leo, You should be able to do something like what is seen below: ondate monthly email.txt (994 Bytes) RG-006-0-EN-(Programming Reference Guide).pdf (865.6 KB) This is setup to run on the first o...

  • Hello, This is something that will need to be done through BASIC unfortunately. I think this should be possible by just making a counter with a delay that will send out an email for each of the 12 ...

  • I generally wouldn't recommend updating devices remotely just in case the device goes offline. But you don't need to worry about losing configuration settings just from a firmware update

  • You should just be able to put all of the TSETs in the top of your section. I'd avoid putting them in a goto function unless you want to change the value of a TSET.

  • Can we set up a time for you to call me to go over more of this if you're still running into issues with the code above? Thanks, -Tim

  • So in the code that I provided, it is based off of an ontimer. This means that it will execute the code each time that ontimer is reached. In this case it will be triggering on a counter that will ...

  • You could either have 4 different initializes that cause the code to run, or you could have it so the initialize triggers on 4 different values

  • I think that this might help you if you need multiple delays for a tag. It's only using one Tset and is just using an additional tag as a counter to create the delays. multidelay example.txt (552 B...